Home
last modified time | relevance | path

Searched refs:MigrateFromHeapValueToRawValue (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delements.cpp185 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, true); in HandleOtherKindMigration()
188 JSTaggedValue newElements = MigrateFromHeapValueToRawValue(thread, object, needCOW, false); in HandleOtherKindMigration()
244 JSTaggedValue Elements::MigrateFromHeapValueToRawValue(const JSThread *thread, const JSHandle<JSObject> object, in MigrateFromHeapValueToRawValue() function in panda::ecmascript::Elements
H A Delements.h115 static JSTaggedValue MigrateFromHeapValueToRawValue(const JSThread *thread, const JSHandle<JSObject> object,
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_opcodes.h73 V(MigrateFromHeapValueToRawValue, MIGRATE_FROM_HEAPVALUE_TO_RAWVALUE, GateFlags::NONE_FLAG, 1, 1, 3) \
H A Dmcr_circuit_builder.cpp2130 GateRef CircuitBuilder::MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromHeapValueToRawValue() function in panda::ecmascript::kungfu::CircuitBuilder
2135 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHeapValueToRawValue(), in MigrateFromHeapValueToRawValue()
H A Dcircuit_builder.h814 GateRef MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isIntKind);
H A Dstub_builder.h915 GateRef MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, GateRef isIntKind);
H A Dtyped_hcr_lowering.cpp3509 newElements = builder_.MigrateFromHeapValueToRawValue(object, needCOW, builder_.True()); in LowerMigrateArrayWithKind()
3519 newElements = builder_.MigrateFromHeapValueToRawValue(object, needCOW, builder_.False()); in LowerMigrateArrayWithKind()
H A Dstub_builder.cpp9784 newElements = MigrateFromHeapValueToRawValue(glue, object, needCOW, True()); in MigrateArrayWithKind()
9794 newElements = MigrateFromHeapValueToRawValue(glue, object, needCOW, False()); in MigrateArrayWithKind()
9890 GateRef StubBuilder::MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, GateRef isIntKind) in MigrateFromHeapValueToRawValue() function in panda::ecmascript::kungfu::StubBuilder

Completed in 41 milliseconds