Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h216 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreICWithHandler() local
274 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype() local
291 JSTaggedValue handlerInfo = storeTSHandler->GetHandlerInfo(); in StoreWithTS() local
308 uint64_t handlerInfo = 0; in StoreWithTransition() local
388 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadFromField(JSObject *receiver, uint64_t handlerInfo) in LoadFromField()
436 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype() local
445 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithHandler() local
474 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithElementHandler() local
549 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreElement() local
592 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StoreElement() local
Dic_handler.h370 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
399 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local
433 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local
487 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
521 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreAOT() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp484 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleLoadTypeInt() local
514 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in HandleLoadTypePrototypeHandler() local
680 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in ConvertICByValueWithHandler() local
704 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleStoreType() local
734 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransition() local
753 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransWithProto() local
781 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1118 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICLoadByNameWithHandler() local
1140 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler() local
1161 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1181 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1202 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1218 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1241 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dic_stub_builder.cpp215 GateRef handlerInfo = GetInt64OfTInt(*cachedHandler); in LoadICByValue() local
Dstub_builder.cpp2350 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField()
2504 GateRef handlerInfo = GetInt64OfTInt(*handler); in LoadICWithHandler() local
2712 GateRef handlerInfo = GetInt64OfTInt(*varHandler); in ICStoreElement() local
2873 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
2966 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
3055 GateRef handlerInfo; in StoreWithTransition() local
Dstub_builder-inl.h2401 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind()
2406 inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef handlerInfo) in UpdateSOutOfBoundsForHandler()
/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.cpp547 uint32_t handlerInfo = 0U; in HWTEST_F_L0() local