| /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 | inspector_server.cpp | 224 …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()
|
| D | source_manager.cpp | 23 std::pair<ScriptId, bool> SourceManager::GetScriptId(PtThread thread, std::string_view fileName) in GetScriptId() function in panda::tooling::inspector::SourceManager
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_script.h | 35 ScriptId GetScriptId() const in GetScriptId() function
|
| D | pt_types.h | 214 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
|
| D | pt_events.h | 324 ScriptId GetScriptId() const in GetScriptId() function 576 ScriptId GetScriptId() const in GetScriptId() function
|
| D | pt_params.h | 166 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() 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/ |
| D | debugger_impl.cpp | 122 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()
|