Searched refs:method_f_ (Results 1 – 1 of 1) sorted by relevance
74 method_f_ = my_klass_->FindVirtualMethod("f", "()I"); in SetUp()75 ASSERT_TRUE(method_f_ != NULL); in SetUp()76 method_f_->SetFrameSizeInBytes(kStackAlignment); in SetUp()77 …method_f_->SetEntryPointFromCompiledCode(CompiledMethod::CodePointer(&fake_code_[sizeof(code_size)… in SetUp()78 method_f_->SetMappingTable(&fake_mapping_data_.GetData()[0]); in SetUp()79 method_f_->SetVmapTable(&fake_vmap_table_data_.GetData()[0]); in SetUp()80 method_f_->SetNativeGcMap(&fake_gc_map_[0]); in SetUp()98 mirror::ArtMethod* method_f_; member in art::ExceptionTest106 const DexFile::CodeItem* code_item = dex_->GetCodeItem(method_f_->GetCodeItemOffset()); in TEST_F()161 fake_stack.push_back(method_f_->ToNativePc(dex_pc)); // return pc in TEST_F()[all …]