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

  /art/compiler/dex/
verification_results.h 54 const VerifiedMethod* GetVerifiedMethod(MethodReference ref)
76 // GetVerifiedMethod.
verification_results.cc 86 DCHECK_EQ(GetVerifiedMethod(ref), verified_method.get());
105 const VerifiedMethod* VerificationResults::GetVerifiedMethod(MethodReference ref) {
dex_to_dex_compiler.cc 352 driver->GetVerifiedMethod(&dex_file, method_idx),
  /art/compiler/driver/
dex_compilation_unit.h 101 const VerifiedMethod* GetVerifiedMethod() const {
compiler_driver.h 275 const VerifiedMethod* GetVerifiedMethod(const DexFile* dex_file, uint32_t method_idx) const;
compiler_driver.cc 515 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref);
578 const VerifiedMethod* verified_method = results->GetVerifiedMethod(method_ref);
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]

Completed in 80 milliseconds