Searched defs:dex_method_idx_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/sea_ir/types/
H A Dtype_inference.h85 const uint32_t dex_method_idx_; member in class:sea_ir::FunctionTypeInfo
/art/compiler/driver/
H A Ddex_compilation_unit.h64 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/
H A Dmethod_verifier.h654 const uint32_t dex_method_idx_; // The method we're working on. member in class:art::verifier::MethodVerifier

Completed in 321 milliseconds