diff options
author | 2024-06-17 14:28:40 +0000 | |
---|---|---|
committer | 2024-06-18 09:09:11 +0000 | |
commit | b9485ace615a1ef2476884ee790357dd28c32d4e (patch) | |
tree | 59010f8e2765a2f5434011e13fa463c2e37aac9c /compiler/common_compiler_test.h | |
parent | 3004a295d46959b0c4b9fa354175e6c88462a17b (diff) |
Move `jni_stub_hash_map_test.cc` to `compiler/`.
The test is using `Compiler`, so it belongs to `compiler/`.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 288983053
Change-Id: Id1d5aef67a694a8b610d390c4e40e74d9d788ca9
Diffstat (limited to 'compiler/common_compiler_test.h')
-rw-r--r-- | compiler/common_compiler_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/common_compiler_test.h b/compiler/common_compiler_test.h index 30d5734ba3..32a5234797 100644 --- a/compiler/common_compiler_test.h +++ b/compiler/common_compiler_test.h @@ -67,6 +67,7 @@ class EXPORT CommonCompilerTestImpl { void TearDown(); void CompileMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); + std::vector<uint8_t> JniCompileCode(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_); void ApplyInstructionSet(); void OverrideInstructionSetFeatures(InstructionSet instruction_set, const std::string& variant); |