Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp142 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
153 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local
188 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local
218 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
Dic_runtime_stub-inl.h225 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreICWithHandler() local
296 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype() local
316 JSTaggedValue handlerInfo = storeAOTHandler->GetHandlerInfo(); in StoreWithTS() local
333 uint64_t handlerInfo = 0; in StoreWithTransition() local
420 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadFromField(JSObject *receiver, uint64_t handlerInfo) in LoadFromField()
481 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype() local
490 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithHandler() local
524 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithElementHandler() local
600 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreElement() local
647 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp497 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleLoadTypeInt() local
527 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in HandleLoadTypePrototypeHandler() local
695 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in ConvertICByValueWithHandler() local
719 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleStoreType() local
752 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransition() local
773 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransWithProto() local
798 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1049 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICLoadByNameWithHandler() local
1069 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler() local
1092 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1112 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1136 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1153 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1174 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
/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.cpp546 uint32_t handlerInfo = 0U; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp284 GateRef handlerInfo = GetInt64OfTInt(*cachedHandler); in LoadICByValue() local
Dstub_builder.cpp2392 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField()
2562 GateRef handlerInfo = GetInt64OfTInt(*handler); in LoadICWithHandler() local
2839 GateRef handlerInfo = GetInt64OfTInt(*varHandler); in ICStoreElement() local
2993 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
3087 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
3178 GateRef handlerInfo; in StoreWithTransition() local
Dstub_builder-inl.h2604 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind()
2609 inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef handlerInfo) in UpdateSOutOfBoundsForHandler()