Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.h661 GateRef CircuitBuilder::TreeStringIsFlat(GateRef string) in TreeStringIsFlat() function
Dcircuit_builder.h639 inline GateRef TreeStringIsFlat(GateRef string);
Dstub_builder-inl.h1204 inline GateRef StubBuilder::TreeStringIsFlat(GateRef string) in TreeStringIsFlat() function
1206 return env_->GetBuilder()->TreeStringIsFlat(string); in TreeStringIsFlat()
Dstub_builder.h337 GateRef TreeStringIsFlat(GateRef string);
Dtyped_hcr_lowering.cpp416 builder_.Branch(builder_.TreeStringIsFlat(str), &isFlat, &needFlat); in LowerFlattenTreeStringCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp1669 Branch(TreeStringIsFlat(str), &isFlat, &notFlat); in FlattenString()