Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp149 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
160 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local
195 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local
225 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(thread); in StorePrototype() local
316 JSTaggedValue handlerInfo = storeAOTHandler->GetHandlerInfo(thread); in StoreWithTS() local
333 uint64_t handlerInfo = 0; in StoreWithTransition() local
420 …alue ICRuntimeStub::LoadFromField(const JSThread *thread, JSObject *receiver, uint64_t handlerInfo) in LoadFromField()
481 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(thread); in LoadPrototype() local
490 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithHandler() local
524 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in LoadICWithElementHandler() local
611 JSTaggedValue handlerInfo = protoHandler->GetHandlerInfo(thread); in StoreElementWithProtoHandler() local
625 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreElement() local
[all …]
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp524 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleLoadTypeInt() local
557 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in HandleLoadTypePrototypeHandler() local
742 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in ConvertICByValueWithHandler() local
768 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in HandleStoreType() local
801 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransition() local
822 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandleTransWithProto() local
847 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1078 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICLoadByNameWithHandler() local
1098 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler() local
1121 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1141 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1165 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1182 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); in DumpICByValueWithHandler() local
1203 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(thread)); 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.cpp359 GateRef handlerInfo = GetInt64OfTInt(*cachedHandler); in LoadICByValue() local
Dstub_builder.cpp2667 GateRef StubBuilder::LoadFromField(GateRef glue, GateRef receiver, GateRef handlerInfo) in LoadFromField()
2838 GateRef handlerInfo = GetInt64OfTInt(*handler); in LoadICWithHandler() local
3117 GateRef handlerInfo = GetInt64OfTInt(*varHandler); in ICStoreElement() local
3331 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
3425 GateRef handlerInfo = GetInt64OfTInt(*handler); in StoreICWithHandler() local
3516 GateRef handlerInfo; in StoreWithTransition() local
Dstub_builder-inl.h2807 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind()
2812 inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef handlerInfo) in UpdateSOutOfBoundsForHandler()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp4281 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DEF_RUNTIME_STUBS() local