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 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_);
118 const uint32_t dex_method_idx_; member in class:art::DexCompilationUnit
  /art/runtime/verifier/
method_verifier.h 654 const uint32_t dex_method_idx_; // The method we're working on. member in class:art::verifier::MethodVerifier

Completed in 314 milliseconds