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

  /art/compiler/dex/
verification_results.h 49 const VerifiedMethod* GetVerifiedMethod(MethodReference ref)
verification_results.cc 81 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) {
dex_to_dex_compiler.cc 282 driver.GetVerifiedMethod(&dex_file, method_idx));
mir_analysis.cc 1260 const VerifiedMethod* verified_method = GetCurrentDexCompilationUnit()->GetVerifiedMethod();
mir_graph.cc 659 cu_->compiler_driver->GetVerifiedMethod(&dex_file, method_idx)));
    [all...]
  /art/compiler/driver/
dex_compilation_unit.cc 35 verified_method_(cu_->compiler_driver->GetVerifiedMethod(cu->dex_file, cu->method_idx)) {
dex_compilation_unit.h 101 const VerifiedMethod* GetVerifiedMethod() const {
compiler_driver.cc     [all...]
compiler_driver.h 330 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
    [all...]
  /art/compiler/llvm/
compiler_llvm.cc 159 dex_compilation_unit->GetVerifiedMethod()->GetDexGcMap(),
216 class_def_idx, method_idx, access_flags, driver->GetVerifiedMethod(&dex_file, method_idx));
  /art/compiler/optimizing/
optimizing_compiler.cc 96 GetCompilerDriver()->GetVerifiedMethod(&dex_file, method_idx));
code_generator.cc 278 dex_compilation_unit.GetVerifiedMethod()->GetDexGcMap();
  /art/compiler/dex/quick/
codegen_util.cc 760 mir_graph_->GetCurrentDexCompilationUnit()->GetVerifiedMethod()->GetDexGcMap();
    [all...]

Completed in 212 milliseconds