Home
last modified time | relevance | path

Searched defs:handlerInfo (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.cpp208 GateRef handlerInfo = GetInt64OfTInt(*cachedHandler); in LoadICByValue() local
H A Dstub_builder-inl.h2435 inline GateRef StubBuilder::ClearSharedStoreKind(GateRef handlerInfo) in ClearSharedStoreKind() argument
2440 inline GateRef StubBuilder::UpdateSOutOfBoundsForHandler(GateRef handlerInfo) in UpdateSOutOfBoundsForHandler() argument
H A Dstub_builder.cpp2361 GateRef StubBuilder::LoadFromField(GateRef receiver, GateRef handlerInfo) in LoadFromField() argument
2515 GateRef handlerInfo = GetInt64OfTInt(*handler); in LoadICWithHandler() local
2758 GateRef handlerInfo = GetInt64OfTInt(*varHandler); ICStoreElement() local
2911 GateRef handlerInfo = GetInt64OfTInt(*handler); StoreICWithHandler() local
3004 GateRef handlerInfo = GetInt64OfTInt(*handler); StoreICWithHandler() local
3093 GateRef handlerInfo; StoreWithTransition() local
[all...]
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_runtime_stub_test.cpp546 uint32_t handlerInfo = 0U; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime_stub-inl.h225 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); in StoreICWithHandler() local
283 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); StorePrototype() local
300 JSTaggedValue handlerInfo = storeTSHandler->GetHandlerInfo(); StoreWithTS() local
317 uint64_t handlerInfo = 0; StoreWithTransition() local
397 LoadFromField(JSObject *receiver, uint64_t handlerInfo) LoadFromField() argument
445 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); LoadPrototype() local
454 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); LoadICWithHandler() local
483 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); LoadICWithElementHandler() local
558 auto handlerInfo = JSTaggedValue::UnwrapToUint64(handler); StoreElement() local
601 JSTaggedValue handlerInfo = prototypeHandler->GetHandlerInfo(); StoreElement() local
[all...]
H A 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
[all...]
/arkcompiler/ets_runtime/ecmascript/jit/
H A 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()); HandleStoreType() local
734 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); HandleTransition() local
753 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); HandleTransWithProto() local
781 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); HandlePrototypeHandler() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1127 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICLoadByNameWithHandler() local
1149 auto handlerInfo = static_cast<uint32_t>(handlerInfoVal.GetInt()); in DumpICLoadByNameWithHandler() local
1170 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); in DumpICByValueWithHandler() local
1190 auto handlerInfo = static_cast<uint32_t>(secondValue.GetInt()); DumpICByValueWithHandler() local
1211 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); DumpICByValueWithHandler() local
1227 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); DumpICByValueWithHandler() local
1250 auto handlerInfo = static_cast<uint32_t>(handlerInfoValue.GetInt()); DumpICByValueWithHandler() local
[all...]

Completed in 31 milliseconds