Lines Matching defs:debugExtractor
104 DebugInfoExtractor *debugExtractor =
106 if (debugExtractor == nullptr) {
110 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId);
117 codeEntry.lineNumber = debugExtractor->GetFristLine(methodId);
118 codeEntry.columnNumber = debugExtractor->GetFristColumn(methodId);
253 DebugInfoExtractor *debugExtractor =
255 if (debugExtractor == nullptr) {
263 const std::string &sourceFile = debugExtractor->GetSourceFile(methodId);
284 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) {
287 if (!debugExtractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) {
321 DebugInfoExtractor *debugExtractor =
323 if (debugExtractor == nullptr) {
337 if (!debugExtractor->MatchLineWithOffset(callbackLineFunc, methodId, offset)) {