Searched refs:method_ref (Results 1 – 5 of 5) sorted by relevance
/art/compiler/dex/ |
D | verification_results.cc | 109 bool VerificationResults::IsCandidateForCompilation(MethodReference& method_ref, in IsCandidateForCompilation() argument 114 method_ref.dex_method_index, *(method_ref.dex_file)).find("fibonacci")); in IsCandidateForCompilation()
|
D | verification_results.h | 56 bool IsCandidateForCompilation(MethodReference& method_ref,
|
/art/runtime/ |
D | profiler.cc | 531 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/ |
D | compiler_driver.cc | 2101 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/ |
D | codegen_util.cc | 758 MethodReference method_ref(cu_->dex_file, cu_->method_idx); in CreateNativeGcMap() local
|