Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc112 method_g_ = my_klass_->FindClassMethod("g", "(I)V", kRuntimePointerSize); in SetUp()
113 ASSERT_TRUE(method_g_ != nullptr); in SetUp()
114 ASSERT_FALSE(method_g_->IsDirect()); in SetUp()
115 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
124 ArtMethod* method_g_; member in art::ExceptionTest
190 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
191 method_g_, kDexPc, /* is_for_catch_handler= */ false)); // return pc in TEST_F()
194 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_)); in TEST_F()
197 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( in TEST_F()
198 method_g_, kDexPc, /* is_for_catch_handler= */ false)); // return pc in TEST_F()