Home
last modified time | relevance | path

Searched refs:methodValue (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp139 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in ProfileDefineGetterSetter() local
140 if (!methodValue.IsMethod()) { in ProfileDefineGetterSetter()
253 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in PGODump() local
254 if (!methodValue.IsMethod()) { in PGODump()
334 auto methodValue = JSFunction::Cast(funcValue)->GetMethod(); in PGOPreDump() local
335 if (!methodValue.IsMethod()) { in PGOPreDump()
393 JSTaggedValue methodValue = func->GetMethod(); in HandlePGOPreDump() local
394 if (!methodValue.IsMethod()) { in HandlePGOPreDump()
397 JSTaggedValue recordNameValue = Method::Cast(methodValue)->GetRecordName(); in HandlePGOPreDump()
405 Method* method = Method::Cast(methodValue.GetTaggedObject()); in HandlePGOPreDump()
[all …]