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);
Dsource_manager.cpp23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() function in ark::tooling::inspector::SourceManager
Dinspector_server.cpp230 …handler(thread, sourceManager_.GetSourceFileName(location->GetScriptId()), location->GetLineNumber… in OnCallDebuggerContinueToLocation()
246 auto scriptId = start->GetScriptId(); in OnCallDebuggerGetPossibleBreakpoints()
250 if (end->GetScriptId() != scriptId) { in OnCallDebuggerGetPossibleBreakpoints()
351 auto sourceFile = sourceManager_.GetSourceFileName(location->GetScriptId()); in OnCallDebuggerSetBreakpoint()
563 auto [scriptId, isNew] = sourceManager_.GetScriptId(thread, callFrameInfo.sourceFile); in AddCallFrameInfo()
591 auto [scriptId, isNew] = sourceManager_.GetScriptId(thread, sourceFile); in AddBreakpointByUrlLocations()
/arkcompiler/toolchain/tooling/base/
Dpt_script.h35 ScriptId GetScriptId() const in GetScriptId() function
Dpt_types.h232 ScriptId GetScriptId() const in GetScriptId() function
681 ScriptId GetScriptId() const in GetScriptId() function
1171 ScriptId GetScriptId() const in GetScriptId() function
1302 ScriptId GetScriptId() const in GetScriptId() function
1388 ScriptId GetScriptId() const in GetScriptId() function
1853 const std::string &GetScriptId() const in GetScriptId() function
2481 const std::string &GetScriptId() const in GetScriptId() function
2598 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.h178 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()
721 EXPECT_EQ(start->GetScriptId(), 1); in HWTEST_F_L0()
724 EXPECT_EQ(end->GetScriptId(), 1); in HWTEST_F_L0()
757 EXPECT_EQ(objectData->GetScriptId(), 10); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp164 scripts_[script->GetScriptId()] = script; in SaveParsedScriptsAndUrl()
1047 scriptParsed.SetScriptId(script.GetScriptId()) in ScriptParsed()
1188 auto iter = scripts_.find(start->GetScriptId()); in GetPossibleBreakpoints()
1207 location->SetScriptId(start->GetScriptId()).SetLine(line).SetColumn(column); in GetPossibleBreakpoints()
1217 ScriptId scriptId = params.GetScriptId(); in GetScriptSource()
1319 ScriptId scriptId = ptScript->GetScriptId(); in AddBreakpointDetail()
1471 scriptId = script->GetScriptId(); in ProcessSingleBreakpoint()
1820 location->SetScriptId(script->GetScriptId()); in GenerateCallFrame()
1914 startLoc->SetScriptId(script->GetScriptId()) in GetLocalScopeChain()
1917 endLoc->SetScriptId(script->GetScriptId()) in GetLocalScopeChain()