Home
last modified time | relevance | path

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

/art/compiler/driver/
Ddex_compilation_unit.h67 return dex_method_idx_; in GetDexMethodIndex()
75 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
80 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
170 const uint32_t dex_method_idx_; variable
Ddex_compilation_unit.cc45 dex_method_idx_(method_idx), in DexCompilationUnit()
55 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_)); in GetSymbol()
/art/runtime/verifier/
Dmethod_verifier-inl.h34 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
Dmethod_verifier.cc670 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass()
801 << dex_file_->PrettyMethod(dex_method_idx_); in FailOrAbort()
853 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()
867 LOG(WARNING) << "Method " << dex_file_->PrettyMethod(dex_method_idx_) in Verify()
910 *dex_file_, class_def_, dex_method_idx_); in Verify()
1575 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()
1684 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
1874 LOG(FATAL) << "work_line diverged in " << dex_file_->PrettyMethod(dex_method_idx_) in CodeFlowVerifyMethod()
1891 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod()
4161 << dex_file_->PrettyMethod(dex_method_idx_) << " to method " in VerifyInvocationArgs()
[all …]
Dmethod_verifier.h312 const uint32_t dex_method_idx_; // The method we're working on. variable