Home
last modified time | relevance | path

Searched refs:dex_method_idx_ (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/compiler/driver/
H A Ddex_compilation_unit.h66 return dex_method_idx_; in GetDexMethodIndex()
74 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
79 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
169 const uint32_t dex_method_idx_; variable
H A Ddex_compilation_unit.cc45 dex_method_idx_(method_idx), in DexCompilationUnit()
55 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_)); in GetSymbol()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier-inl.h34 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
H A Dmethod_verifier.cc692 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass()
834 << dex_file_->PrettyMethod(dex_method_idx_); in FailOrAbort()
886 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()
900 LOG(WARNING) << "Method " << dex_file_->PrettyMethod(dex_method_idx_) in Verify()
943 *dex_file_, class_def_, dex_method_idx_); in Verify()
1618 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()
1728 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
1935 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod()
4232 << dex_file_->PrettyMethod(dex_method_idx_) << " to method " in VerifyInvocationArgs()
5012 dex_method_idx_(dex_method_idx), in MethodVerifier()
[all …]
H A Dmethod_verifier.h348 const uint32_t dex_method_idx_; // The method we're working on. variable