Lines Matching defs:methodId

173     auto methodId = method->GetMethodId();
174 const std::string &url = extractor->GetSourceFile(methodId);
178 const std::string &source = extractor->GetSourceCode(methodId);
259 panda_file::File::EntityId methodId = location.GetMethodId();
261 if (extractor->MatchLineWithOffset(callbackFunc, methodId, offset)) {
315 panda_file::File::EntityId methodId = location->GetMethodId();
319 extractor == nullptr || !extractor->MatchLineWithOffset(callbackLineFunc, methodId, offset) ||
320 !extractor->MatchColumnWithOffset(callbackColumnFunc, methodId, offset)) {
1674 auto methodId = method->GetMethodId();
1687 std::string url = extractor->GetSourceFile(methodId);
1704 if (!extractor->MatchLineWithOffset(callbackLineFunc, methodId, DebuggerApi::GetBytecodeOffset(frameHandler)) ||
1705 !extractor->MatchColumnWithOffset(callbackColumnFunc, methodId, DebuggerApi::GetBytecodeOffset(frameHandler))) {
1754 auto methodId = method->GetMethodId();
1775 GetLocalVariables(frameHandler, methodId, jsPandaFile, thisVal, localObj);
1779 const LineNumberTable &lines = extractor->GetLineNumberTable(methodId);
1791 if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) {
1806 EntityId methodId = method->GetMethodId();
1879 if (MatchScripts(scriptFunc, extractor->GetSourceFile(methodId), ScriptMatchType::URL)) {
1918 void DebuggerImpl::GetLocalVariables(const FrameHandler *frameHandler, panda_file::File::EntityId methodId,
1924 for (const auto &localVariableInfo : extractor->GetLocalVariableTable(methodId)) {