Home
last modified time | relevance | path

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

/art/runtime/oat/
Djni_stub_hash_map_test.cc103 base_method_ = klass->FindClassMethod(base_method_name, base_method_sig, pointer_size_); in SetBaseMethod()
104 ASSERT_TRUE(base_method_ != nullptr); in SetBaseMethod()
105 ASSERT_TRUE(base_method_->IsNative()); in SetBaseMethod()
111 const DexFile& dex_file = *base_method_->GetDexFile(); in SetBaseMethod()
114 compiler->JniCompile(base_method_->GetAccessFlags(), in SetBaseMethod()
115 base_method_->GetDexMethodIndex(), in SetBaseMethod()
121 jni_stub_hash_map_.insert(std::make_pair(JniStubKey(base_method_), base_method_)); in SetBaseMethod()
149 << "base method: " << base_method_->PrettyMethod() << ", compared method: " in CompareMethod()
155 << "base method: " << base_method_->PrettyMethod() << ", compared method: " in CompareMethod()
164 ArtMethod* base_method_; member in art::JniStubHashMapTest