Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h273 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype() local
290 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS() local
367 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto() local
401 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal() local
414 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in StoreGlobal() local
430 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in LoadPrototype() local
595 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_finalization_registry_test.cpp118 JSHandle<JSTaggedValue> cell(cellRecord); in HWTEST_F_L0() local
152 JSHandle<JSTaggedValue> cell(cellRecord); in HWTEST_F_L0() local
456 JSHandle<JSTaggedValue> cell(cellRecord); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_finalization_registry.cpp58 JSHandle<JSTaggedValue> cell(cellRecord); in Register() local
Dobject_operator.cpp432 JSHandle<PropertyBox> cell(value_); in ToPropertyDescriptor() local
684 PropertyBox *cell = dict->GetBox(GetIndex()); in UpdateDataValue() local
Djs_object.cpp1162 PropertyBox *cell = PropertyBox::Cast(desc.GetValue().GetTaggedValue().GetTaggedObject()); in GlobalGetOwnProperty() local
1185 PropertyBox *cell = PropertyBox::Cast(val.GetTaggedObject()); in OrdinaryGetOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp848 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in DumpICByNameWithHandler() local
880 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in DumpICByNameWithHandler() local
893 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in DumpICByNameWithHandler() local
906 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in DumpICByNameWithHandler() local
989 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in DumpICByValueWithHandler() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp194 GateRef cell = acc_.GetValueIn(gate, 0); in LowerIsMarkerCellValid() local
Dmcr_circuit_builder.cpp285 GateRef CircuitBuilder::IsMarkerCellValid(GateRef cell) in IsMarkerCellValid()
807 GateRef CircuitBuilder::IsMarkerCellValidOp(GateRef cell) in IsMarkerCellValidOp()
Dstub_builder.cpp1653 GateRef StubBuilder::LoadGlobal(GateRef cell) in LoadGlobal()
2402 GateRef StubBuilder::StoreGlobal(GateRef glue, GateRef value, GateRef cell) in StoreGlobal()