Searched refs:methodValue (Results 1 – 1 of 1) sorted by relevance
139 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in ProfileDefineGetterSetter() local140 if (!methodValue.IsMethod()) { in ProfileDefineGetterSetter()253 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in PGODump() local254 if (!methodValue.IsMethod()) { in PGODump()334 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in PGOPreDump() local335 if (!methodValue.IsMethod()) { in PGOPreDump()393 JSTaggedValue methodValue = func->GetMethod(); in HandlePGOPreDump() local394 if (!methodValue.IsMethod()) { in HandlePGOPreDump()397 JSTaggedValue recordNameValue = Method::Cast(methodValue)->GetRecordName(); in HandlePGOPreDump()405 Method* method = Method::Cast(methodValue.GetTaggedObject()); in HandlePGOPreDump()[all …]