Lines Matching refs:GetMethod
34 if (!JSFunction::Cast(calleeFunc)->GetMethod().IsMethod()) { in ProfileCall()
37 auto calleeMethod = Method::Cast(JSFunction::Cast(calleeFunc)->GetMethod()); in ProfileCall()
47 …if (pcOffset > 0 && currentFunc.IsJSFunction() && JSFunction::Cast(currentFunc)->GetMethod().IsMet… in ProfileCall()
48 auto currentMethod = Method::Cast(JSFunction::Cast(currentFunc)->GetMethod()); in ProfileCall()
84 if (funcValue.IsJSFunction() && JSFunction::Cast(funcValue)->GetMethod().IsMethod()) { in ProfileOpType()
85 auto jsMethod = Method::Cast(JSFunction::Cast(funcValue)->GetMethod()); in ProfileOpType()
111 auto method = funcFunction->GetMethod(); in ProfileDefineClass()
123 auto ctorMethod = ctorFunction->GetMethod(); in ProfileDefineClass()
136 if (superFuncFunction->GetMethod().IsMethod()) { in ProfileDefineClass()
137 auto superMethod = Method::Cast(superFuncFunction->GetMethod()); in ProfileDefineClass()
173 auto method = funcFunction->GetMethod(); in ProfileCreateObject()
213 auto method = funcFunction->GetMethod(); in ProfileObjLayout()
266 auto ctorMethod = ctorFunc->GetMethod(); in ProfileObjLayout()