HomeSort by relevance Sort by last modified time
    Searched refs:GetVerifiedMethod (Results 1 - 17 of 17) sorted by null

  /art/compiler/dex/
verification_results.h 49 const VerifiedMethod* GetVerifiedMethod(MethodReference ref)
verification_results.cc 80 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) {
mir_field_info.cc 54 const VerifiedMethod* const verified_method = mUnit->GetVerifiedMethod();
mir_method_info.cc 69 const VerifiedMethod* const verified_method = mUnit->GetVerifiedMethod();
dex_to_dex_compiler.cc 306 driver.GetVerifiedMethod(&dex_file, method_idx));
mir_analysis.cc 1357 const VerifiedMethod* verified_method = GetCurrentDexCompilationUnit()->GetVerifiedMethod();
    [all...]
mir_graph.cc 711 cu_->compiler_driver->GetVerifiedMethod(&dex_file, method_idx)));
    [all...]
mir_optimization.cc     [all...]
  /art/compiler/driver/
dex_compilation_unit.h 102 const VerifiedMethod* GetVerifiedMethod() const {
compiler_driver.cc     [all...]
compiler_driver.h 382 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 529 compiler_driver->GetVerifiedMethod(&dex_file, method_idx));
629 !compiler_driver->GetVerifiedMethod(&dex_file, method_idx)->HasRuntimeThrow()) {
code_generator.cc 486 dex_compilation_unit.GetVerifiedMethod()->GetDexGcMap();
    [all...]
builder.cc     [all...]
  /art/compiler/jit/
jit_compiler.cc 130 if (verification_results_->GetVerifiedMethod(method_ref) == nullptr) {
  /art/compiler/dex/quick/
quick_compiler.cc 628 if (driver->GetVerifiedMethod(&dex_file, method_idx)->HasRuntimeThrow()) {
codegen_util.cc 862 mir_graph_->GetCurrentDexCompilationUnit()->GetVerifiedMethod()->GetDexGcMap();
    [all...]

Completed in 2837 milliseconds