Home
last modified time | relevance | path

Searched refs:TreeStringIsFlat (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h308 GateRef TreeStringIsFlat(GateRef string);
Dstub_builder-inl.h1140 inline GateRef StubBuilder::TreeStringIsFlat(GateRef string) in TreeStringIsFlat() function
Dstub_builder.cpp6041 Branch(TreeStringIsFlat(str), &isFlat, &notFlat); in FlattenString()
6100 Branch(TreeStringIsFlat(str), &isFlat, slowPath); in FlattenString()