Searched defs:lengthIsOne (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder.cpp | 1486 BRANCH_CIR2(Int32Equal(len, Int32(1)), &lengthIsOne, &returnTrue); in FastToBoolean() local
|
| H A D | stub_builder.cpp | 2230 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 19 milliseconds