Home
last modified time | relevance | path

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

/art/runtime/
Dexception_test.cc98 method_f_ = my_klass_->FindVirtualMethod("f", "()I"); in SetUp()
99 ASSERT_TRUE(method_f_ != NULL); in SetUp()
100 method_f_->SetEntryPointFromQuickCompiledCode(code_ptr); in SetUp()
115 mirror::ArtMethod* method_f_; member in art::ExceptionTest
124 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset()); in TEST_F()
179 fake_stack.push_back(method_f_->ToNativePc(dex_pc)); // return pc in TEST_F()
182 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_)); in TEST_F()
210 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_)); in TEST_F()