Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h238 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype() local
255 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS() local
328 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto() local
362 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal() local
375 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in StoreGlobal() local
391 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in LoadPrototype() local
484 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/
Dobject_operator.cpp241 JSHandle<PropertyBox> cell(value_); in ToPropertyDescriptor() local
506 PropertyBox *cell = dict->GetBox(GetIndex()); in UpdateDataValue() local
592 PropertyBox *cell = PropertyBox::Cast(val.GetTaggedObject()); in WriteDataProperty() local
Djs_finalization_registry.cpp58 JSHandle<JSTaggedValue> cell(cellRecord); in Register() local
Djs_object.cpp973 PropertyBox *cell = PropertyBox::Cast(desc.GetValue().GetTaggedValue().GetTaggedObject()); in GlobalGetOwnProperty() local
996 PropertyBox *cell = PropertyBox::Cast(val.GetTaggedObject()); in OrdinaryGetOwnProperty() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1516 PropertyBox *cell = PropertyBox::Cast(op.GetValue().GetTaggedObject()); in RegExpBuiltinExec() local
1534 PropertyBox *cell = PropertyBox::Cast(op.GetValue().GetTaggedObject()); in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1501 GateRef StubBuilder::LoadGlobal(GateRef cell) in LoadGlobal()
2075 GateRef StubBuilder::StoreGlobal(GateRef glue, GateRef value, GateRef cell) in StoreGlobal()