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

  /art/compiler/driver/
dex_compilation_unit.cc 39 dex_method_idx_(method_idx),
48 symbol_ += MangleForJni(PrettyMethod(dex_method_idx_, *dex_file_));
dex_compilation_unit.h 64 return dex_method_idx_;
72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
124 const uint32_t dex_method_idx_; member in class:art::DexCompilationUnit
  /art/runtime/verifier/
method_verifier-inl.h 58 return MethodReference(dex_file_, dex_method_idx_);
method_verifier.cc 517 dex_method_idx_(dex_method_idx),
694 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
708 LOG(WARNING) << "Method " << PrettyMethod(dex_method_idx_, *dex_file_)
    [all...]
method_verifier.h 755 const uint32_t dex_method_idx_; \/\/ The method we're working on. member in class:art::verifier::MethodVerifier
    [all...]

Completed in 147 milliseconds