Home
last modified time | relevance | path

Searched defs:handlerInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h223 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in StoreICWithHandler() local
278 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype() local
295 JSTaggedValue handlerInfo = storeTSHandler->GetHandlerInfo(); in StoreWithTS() local
312 uint32_t handlerInfo = 0; in StoreWithTransition() local
389 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadFromField(JSObject *receiver, uint32_t handlerInfo) in LoadFromField()
435 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype() local
444 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in LoadICWithHandler() local
485 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in LoadICWithElementHandler() local
560 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in StoreElement() local
599 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StoreElement() local
Dic_handler.h348 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
377 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local
392 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local
425 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
459 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreAOT() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp836 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByNameWithHandler() local
858 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICByNameWithHandler() local
921 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
941 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
960 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
975 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
995 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp201 GateRef handlerInfo = GetInt32OfTInt(*cachedHandler); in LoadICByValue() local
Dstub_builder.cpp1602 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField()
1751 GateRef handlerInfo = GetInt32OfTInt(*handler); in LoadICWithHandler() local
2003 GateRef handlerInfo = GetInt32OfTInt(*varHandler); in ICStoreElement() local
2154 GateRef handlerInfo = GetInt32OfTInt(*handler); in StoreICWithHandler() local
2241 GateRef handlerInfo = GetInt32OfTInt(*handler); in StoreICWithHandler() local
2330 GateRef handlerInfo; in StoreWithTransition() local
Dstub_builder-inl.h2120 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp272 JSHandle<JSTaggedValue> handlerInfo(thread, handler->GetHandlerInfo()); in HWTEST_F_L0() local
Dic_runtime_stub_test.cpp532 uint32_t handlerInfo = 0U; in HWTEST_F_L0() local