Home
last modified time | relevance | path

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

/art/compiler/
Dexception_test.cc106 method_f_ = my_klass_->FindClassMethod("f", "()I", kRuntimePointerSize); in SetUp()
107 ASSERT_TRUE(method_f_ != nullptr); in SetUp()
108 ASSERT_FALSE(method_f_->IsDirect()); in SetUp()
109 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
122 ArtMethod* method_f_; member in art::ExceptionTest
131 CodeItemDataAccessor accessor(*dex_, dex_->GetCodeItem(method_f_->GetCodeItemOffset())); in TEST_F()
200 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_)); in TEST_F()