Searched refs:callbackLineFunc (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_extractor.cpp | 45 auto callbackLineFunc = [&location](int32_t line) -> bool { in GetSourceLocation() local 53 MatchLineWithOffset(callbackLineFunc, methodId, bytecodeOffset); in GetSourceLocation()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 50 auto callbackLineFunc = [&data](int32_t line) -> bool { in BuildMethodTrace() local 60 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, pcOffset) || in BuildMethodTrace() 139 auto callbackLineFunc = [&frameInfo, &lineNumber](int32_t line) -> bool { in BuildJsStackInfo() local 150 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset) || in BuildJsStackInfo()
|
| D | js_stackgetter.cpp | 250 auto callbackLineFunc = [&lineNumber](int32_t line) -> bool { in GetNativeMethodCallPos() local 260 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) { in GetNativeMethodCallPos()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 1317 auto callbackLineFunc = [&lineNumber](int32_t line) -> bool { in PrintByteCodesWithTypes() local 1327 debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset); in PrintByteCodesWithTypes() 1438 auto callbackLineFunc = [&lineNumber](int32_t line) -> bool { in CollectGateTypeLogInfo() local 1446 debugExtractor->MatchLineWithOffset(callbackLineFunc, methodLiteral->GetMethodId(), offset); in CollectGateTypeLogInfo()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 203 auto callbackLineFunc = [&detail](int32_t line) -> bool { in NotifyPaused() local 215 … extractor == nullptr || !extractor->MatchLineWithOffset(callbackLineFunc, methodId, offset) || in NotifyPaused() 1119 auto callbackLineFunc = [&location](int32_t line) -> bool { in GenerateCallFrame() local 1127 …if (!extractor->MatchLineWithOffset(callbackLineFunc, methodId, DebuggerApi::GetBytecodeOffset(fra… in GenerateCallFrame()
|