Home
last modified time | relevance | path

Searched defs:lengthIsOne (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder.cpp1486 BRANCH_CIR2(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); in FastToBoolean() local
H A Dstub_builder.cpp2230 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &exit); in StringToElementIndex() local
6773 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); in FastToBoolean() local
6872 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); in FastToBooleanBaseline() local
6991 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); FastToBooleanWithProfile() local
7111 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); FastToBooleanWithProfileBaseline() local
8585 BRANCH(Int32Equal(len, Int32(1)), &lengthIsOne, &exit); TryStringOrSymbolToElementIndex() local
[all...]

Completed in 17 milliseconds