Searched refs:dex_method_idx_ (Results 1 – 5 of 5) sorted by relevance
66 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
45 dex_method_idx_(method_idx), in DexCompilationUnit()55 symbol_ += MangleForJni(dex_file_->PrettyMethod(dex_method_idx_)); in GetSymbol()
34 return MethodReference(dex_file_, dex_method_idx_); in GetMethodReference()
653 << dex_file_->PrettyMethod(dex_method_idx_); in FailOrAbort()744 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()758 LOG(WARNING) << "Method " << dex_file_->PrettyMethod(dex_method_idx_) in Verify()1595 prepend += dex_file_->PrettyMethod(dex_method_idx_); in VerifyCodeFlow()1711 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()1878 LOG(FATAL) << "work_line diverged in " << dex_file_->PrettyMethod(dex_method_idx_) in CodeFlowVerifyMethod()1886 std::string prepend(dex_file_->PrettyMethod(dex_method_idx_)); in CodeFlowVerifyMethod()3429 dex_file_->GetMethodId(dex_method_idx_).class_idx_); in CodeFlowVerifyInstruction()4254 << dex_file_->PrettyMethod(dex_method_idx_) << " to method " in VerifyInvocationArgs()4263 << dex_file_->PrettyMethod(dex_method_idx_) in VerifyInvocationArgs()[all …]
296 const uint32_t dex_method_idx_; // The method we're working on. variable