Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsource_manager.cpp66 auto test_id0 = sm_.GetScriptId(pt_thread0, "test.pa"); in TEST_F()
73 test_id0 = sm_.GetScriptId(pt_thread0, "test.pa"); in TEST_F()
77 auto test_id1 = sm_.GetScriptId(pt_thread1, "test1.pa"); in TEST_F()
81 auto test_id2 = sm_.GetScriptId(pt_thread0, "test2.pa"); in TEST_F()
82 auto test_id3 = sm_.GetScriptId(pt_thread1, "test3.pa"); in TEST_F()
91 test_id0 = sm_.GetScriptId(pt_thread0, "test.pa"); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dlocation.h39 ScriptId GetScriptId() const in GetScriptId() function
/arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsscriptid_fuzzer/
Dpttypesexceptiondetailsscriptid_fuzzer.cpp36 details.GetScriptId(); in PtTypesExceptionDetailsScriptIdFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dsource_manager.h40 std::pair<ScriptId, bool> GetScriptId(PtThread thread, std::string_view fileName);
Dinspector_server.cpp224 …handler(thread, sourceManager_.GetSourceFileName(location->GetScriptId()), location->GetLineNumber… in OnCallDebuggerContinueToLocation()
240 auto scriptId = start->GetScriptId(); in OnCallDebuggerGetPossibleBreakpoints()
244 if (end->GetScriptId() != scriptId) { in OnCallDebuggerGetPossibleBreakpoints()
345 auto sourceFile = sourceManager_.GetSourceFileName(location->GetScriptId()); in OnCallDebuggerSetBreakpoint()
556 auto [scriptId, isNew] = sourceManager_.GetScriptId(thread, callFrameInfo.sourceFile); in AddCallFrameInfo()
592 auto [scriptId, isNew] = sourceManager_.GetScriptId(thread, sourceFile); in AddBreakpointByUrlLocations()
Dsource_manager.cpp23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() function in panda::tooling::inspector::SourceManager
/arkcompiler/toolchain/tooling/base/
Dpt_script.h35 ScriptId GetScriptId() const in GetScriptId() function
Dpt_types.h214 ScriptId GetScriptId() const in GetScriptId() function
643 ScriptId GetScriptId() const in GetScriptId() function
1133 ScriptId GetScriptId() const in GetScriptId() function
1264 ScriptId GetScriptId() const in GetScriptId() function
1350 ScriptId GetScriptId() const in GetScriptId() function
1815 const std::string &GetScriptId() const in GetScriptId() function
2443 const std::string &GetScriptId() const in GetScriptId() function
2560 const std::string &GetScriptId() const in GetScriptId() function
Dpt_events.h324 ScriptId GetScriptId() const in GetScriptId() function
576 ScriptId GetScriptId() const in GetScriptId() function
Dpt_params.h166 ScriptId GetScriptId() const in GetScriptId() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp65 ASSERT_EQ(script->GetScriptId(), 100); in HWTEST_F_L0()
Ddebugger_types_test.cpp383 EXPECT_EQ(exceptionMetaData->GetScriptId(), 0); in HWTEST_F_L0()
1016 EXPECT_EQ(location->GetScriptId(), 222); in HWTEST_F_L0()
1026 EXPECT_EQ(location->GetScriptId(), 2122); in HWTEST_F_L0()
1138 EXPECT_EQ(breakLocation->GetScriptId(), 222); in HWTEST_F_L0()
1149 EXPECT_EQ(breakLocation->GetScriptId(), 2122); in HWTEST_F_L0()
1555 EXPECT_EQ(location->GetScriptId(), 5); in HWTEST_F_L0()
1579 EXPECT_EQ(functionLocation->GetScriptId(), 3); in HWTEST_F_L0()
1582 EXPECT_EQ(location->GetScriptId(), 5); in HWTEST_F_L0()
1784 EXPECT_EQ(runTimeCallFrame->GetScriptId(), "10"); in HWTEST_F_L0()
1888 EXPECT_EQ(runTimeCallFrame->GetScriptId(), "10"); in HWTEST_F_L0()
[all …]
Ddebugger_params_test.cpp99 EXPECT_EQ(location->GetScriptId(), 2); in HWTEST_F_L0()
682 EXPECT_EQ(start->GetScriptId(), 1); in HWTEST_F_L0()
685 EXPECT_EQ(end->GetScriptId(), 1); in HWTEST_F_L0()
718 EXPECT_EQ(objectData->GetScriptId(), 10); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp122 scripts_[script->GetScriptId()] = std::move(script); in NotifyScriptParsed()
766 scriptParsed.SetScriptId(script.GetScriptId()) in ScriptParsed()
867 auto iter = scripts_.find(start->GetScriptId()); in GetPossibleBreakpoints()
886 location->SetScriptId(start->GetScriptId()).SetLine(line).SetColumn(column); in GetPossibleBreakpoints()
896 ScriptId scriptId = params.GetScriptId(); in GetScriptSource()
1020 ScriptId scriptId = ptScript->GetScriptId(); in SetBreakpointByUrl()
1096 ScriptId scriptId = ptScript->GetScriptId(); in ProcessSingleBreakpoint()
1400 location->SetScriptId(script->GetScriptId()); in GenerateCallFrame()
1487 startLoc->SetScriptId(script->GetScriptId()) in GetLocalScopeChain()
1490 endLoc->SetScriptId(script->GetScriptId()) in GetLocalScopeChain()