Home
last modified time | relevance | path

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

/art/runtime/
Dexception_test.cc82 method_g_ = my_klass_->FindVirtualMethod("g", "(I)V"); in SetUp()
83 ASSERT_TRUE(method_g_ != NULL); in SetUp()
84 method_g_->SetFrameSizeInBytes(kStackAlignment); in SetUp()
85method_g_->SetEntryPointFromCompiledCode(CompiledMethod::CodePointer(&fake_code_[sizeof(code_size)… in SetUp()
86 method_g_->SetMappingTable(&fake_mapping_data_.GetData()[0]); in SetUp()
87 method_g_->SetVmapTable(&fake_vmap_table_data_.GetData()[0]); in SetUp()
88 method_g_->SetNativeGcMap(&fake_gc_map_[0]); in SetUp()
99 mirror::ArtMethod* method_g_; member in art::ExceptionTest
158 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_)); in TEST_F()
178 thread->SetTopOfStack(&fake_stack[0], method_g_->ToNativePc(dex_pc)); // return pc in TEST_F()
[all …]