Home
last modified time | relevance | path

Searched refs:migrateToNumbersFromInt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp3446 Label migrateToNumbersFromInt(&builder_); in LowerMigrateArrayWithKind() local
3457 … BRANCH_CIR(builder_.ElementsKindIsNumOrHoleNum(newKind), &migrateToNumbersFromInt, &exit); in LowerMigrateArrayWithKind()
3458 builder_.Bind(&migrateToNumbersFromInt); in LowerMigrateArrayWithKind()
Dstub_builder.cpp9634 Label migrateToNumbersFromInt(env); in MigrateArrayWithKind() local
9644 BRANCH(ElementsKindIsNumOrHoleNum(newKind), &migrateToNumbersFromInt, &exit); in MigrateArrayWithKind()
9645 Bind(&migrateToNumbersFromInt); in MigrateArrayWithKind()