Searched defs:needCOW (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | elements.cpp | 206 bool needCOW = object->GetElements().IsCOWArray(); in MigrateArrayWithKind() local 147 HandleIntKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleIntKindMigration() argument 170 HandleNumberKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleNumberKindMigration() argument 181 HandleOtherKindMigration(const JSThread *thread, const JSHandle<JSObject> &object, const ElementsKind newKind, bool needCOW) HandleOtherKindMigration() argument 217 MigrateFromRawValueToHeapValue(const JSThread *thread, const JSHandle<JSObject> object, bool needCOW, bool isIntKind) MigrateFromRawValueToHeapValue() argument 244 MigrateFromHeapValueToRawValue(const JSThread *thread, const JSHandle<JSObject> object, bool needCOW, bool isIntKind) MigrateFromHeapValueToRawValue() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_lowering.cpp | 994 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local 1080 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
|
| H A D | mcr_circuit_builder.cpp | 2116 GateRef CircuitBuilder::MigrateFromRawValueToHeapValues(GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromRawValueToHeapValues() argument 2130 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromHeapValueToRawValue() argument
|
| H A D | typed_hcr_lowering.cpp | 3443 GateRef needCOW = builder_.IsJsCOWArray(object); in LowerMigrateArrayWithKind() local
|
| H A D | stub_builder.cpp | 9721 GateRef needCOW = IsJsCOWArray(object); in MigrateArrayWithKind() local 9805 GateRef StubBuilder::MigrateFromRawValueToHeapValues(GateRef glue, GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromRawValueToHeapValues() argument 9890 GateRef StubBuilder::MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromHeapValueToRawValue() argument
|
Completed in 30 milliseconds