Home
last modified time | relevance | path

Searched refs:GetCompiledMethod (Results 1 – 5 of 5) sorted by relevance

/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc97 compiler_driver_->GetCompiledMethod(MethodReference(updated_dex_file, method_idx)); in RunTest()
/art/compiler/
Dcommon_compiler_test.cc54 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
/art/compiler/driver/
Dcompiler_driver.h163 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
Dcompiler_driver.cc2836 DCHECK(GetCompiledMethod(method_ref) == nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2842 DCHECK(GetCompiledMethod(method_ref) != nullptr) << method_ref.PrettyMethod(); in AddCompiledMethod()
2920 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { in GetCompiledMethod() function in art::CompilerDriver
/art/dex2oat/linker/
Doat_writer_test.cc63 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()