Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp92 const ElementsKind newKind, bool needCOW) in HandleIntKindMigration()
115 const ElementsKind newKind, bool needCOW) in HandleNumberKindMigration()
126 const ElementsKind newKind, bool needCOW) in HandleOtherKindMigration()
150 bool needCOW = object->GetElements(thread).IsCOWArray(); in MigrateArrayWithKind() local
162 bool needCOW, bool isIntKind) in MigrateFromRawValueToHeapValue()
189 bool needCOW, bool isIntKind) in MigrateFromHeapValueToRawValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1069 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local
1155 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
Dtyped_hcr_lowering.cpp1222 GateRef needCOW = builder_.IsJsCOWArray(glue, receiver, compilationEnv_); in LowerCowArrayCheck() local
3396 GateRef needCOW = builder_.IsJsCOWArray(glue, object, compilationEnv_); in LowerMigrateArrayWithKind() local
Dmcr_circuit_builder.cpp2222 GateRef CircuitBuilder::MigrateFromRawValueToHeapValues(GateRef object, GateRef needCOW, GateRef is… in MigrateFromRawValueToHeapValues()
2236 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isI… in MigrateFromHeapValueToRawValue()
Dtyped_native_inline_lowering.cpp3327 GateRef needCOW = builder_.IsJsCOWArray(glue, thisValue, compilationEnv_); in LowerArrayPop() local
Dstub_builder.cpp11277 GateRef needCOW = IsJsCOWArray(glue, object); in MigrateArrayWithKind() local
11361 GateRef StubBuilder::MigrateFromRawValueToHeapValues(GateRef glue, GateRef object, GateRef needCOW,… in MigrateFromRawValueToHeapValues()
11446 GateRef StubBuilder::MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, … in MigrateFromHeapValueToRawValue()