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

  /art/compiler/sea_ir/types/
type_inference.h 85 const uint32_t dex_method_idx_; member in class:sea_ir::FunctionTypeInfo
  /art/compiler/driver/
dex_compilation_unit.h 62 return dex_method_idx_;
70 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
75 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
112 const uint32_t dex_method_idx_; member in class:art::DexCompilationUnit
  /art/runtime/verifier/
method_verifier.h 179 return info_messages_ << "VFY: " << PrettyMethod(dex_method_idx_, *dex_file_)
687 const uint32_t dex_method_idx_; // The method we're working on. member in class:art::verifier::MethodVerifier

Completed in 51 milliseconds