Lines Matching defs:methodOffset
85 auto methodOffset = methodId.GetOffset();
88 jsPandaFile_->UpdateMainMethodIndex(methodOffset, *recordNamePtr);
109 auto it = processedMethod.find(methodOffset);
112 methodOffset, recordNamePtr);
114 processedMethod[methodOffset] = std::make_pair(methodPcInfos.size() - 1, methodOffset);
117 SetMethodPcInfoIndex(methodOffset, processedMethod[methodOffset], recordNamePtr);
137 auto methodOffset = methodIdx.GetOffset();
138 if (processedMethod_.find(methodOffset) != processedMethod_.end()) {
157 CollectMethodPcsFromBC(codeSize, insns, methodLiteral, methodOffset, recordNamePtr);
159 SetMethodPcInfoIndex(methodOffset, {methodPcInfos.size() - 1, methodOffset}, recordNamePtr);
160 processedMethod_.emplace(methodOffset);
164 MethodLiteral *method, uint32_t methodOffset,
209 bytecodeInfo_.SetMethodOffsetToFastCallInfo(methodOffset, canFastCall, noGC);
233 void BytecodeInfoCollector::SetMethodPcInfoIndex(uint32_t methodOffset,
240 auto iter = methodList.find(methodOffset);
247 methodList.emplace(methodOffset, info);
268 for (auto methodOffset : methodOffsets) {
269 CollectMethods(methodOffset, recordNamePtr);
278 for (auto methodOffset : methodOffsets) {
279 CollectMethods(methodOffset, recordNamePtr);