Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h285 auto cellValue = prototypeHandler->GetProtoCell(); in StorePrototype() local
306 auto cellValue = storeAOTHandler->GetProtoCell(); in StoreWithTS() local
393 auto cellValue = transWithProtoHandler->GetProtoCell(); in StoreTransWithProto() local
461 auto cellValue = prototypeHandler->GetProtoCell(); in LoadPrototype() local
638 auto cellValue = prototypeHandler->GetProtoCell(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp513 auto cellValue = prototypeHandler->GetProtoCell(); in HandleLoadTypePrototypeHandler() local
580 auto cellValue = transWithProtoHandler->GetProtoCell(); in HandleTransWithProtoHandler() local
597 auto cellValue = prototypeHandler->GetProtoCell(); in HandleOtherTypesPrototypeHandler() local
624 auto cellValue = storeAOTHandler->GetProtoCell(); in HandleStoreAOTHandler() local
787 auto cellValue = prototypeHandler->GetProtoCell(); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1010 auto cellValue = transWithProtoHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1021 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1032 auto cellValue = storeAOTHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1061 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICLoadByNameWithHandler() local
1163 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp435 JSHandle<ProtoChangeMarker> cellValue = factory->NewProtoChangeMarker(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2617 GateRef cellValue = GetPrototypeHandlerProtoCell(*handler); in LoadICWithHandler() local
2916 GateRef cellValue = GetPrototypeHandlerProtoCell(*varHandler); in ICStoreElement() local
3038 GateRef cellValue = GetTransWithProtoHandlerProtoCell(*handler); in StoreICWithHandler() local
3061 GateRef cellValue = GetPrototypeHandlerProtoCell(*handler); in StoreICWithHandler() local
3081 GateRef cellValue = GetStoreAOTHandlerProtoCell(*handler); in StoreICWithHandler() local