Searched refs:GetVerifiedMethod (Results 1 - 13 of 13) sorted by relevance

/art/compiler/dex/
H A Dverification_results.h49 const VerifiedMethod* GetVerifiedMethod(MethodReference ref)
H A Dverification_results.cc81 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) { function in class:art::VerificationResults
H A Ddex_to_dex_compiler.cc282 driver.GetVerifiedMethod(&dex_file, method_idx));
H A Dmir_analysis.cc1260 const VerifiedMethod* verified_method = GetCurrentDexCompilationUnit()->GetVerifiedMethod();
H A Dmir_graph.cc659 cu_->compiler_driver->GetVerifiedMethod(&dex_file, method_idx)));
/art/compiler/driver/
H A Ddex_compilation_unit.cc35 verified_method_(cu_->compiler_driver->GetVerifiedMethod(cu->dex_file, cu->method_idx)) {
H A Ddex_compilation_unit.h101 const VerifiedMethod* GetVerifiedMethod() const { function in class:art::DexCompilationUnit
H A Dcompiler_driver.cc1308 DCHECK(mUnit->GetVerifiedMethod() != nullptr);
1309 const MethodReference* devirt_target = mUnit->GetVerifiedMethod()->GetDevirtTarget(dex_pc);
1344 const VerifiedMethod* CompilerDriver::GetVerifiedMethod(const DexFile* dex_file, function in class:art::CompilerDriver
1347 return verification_results_->GetVerifiedMethod(ref);
1355 DCHECK(mUnit->GetVerifiedMethod() != nullptr);
1356 bool result = mUnit->GetVerifiedMethod()->IsSafeCast(dex_pc);
2114 bool has_verified_method = verification_results_->GetVerifiedMethod(method_ref) != nullptr;
H A Dcompiler_driver.h330 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
/art/compiler/llvm/
H A Dcompiler_llvm.cc159 dex_compilation_unit->GetVerifiedMethod()->GetDexGcMap(),
216 class_def_idx, method_idx, access_flags, driver->GetVerifiedMethod(&dex_file, method_idx));
/art/compiler/optimizing/
H A Doptimizing_compiler.cc96 GetCompilerDriver()->GetVerifiedMethod(&dex_file, method_idx));
H A Dcode_generator.cc278 dex_compilation_unit.GetVerifiedMethod()->GetDexGcMap();
/art/compiler/dex/quick/
H A Dcodegen_util.cc760 mir_graph_->GetCurrentDexCompilationUnit()->GetVerifiedMethod()->GetDexGcMap();

Completed in 123 milliseconds