Lines Matching refs:debugExtractor
93 DebugInfoExtractor *debugExtractor = in ParseMethodInfo() local
95 if (debugExtractor == nullptr) { in ParseMethodInfo()
99 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in ParseMethodInfo()
106 codeEntry.lineNumber = debugExtractor->GetFristLine(methodId); in ParseMethodInfo()
107 codeEntry.columnNumber = debugExtractor->GetFristColumn(methodId); in ParseMethodInfo()
230 DebugInfoExtractor *debugExtractor = in GetNativeMethodCallPos() local
232 if (debugExtractor == nullptr) { in GetNativeMethodCallPos()
240 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId); in GetNativeMethodCallPos()
261 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) { in GetNativeMethodCallPos()
264 if (!debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) { in GetNativeMethodCallPos()
298 DebugInfoExtractor *debugExtractor = in GetCallLineNumber() local
300 if (debugExtractor == nullptr) { in GetCallLineNumber()
314 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) { in GetCallLineNumber()