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

  /art/compiler/driver/
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.h 755 const uint32_t dex_method_idx_; \/\/ The method we're working on. member in class:art::verifier::MethodVerifier
    [all...]

Completed in 212 milliseconds