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(thread); in StorePrototype() local
306 auto cellValue = storeAOTHandler->GetProtoCell(thread); in StoreWithTS() local
393 auto cellValue = transWithProtoHandler->GetProtoCell(thread); in StoreTransWithProto() local
461 auto cellValue = prototypeHandler->GetProtoCell(thread); in LoadPrototype() local
602 auto cellValue = protoHandler->GetProtoCell(thread); in StoreElementWithProtoHandler() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp543 auto cellValue = prototypeHandler->GetProtoCell(mainThread_); in HandleLoadTypePrototypeHandler() local
627 auto cellValue = transWithProtoHandler->GetProtoCell(mainThread_); in HandleTransWithProtoHandler() local
644 auto cellValue = prototypeHandler->GetProtoCell(mainThread_); in HandleOtherTypesPrototypeHandler() local
671 auto cellValue = storeAOTHandler->GetProtoCell(mainThread_); in HandleStoreAOTHandler() local
836 auto cellValue = prototypeHandler->GetProtoCell(mainThread_); in HandlePrototypeHandler() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1039 auto cellValue = transWithProtoHandler->GetProtoCell(vm_->GetJSThread()); in DumpICByNameWithHandler() local
1050 auto cellValue = prototypeHandler->GetProtoCell(vm_->GetJSThread()); in DumpICByNameWithHandler() local
1061 auto cellValue = storeAOTHandler->GetProtoCell(vm_->GetJSThread()); in DumpICByNameWithHandler() local
1090 auto cellValue = prototypeHandler->GetProtoCell(vm_->GetJSThread()); in DumpICLoadByNameWithHandler() local
1192 auto cellValue = prototypeHandler->GetProtoCell(vm_->GetJSThread()); 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.cpp2897 GateRef cellValue = GetPrototypeHandlerProtoCell(glue, *handler); in LoadICWithHandler() local
3219 GateRef cellValue = GetPrototypeHandlerProtoCell(glue, *varHandler); in ICStoreElement() local
3241 GateRef cellValue = GetTransWithProtoHandlerProtoCell(glue, *varHandler); in ICStoreElement() local
3376 GateRef cellValue = GetTransWithProtoHandlerProtoCell(glue, *handler); in StoreICWithHandler() local
3399 GateRef cellValue = GetPrototypeHandlerProtoCell(glue, *handler); in StoreICWithHandler() local
3419 GateRef cellValue = GetStoreAOTHandlerProtoCell(glue, *handler); in StoreICWithHandler() local