Home
last modified time | relevance | path

Searched defs:needCOW (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp148 const ElementsKind newKind, bool needCOW) in HandleIntKindMigration()
171 const ElementsKind newKind, bool needCOW) in HandleNumberKindMigration()
182 const ElementsKind newKind, bool needCOW) in HandleOtherKindMigration()
206 bool needCOW = object->GetElements().IsCOWArray(); in MigrateArrayWithKind() local
218 bool needCOW, bool isIntKind) in MigrateFromRawValueToHeapValue()
245 bool needCOW, bool isIntKind) in MigrateFromHeapValueToRawValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1032 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local
1118 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
Dmcr_circuit_builder.cpp2096 GateRef CircuitBuilder::MigrateFromRawValueToHeapValues(GateRef object, GateRef needCOW, GateRef is… in MigrateFromRawValueToHeapValues()
2110 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isI… in MigrateFromHeapValueToRawValue()
Dstub_builder.cpp9603 GateRef needCOW = IsJsCOWArray(object); in MigrateArrayWithKind() local
9687 GateRef StubBuilder::MigrateFromRawValueToHeapValues(GateRef glue, GateRef object, GateRef needCOW,… in MigrateFromRawValueToHeapValues()
9772 GateRef StubBuilder::MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, … in MigrateFromHeapValueToRawValue()
Dtyped_hcr_lowering.cpp3440 GateRef needCOW = builder_.IsJsCOWArray(object); in LowerMigrateArrayWithKind() local