Home
last modified time | relevance | path

Searched refs:transWithProtoHandler (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp566 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in HandleTransWithProtoHandler() local
567 auto cellValue = transWithProtoHandler->GetProtoCell(); in HandleTransWithProtoHandler()
573 auto transitionHClassVal = transWithProtoHandler->GetTransitionHClass(); in HandleTransWithProtoHandler()
749 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in HandleTransWithProto() local
750 auto transitionHClassVal = transWithProtoHandler->GetTransitionHClass(); in HandleTransWithProto()
751 auto handlerInfoValue = transWithProtoHandler->GetHandlerInfo(); in HandleTransWithProto()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h320 TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject()); in StoreWithTransition() local
321 newHClass = JSHClass::Cast(transWithProtoHandler->GetTransitionHClass().GetTaggedObject()); in StoreWithTransition()
322 handlerInfo = JSTaggedValue::UnwrapToUint64(transWithProtoHandler->GetHandlerInfo()); in StoreWithTransition()
372 TransWithProtoHandler *transWithProtoHandler = TransWithProtoHandler::Cast(handler.GetTaggedObject()); in StoreTransWithProto() local
373 auto cellValue = transWithProtoHandler->GetProtoCell(); in StoreTransWithProto()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1087 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByNameWithHandler() local
1088 auto cellValue = transWithProtoHandler->GetProtoCell(); in DumpICByNameWithHandler()
1092 auto transitionHClassVal = transWithProtoHandler->GetTransitionHClass(); in DumpICByNameWithHandler()
1222 auto transWithProtoHandler = TransWithProtoHandler::Cast(secondValue.GetTaggedObject()); in DumpICByValueWithHandler() local
1223 auto transitionHClassVal = transWithProtoHandler->GetTransitionHClass(); in DumpICByValueWithHandler()
1225 auto handlerInfoValue = transWithProtoHandler->GetHandlerInfo(); in DumpICByValueWithHandler()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1079 JSHandle<TransWithProtoHandler> transWithProtoHandler = factory->NewTransWithProtoHandler(); in HWTEST_F_L0() local
1080 DUMP_FOR_HANDLE(transWithProtoHandler); in HWTEST_F_L0()

Completed in 15 milliseconds