Searched refs:method_g_ (Results 1 – 1 of 1) sorted by relevance
128 method_g_ = my_klass_->FindClassMethod("g", "(I)V", kRuntimePointerSize); in SetUp()129 ASSERT_TRUE(method_g_ != nullptr); in SetUp()130 ASSERT_FALSE(method_g_->IsDirect()); in SetUp()131 method_g_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()142 ArtMethod* method_g_; member in art::ExceptionTest209 method_g_->GetEntryPointFromQuickCompiledCode()); in TEST_F()213 uintptr_t native_pc = header->ToNativeQuickPc(method_g_, kDexPc); in TEST_F()222 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_)); in TEST_F()