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.h235 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StorePrototype() local
252 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreWithTS() local
325 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in StoreTransWithProto() local
359 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in LoadGlobal() local
372 PropertyBox *cell = PropertyBox::Cast(handler.GetTaggedObject()); in StoreGlobal() local
388 ProtoChangeMarker *cell = ProtoChangeMarker::Cast(cellValue.GetTaggedObject()); in LoadPrototype() local
481 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.cpp241 JSHandle<PropertyBox> cell(value_); in ToPropertyDescriptor() local
504 PropertyBox *cell = dict->GetBox(GetIndex()); in UpdateDataValue() local
Djs_object.cpp968 PropertyBox *cell = PropertyBox::Cast(desc.GetValue().GetTaggedValue().GetTaggedObject()); in GlobalGetOwnProperty() local
991 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()
2070 GateRef StubBuilder::StoreGlobal(GateRef glue, GateRef value, GateRef cell) in StoreGlobal()