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

/art/compiler/
H A Dcommon_compiler_test.cc52 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
H A Doat_writer.cc160 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { function in class:art::OatWriter::OatClass
628 writer_->compiler_driver_->GetCompiledMethod(MethodReference(dex_file_, method_idx));
681 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
842 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
892 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
994 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
1282 const CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index);
H A Doat_test.cc64 compiler_driver_->GetCompiledMethod(MethodReference(&dex_file,
/art/compiler/driver/
H A Dcompiler_driver.h175 CompiledMethod* GetCompiledMethod(MethodReference ref) const
H A Dcompiler_driver.cc2720 DCHECK(GetCompiledMethod(method_ref) == nullptr)
2727 DCHECK(GetCompiledMethod(method_ref) != nullptr)
2783 CompiledMethod* CompilerDriver::GetCompiledMethod(MethodReference ref) const { function in class:art::CompilerDriver

Completed in 136 milliseconds