Home
last modified time | relevance | path

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

/art/compiler/dex/
Dverification_results.cc109 bool VerificationResults::IsCandidateForCompilation(MethodReference& method_ref, in IsCandidateForCompilation() argument
114 method_ref.dex_method_index, *(method_ref.dex_file)).find("fibonacci")); in IsCandidateForCompilation()
Dverification_results.h56 bool IsCandidateForCompilation(MethodReference& method_ref,
/art/runtime/
Dprofiler.cc531 MethodReference method_ref(dex_file, method_idx); in PutStack() local
532 StackTrieNode* child = current->FindChild(method_ref, dex_pc); in PutStack()
541 StackTrieNode* new_node = new StackTrieNode(method_ref, dex_pc, method_size, current); in PutStack()
/art/compiler/driver/
Dcompiler_driver.cc2101 MethodReference method_ref(&dex_file, method_idx); in CompileMethod() local
2114 bool has_verified_method = verification_results_->GetVerifiedMethod(method_ref) != nullptr; in CompileMethod()
2117 verification_results_->IsCandidateForCompilation(method_ref, access_flags) && in CompileMethod()
2145 DCHECK(GetCompiledMethod(method_ref) == nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2148 compiled_methods_.Put(method_ref, compiled_method); in CompileMethod()
2150 DCHECK(GetCompiledMethod(method_ref) != nullptr) << PrettyMethod(method_idx, dex_file); in CompileMethod()
2154 verification_results_->RemoveVerifiedMethod(method_ref); in CompileMethod()
/art/compiler/dex/quick/
Dcodegen_util.cc758 MethodReference method_ref(cu_->dex_file, cu_->method_idx); in CreateNativeGcMap() local