Searched defs:needCOW (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 148 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/ |
| D | mcr_lowering.cpp | 1032 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local 1118 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
|
| D | mcr_circuit_builder.cpp | 2096 GateRef CircuitBuilder::MigrateFromRawValueToHeapValues(GateRef object, GateRef needCOW, GateRef is… in MigrateFromRawValueToHeapValues() 2110 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isI… in MigrateFromHeapValueToRawValue()
|
| D | stub_builder.cpp | 9603 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()
|
| D | typed_hcr_lowering.cpp | 3440 GateRef needCOW = builder_.IsJsCOWArray(object); in LowerMigrateArrayWithKind() local
|