Home
last modified time | relevance | path

Searched defs:isIntKind (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Delements.cpp217 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
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_lowering.cpp995 GateRef isIntKind = acc_.GetValueIn(gate, 2); in LowerMigrateFromRawValueToHeapValues() local
1081 GateRef isIntKind = acc_.GetValueIn(gate, 2); 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 Dstub_builder.cpp9805 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 26 milliseconds