Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc88 CompiledMethod* compiled_method = compiler_driver_->GetCompiledMethod( in RunTest()
/art/dex2oat/driver/
Dcompiler_driver.h133 CompiledMethod* GetCompiledMethod(MethodReference ref) const;
Dcompiler_driver_test.cc87 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in MakeExecutable()
/art/dex2oat/linker/
Doat_writer.cc249 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() function in art::linker::OatWriter::OatClass
874 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod( in VisitMethod()
961 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx)); in VisitMethod()
1167 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1456 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
1551 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod()
2426 CompiledMethod* compiled_method = writer_->compiler_driver_->GetCompiledMethod(method_ref); in VisitDexMethods()
Doat_writer_test.cc65 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file, in CheckMethod()