Home
last modified time | relevance | path

Searched refs:location1 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dthread_state.cpp35 PtLocation location1 = PtLocation("test.abc", panda_file::File::EntityId(1), 1); member in ark::tooling::inspector::test::ThreadStateTest
73 locs.insert(location1); in TEST_F()
90 locs.insert(location1); in TEST_F()
97 state.OnSingleStep(location1); in TEST_F()
110 state.OnSingleStep(location1); in TEST_F()
125 locs.insert(location1); in TEST_F()
130 state.OnSingleStep(location1); in TEST_F()
145 std::vector<PtLocation> breaks = {location1, location2}; in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
H A Dets_codegen_extensions.cpp56 auto location1 = callInst->GetLocation(1); in LaunchCallCodegen() local
57 ASSERT(location1.IsFixedRegister() && location1.IsRegisterValid()); in LaunchCallCodegen()
59 objReg = ConvertRegister(location1.GetValue(), DataType::REFERENCE); in LaunchCallCodegen()
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_new_test.cpp131 Location location1(Location::Kind::REGISTER, 0); in HWTEST_F()
133 a->SetLocation(location1); in HWTEST_F()
167 EXPECT_TRUE(location1.IsRegister()); in HWTEST_F()
H A Dcompiler_graph_test.cpp314 Location location1(Location::Kind::REGISTER, 1); in HWTEST_F()
318 EXPECT_EQ(location1.MakeStackParameter(4).GetValue(), 4); // 4: random number in HWTEST_F()
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp338 auto location1 = std::make_unique<Location>(); in HWTEST_F_L0() local
340 consoleProfileFinished1.SetLocation(std::move(location1)).SetProfile(std::move(profile1)); in HWTEST_F_L0()
372 auto location1 = std::make_unique<Location>(); in HWTEST_F_L0() local
373 consoleProfileStarted1.SetLocation(std::move(location1)); in HWTEST_F_L0()

Completed in 4 milliseconds