Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Delements.cpp206 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 Dmcr_lowering.cpp994 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromRawValueToHeapValues() local
1080 GateRef needCOW = acc_.GetValueIn(gate, 1); in LowerMigrateFromHeapValueToRawValue() local
H A Dmcr_circuit_builder.cpp2116 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 Dtyped_hcr_lowering.cpp3443 GateRef needCOW = builder_.IsJsCOWArray(object); in LowerMigrateArrayWithKind() local
H A Dstub_builder.cpp9721 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 32 milliseconds