Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h200 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
229 JSHandle<JSTaggedValue> handlerInfo = LoadHandler::LoadProperty(thread, op); in LoadPrototype() local
244 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StorePrototype() local
277 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreTransition() local
311 JSHandle<JSTaggedValue> handlerInfo = StoreHandler::StoreProperty(thread, op); in StoreAOT() local
Dic_runtime_stub-inl.h199 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in StoreICWithHandler() local
240 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StorePrototype() local
257 JSTaggedValue handlerInfo = storeTSHandler->GetHandlerInfo(); in StoreWithTS() local
274 uint32_t handlerInfo = 0; in StoreWithTransition() local
347 ARK_INLINE JSTaggedValue ICRuntimeStub::LoadFromField(JSObject *receiver, uint32_t handlerInfo) in LoadFromField()
393 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in LoadPrototype() local
402 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in LoadICWithHandler() local
448 auto handlerInfo = static_cast<uint32_t>(handler.GetInt()); in StoreElement() local
486 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp269 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
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1294 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField()
1415 GateRef handlerInfo = GetInt32OfTInt(*handler); in LoadICWithHandler() local
1531 GateRef handlerInfo = GetInt32OfTInt(*varHandler); in ICStoreElement() local
1663 GateRef handlerInfo = GetInt32OfTInt(*handler); in StoreICWithHandler() local
1734 GateRef handlerInfo = GetInt32OfTInt(*handler); in StoreICWithHandler() local
1806 GateRef handlerInfo; in StoreWithTransition() local