Home
last modified time | relevance | path

Searched refs:callbackLineFunc (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.cpp45 auto callbackLineFunc = [&location](int32_t line) -> bool { in GetSourceLocation() local
53 MatchLineWithOffset(callbackLineFunc, methodId, bytecodeOffset); in GetSourceLocation()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp50 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()
Djs_stackgetter.cpp250 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/
Dmethod_type_infer.cpp1317 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/
Ddebugger_impl.cpp203 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()