Home
last modified time | relevance | path

Searched defs:handlerInfoValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp798 auto handlerInfoValue = transitionHandler->GetHandlerInfo(mainThread_); in HandleTransition() local
819 auto handlerInfoValue = transWithProtoHandler->GetHandlerInfo(mainThread_); in HandleTransWithProto() local
845 JSTaggedValue handlerInfoValue = prototypeHandler->GetHandlerInfo(mainThread_); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1162 auto handlerInfoValue = transitionHandler->GetHandlerInfo(vm_->GetJSThread()); in DumpICByValueWithHandler() local
1179 auto handlerInfoValue = transWithProtoHandler->GetHandlerInfo(vm_->GetJSThread()); in DumpICByValueWithHandler() local
1201 JSTaggedValue handlerInfoValue = prototypeHandler->GetHandlerInfo(vm_->GetJSThread()); in DumpICByValueWithHandler() local