| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | source_manager.cpp | 66 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/ |
| D | location.h | 39 ScriptId GetScriptId() const in GetScriptId() function
|
| /arkcompiler/toolchain/test/fuzztest/pttypesexceptiondetailsscriptid_fuzzer/ |
| D | pttypesexceptiondetailsscriptid_fuzzer.cpp | 36 details.GetScriptId(); in PtTypesExceptionDetailsScriptIdFuzzTest()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | source_manager.h | 40 std::pair<ScriptId, bool> GetScriptId(PtThread thread, std::string_view fileName);
|
| D | source_manager.cpp | 23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() function in ark::tooling::inspector::SourceManager
|
| D | inspector_server.cpp | 230 …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/ |
| D | pt_script.h | 35 ScriptId GetScriptId() const in GetScriptId() function
|
| D | pt_types.h | 232 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
|
| D | pt_events.h | 324 ScriptId GetScriptId() const in GetScriptId() function 576 ScriptId GetScriptId() const in GetScriptId() function
|
| D | pt_params.h | 178 ScriptId GetScriptId() const in GetScriptId() function
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_script_test.cpp | 65 ASSERT_EQ(script->GetScriptId(), 100); in HWTEST_F_L0()
|
| D | debugger_types_test.cpp | 383 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 …]
|
| D | debugger_params_test.cpp | 99 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/ |
| D | debugger_impl.cpp | 164 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()
|