Searched defs:needCOW (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | elements.cpp | 92 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/ |
| D | mcr_lowering.cpp | 1069 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local 1155 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
|
| D | typed_hcr_lowering.cpp | 1222 GateRef needCOW = builder_.IsJsCOWArray(glue, receiver, compilationEnv_); in LowerCowArrayCheck() local 3396 GateRef needCOW = builder_.IsJsCOWArray(glue, object, compilationEnv_); in LowerMigrateArrayWithKind() local
|
| D | mcr_circuit_builder.cpp | 2222 GateRef CircuitBuilder::MigrateFromRawValueToHeapValues(GateRef object, GateRef needCOW, GateRef is… in MigrateFromRawValueToHeapValues() 2236 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isI… in MigrateFromHeapValueToRawValue()
|
| D | typed_native_inline_lowering.cpp | 3327 GateRef needCOW = builder_.IsJsCOWArray(glue, thisValue, compilationEnv_); in LowerArrayPop() local
|
| D | stub_builder.cpp | 11277 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()
|