Searched refs:debugExtractor (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackgetter.cpp | 92 DebugInfoExtractor *debugExtractor = in ParseMethodInfo() local 94 if (debugExtractor == nullptr) { in ParseMethodInfo() 98 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo() 105 codeEntry.lineNumber = debugExtractor->GetFristLine(methodId); in ParseMethodInfo() 106 codeEntry.columnNumber = debugExtractor->GetFristColumn(methodId); in ParseMethodInfo() 229 DebugInfoExtractor *debugExtractor = in GetNativeMethodCallPos() local 231 if (debugExtractor == nullptr) { in GetNativeMethodCallPos() 239 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos() 260 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) { in GetNativeMethodCallPos() 263 if (!debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) { in GetNativeMethodCallPos()
|
| D | js_stackinfo.cpp | 40 DebugInfoExtractor *debugExtractor = in BuildMethodTrace() local 42 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildMethodTrace() 60 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, pcOffset) || in BuildMethodTrace() 61 !debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, pcOffset)) { in BuildMethodTrace() 129 DebugInfoExtractor *debugExtractor = in BuildJsStackInfo() local 131 const std::string &sourceFile = debugExtractor->GetSourceFile(method->GetMethodId()); in BuildJsStackInfo() 150 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset) || in BuildJsStackInfo() 151 !debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) { in BuildJsStackInfo()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 1312 …DebugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFi… in PrintByteCodesWithTypes() local 1327 debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset); in PrintByteCodesWithTypes() 1328 debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset); in PrintByteCodesWithTypes() 1410 …DebugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFi… in TypeCheck() local 1411 const std::string &sourceFileName = debugExtractor->GetSourceFile(methodId); in TypeCheck() 1414 std::string log = CollectGateTypeLogInfo(valueGate, debugExtractor, "[TypeAssertion] "); in TypeCheck() 1423 …d::string MethodTypeInfer::CollectGateTypeLogInfo(GateRef gate, DebugInfoExtractor *debugExtractor, in CollectGateTypeLogInfo() argument 1446 debugExtractor->MatchLineWithOffset(callbackLineFunc, methodLiteral->GetMethodId(), offset); in CollectGateTypeLogInfo()
|
| D | method_type_infer.h | 149 std::string CollectGateTypeLogInfo(GateRef gate, DebugInfoExtractor *debugExtractor,
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 285 DebugInfoExtractor *debugExtractor = in FunctionPrototypeToString() local 287 const std::string &sourceCode = debugExtractor->GetSourceCode(method->GetMethodId()); in FunctionPrototypeToString()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot.cpp | 810 DebugInfoExtractor *debugExtractor = in AddMethodInfo() local 812 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in AddMethodInfo() 828 codeEntry.lineNumber = debugExtractor->GetFristLine(methodId); in AddMethodInfo() 833 codeEntry.columnNumber = debugExtractor->GetFristColumn(methodId); in AddMethodInfo()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1836 …DebugInfoExtractor *debugExtractor = JSPandaFileManager::GetInstance()->GetJSPtExtractor(jsPandaFi… in GetSourceCode() local 1851 …const std::string &allSourceCode = debugExtractor->GetSourceCode(panda_file::File::EntityId(mainMe… in GetSourceCode()
|