Searched refs:mid_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/driver/
H A Dcompiler_driver_test.cc61 mid_ = env_->GetMethodID(class_, method, signature);
63 mid_ = env_->GetStaticMethodID(class_, method, signature);
65 CHECK(mid_ != nullptr) << "Method not found: " << class_name << "." << method << signature;
100 jmethodID mid_; member in class:art::CompilerDriverTest
170 env_->CallNonvirtualVoidMethod(jobj_, class_, mid_);
/art/runtime/
H A Dclass_linker.cc4412 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())),
4419 name_ = dex_file_->StringDataAndUtf16LengthByIdx(mid_->name_idx_, &name_len_);
4430 return mid_->name_idx_ == other_mid.name_idx_ && mid_->proto_idx_ == other_mid.proto_idx_;
4439 return dex_file_->GetMethodSignature(*mid_) == other_dex_file->GetMethodSignature(other_mid);
4446 const DexFile::MethodId* const mid_; member in class:art::FINAL::DexFile

Completed in 71 milliseconds