Searched defs:handlerInfo (Results 1 – 9 of 9) sorted by relevance
142 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local153 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local188 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local218 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
225 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreICWithHandler() local296 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype() local316 JSTaggedValue handlerInfo = storeAOTHandler->GetHandlerInfo(); in StoreWithTS() local333 uint64_t handlerInfo = 0; in StoreWithTransition() local420 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadFromField(JSObject *receiver, uint64_t handlerInfo) in LoadFromField()481 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype() local490 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithHandler() local524 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithElementHandler() local600 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreElement() local647 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StoreElement() local
497 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleLoadTypeInt() local527 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in HandleLoadTypePrototypeHandler() local695 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in ConvertICByValueWithHandler() local719 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleStoreType() local752 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransition() local773 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransWithProto() local798 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandlePrototypeHandler() local
1049 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICLoadByNameWithHandler() local1069 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler() local1092 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local1112 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local1136 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local1153 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local1174 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
272 JSHandle<JSTaggedValue> handlerInfo(thread, handler->GetHandlerInfo()); in HWTEST_F_L0() local
546 uint32_t handlerInfo = 0U; in HWTEST_F_L0() local
284 GateRef handlerInfo = GetInt64OfTInt(*cachedHandler); in LoadICByValue() local
2392 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField()2562 GateRef handlerInfo = GetInt64OfTInt(*handler); in LoadICWithHandler() local2839 GateRef handlerInfo = GetInt64OfTInt(*varHandler); in ICStoreElement() local2993 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local3087 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local3178 GateRef handlerInfo; in StoreWithTransition() local
2604 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind()2609 inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef handlerInfo) in UpdateSOutOfBoundsForHandler()