Lines Matching refs:JSFunction
34 if (!JSFunction::Cast(calleeFunc)->GetMethod().IsMethod()) { in ProfileCall()
37 auto calleeMethod = Method::Cast(JSFunction::Cast(calleeFunc)->GetMethod()); in ProfileCall()
38 JSTaggedValue calleeRecordNameValue = JSFunction::Cast(calleeFunc)->GetRecordName(); 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()
49 JSTaggedValue currentRecordNameValue = JSFunction::Cast(currentFunc)->GetRecordName(); in ProfileCall()
84 if (funcValue.IsJSFunction() && JSFunction::Cast(funcValue)->GetMethod().IsMethod()) { in ProfileOpType()
85 auto jsMethod = Method::Cast(JSFunction::Cast(funcValue)->GetMethod()); in ProfileOpType()
86 JSTaggedValue recordNameValue = JSFunction::Cast(funcValue)->GetRecordName(); in ProfileOpType()
104 JSFunction *funcFunction = JSFunction::Cast(funcValue); in ProfileDefineClass()
122 JSFunction *ctorFunction = JSFunction::Cast(ctorValue->GetTaggedObject()); in ProfileDefineClass()
135 auto superFuncFunction = JSFunction::Cast(superFuncValue); in ProfileDefineClass()
166 JSFunction *funcFunction = JSFunction::Cast(funcValue); in ProfileCreateObject()
212 JSFunction *funcFunction = JSFunction::Cast(funcValue); in ProfileObjLayout()
265 auto ctorFunc = JSFunction::Cast(ctor); in ProfileObjLayout()