Searched refs:MigrateFromHeapValueToRawValue (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
H A D | elements.cpp | 185 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 D | elements.h | 115 static JSTaggedValue MigrateFromHeapValueToRawValue(const JSThread *thread, const JSHandle<JSObject> object,
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_opcodes.h | 73 V(MigrateFromHeapValueToRawValue, MIGRATE_FROM_HEAPVALUE_TO_RAWVALUE, GateFlags::NONE_FLAG, 1, 1, 3) \
|
H A D | mcr_circuit_builder.cpp | 2130 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 D | circuit_builder.h | 814 GateRef MigrateFromHeapValueToRawValue(GateRef object, GateRef needCOW, GateRef isIntKind);
|
H A D | stub_builder.h | 915 GateRef MigrateFromHeapValueToRawValue(GateRef glue, GateRef object, GateRef needCOW, GateRef isIntKind);
|
H A D | typed_hcr_lowering.cpp | 3509 newElements = builder_.MigrateFromHeapValueToRawValue(object, needCOW, builder_.True()); in LowerMigrateArrayWithKind() 3519 newElements = builder_.MigrateFromHeapValueToRawValue(object, needCOW, builder_.False()); in LowerMigrateArrayWithKind()
|
H A D | stub_builder.cpp | 9784 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