Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
Dhot_reload_manager.cpp66 auto *patchExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in ExtractPatch()
Ddebugger_api.cpp177 …DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSP… in GetVregIndex()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp93 JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in ParseMethodInfo()
230 JSPandaFileManager::GetInstance()->GetJSPtExtractor(nextMethod->GetJSPandaFile()); in GetNativeMethodCallPos()
Djs_stackinfo.cpp41 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildMethodTrace()
130 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in BuildJsStackInfo()
/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp115 DebugInfoExtractor *extractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor( in GetStepper()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_manager.h52 DebugInfoExtractor *GetJSPtExtractor(const JSPandaFile *jsPandaFile);
Djs_pandafile_manager.cpp380 DebugInfoExtractor *JSPandaFileManager::GetJSPtExtractor(const JSPandaFile *jsPandaFile) in GetJSPtExtractor() function in panda::ecmascript::JSPandaFileManager
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp172 …DebugInfoExtractor *debugInfoExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPan… in IsReleasedPandaFile()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp277 HWTEST_F_L0(JSPandaFileManagerTest, GetJSPtExtractor) in HWTEST_F_L0() argument
289 DebugInfoExtractor *extractor = pfManager->GetJSPtExtractor(pf.get()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp289 JSPandaFileManager::GetInstance()->GetJSPtExtractor(method->GetJSPandaFile()); in FunctionPrototypeToString()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp1312 …DebugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFi… in PrintByteCodesWithTypes()
1410 …ugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in TypeCheck()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1031 return JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in GetExtractor()
1057 return JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in GetExtractor()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.cpp811 JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFile); in AddMethodInfo()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp1836 …DebugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFi… in GetSourceCode()