Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.h108 GateRef isSlicedString = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SLICED_STRING))); in IsSpecialSlicedString() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp1142 BRANCH(IsSlicedString(str), &isSlicedString, &exit); in GetSingleCharCodeByIndex() local
2023 BRANCH(IsSlicedString(str), &isSlicedString, &exit); in FlattenString() local
2068 BRANCH(IsSlicedString(str), &isSlicedString, &exit); in FlattenStringWithIndex() local

Completed in 8 milliseconds