Searched defs:calleeMethod (Results 1 – 5 of 5) sorted by relevance
126 Method *calleeMethod = JSFunction::Cast(callee.GetTaggedObject())->GetCallTarget(); in SetMonoInlineCallCacheSlot() local149 Method *calleeMethod = JSFunction::Cast(calleeElement.GetTaggedObject())->GetCallTarget(); in SetPolyInlineCallCacheSlot() local
344 Method *calleeMethod = Method::Cast(callee->GetMethod()); in ConvertCall() local370 Method *calleeMethod = Method::Cast(callee->GetMethod()); in ConvertNewObjRange() local
741 auto calleeMethod = Method::Cast(calleeFunc->GetMethod()); in CalleePFIProcess() local
1438 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpCall() local1477 Method *calleeMethod = Method::Cast(callee->GetMethod()); in DumpNewObjRange() local
297 … IsMethodExternal([[maybe_unused]] MethodPtr method, [[maybe_unused]] MethodPtr calleeMethod) const in IsMethodExternal()