Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp1064 GateRef convertedInt = builder_.ToTaggedIntPtr(value); in LowerMigrateFromRawValueToHeapValues() local
1154 GateRef convertedInt = builder_.GetInt64OfTInt(value); in LowerMigrateFromHeapValueToRawValue() local
Dstub_builder.cpp10704 GateRef convertedInt = Int64ToTaggedIntPtr(value); in MigrateFromRawValueToHeapValues() local
10791 GateRef convertedInt = GetInt64OfTInt(value); in MigrateFromHeapValueToRawValue() local