• Home
  • Raw
  • Download

Lines Matching refs:Cast

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()
115 auto jsMethod = Method::Cast(method); in ProfileDefineClass()
122 JSFunction *ctorFunction = JSFunction::Cast(ctorValue->GetTaggedObject()); in ProfileDefineClass()
127 auto ctorJSMethod = Method::Cast(ctorMethod); in ProfileDefineClass()
135 auto superFuncFunction = JSFunction::Cast(superFuncValue); in ProfileDefineClass()
137 auto superMethod = Method::Cast(superFuncFunction->GetMethod()); in ProfileDefineClass()
148 auto prototypeObj = JSObject::Cast(prototype); in ProfileDefineClass()
166 JSFunction *funcFunction = JSFunction::Cast(funcValue); in ProfileCreateObject()
177 auto jsMethod = Method::Cast(method); in ProfileCreateObject()
184 auto newHClass = JSObject::Cast(newObjValue) ->GetJSHClass(); in ProfileCreateObject()
186 auto array = JSArray::Cast(newObjValue); in ProfileCreateObject()
212 JSFunction *funcFunction = JSFunction::Cast(funcValue); in ProfileObjLayout()
217 auto jsMethod = Method::Cast(method); in ProfileObjLayout()
248 auto array = JSArray::Cast(holder); in ProfileObjLayout()
265 auto ctorFunc = JSFunction::Cast(ctor); in ProfileObjLayout()
270 auto ctorJSMethod = Method::Cast(ctorMethod); in ProfileObjLayout()