Home
last modified time | relevance | path

Searched refs:GetProtoCell (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h233 auto cellValue = prototypeHandler->GetProtoCell(); in StorePrototype()
253 auto cellValue = storeTSHandler->GetProtoCell(); in StoreWithTS()
326 auto cellValue = transWithProtoHandler->GetProtoCell(); in StoreTransWithProto()
389 auto cellValue = prototypeHandler->GetProtoCell(); in LoadPrototype()
482 auto cellValue = prototypeHandler->GetProtoCell(); in StoreElement()
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_handler_test.cpp237 JSHandle<JSTaggedValue> resultMarker(thread, handler2->GetProtoCell()); in HWTEST_F_L0()
271 JSHandle<JSTaggedValue> resultMarker(thread, handler->GetProtoCell()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h353 GateRef GetProtoCell(GateRef object);
Dstub_builder.cpp1617 GateRef cellValue = GetProtoCell(*handler); in LoadICWithHandler()
1801 GateRef cellValue = GetProtoCell(*varHandler); in ICStoreElement()
1893 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler()
1916 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler()
1934 GateRef cellValue = GetProtoCell(*handler); in StoreICWithHandler()
Dstub_builder-inl.h1290 inline GateRef StubBuilder::GetProtoCell(GateRef object) in GetProtoCell() function
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp5073 vec.emplace_back("ProtoCell", GetProtoCell()); in DumpForSnapshot()
5087 vec.emplace_back("ProtoCell", GetProtoCell()); in DumpForSnapshot()
5093 vec.emplace_back("ProtoCell", GetProtoCell()); in DumpForSnapshot()