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.h263 auto cellValue = prototypeHandler->GetProtoCell(); in StorePrototype() local
284 auto cellValue = storeTSHandler->GetProtoCell(); in StoreWithTS() local
364 auto cellValue = transWithProtoHandler->GetProtoCell(); in StoreTransWithProto() local
428 auto cellValue = prototypeHandler->GetProtoCell(); in LoadPrototype() local
586 auto cellValue = prototypeHandler->GetProtoCell(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp500 auto cellValue = prototypeHandler->GetProtoCell(); in HandleLoadTypePrototypeHandler() local
567 auto cellValue = transWithProtoHandler->GetProtoCell(); in HandleTransWithProtoHandler() local
584 auto cellValue = prototypeHandler->GetProtoCell(); in HandleOtherTypesPrototypeHandler() local
611 auto cellValue = storeTSHandler->GetProtoCell(); in HandleStoreTSHandler() local
770 auto cellValue = prototypeHandler->GetProtoCell(); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1079 auto cellValue = transWithProtoHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1090 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1101 auto cellValue = storeTSHandler->GetProtoCell(); in DumpICByNameWithHandler() local
1130 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICLoadByNameWithHandler() local
1230 auto cellValue = prototypeHandler->GetProtoCell(); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_runtime_stub_test.cpp436 JSHandle<ProtoChangeMarker> cellValue = factory->NewProtoChangeMarker(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2547 GateRef cellValue = GetProtoCell(*handler); in LoadICWithHandler() local
2797 GateRef cellValue = GetProtoCell(*varHandler); in ICStoreElement() local
2917 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler() local
2940 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler() local
2960 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler() local