Home
last modified time | relevance | path

Searched refs:handlerInfoVal (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp510 JSTaggedValue handlerInfoVal = prototypeHandler->GetHandlerInfo(); in HandleLoadTypePrototypeHandler() local
511 if (!handlerInfoVal.IsInt()) { in HandleLoadTypePrototypeHandler()
514 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in HandleLoadTypePrototypeHandler()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1145 JSTaggedValue handlerInfoVal = prototypeHandler->GetHandlerInfo(); in DumpICLoadByNameWithHandler() local
1146 if (!handlerInfoVal.IsInt()) { in DumpICLoadByNameWithHandler()
1149 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler()

Completed in 7 milliseconds