Home
last modified time | relevance | path

Searched defs:convertedInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1119 GateRef convertedInt = builder_.ToTaggedIntPtr(value); in LowerMigrateFromRawValueToHeapValues() local
1209 GateRef convertedInt = builder_.GetInt64OfTInt(value); in LowerMigrateFromHeapValueToRawValue() local
Dstub_builder.cpp11415 GateRef convertedInt = Int64ToTaggedIntPtr(value); in MigrateFromRawValueToHeapValues() local
11502 GateRef convertedInt = GetInt64OfTInt(value); in MigrateFromHeapValueToRawValue() local