Home
last modified time | relevance | path

Searched defs:fallthrough (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp193 bool fallthrough = false; in BuildBasicBlocks() local
290 bool fallthrough {}; member
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp147 bool fallthrough = false; in BuildBasicBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp377 bool fallthrough = false; in BuildBasicBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3900 inline void StubBuilder::CheckDetectorName(GateRef glue, GateRef key, Label *fallthrough, Label *sl… in CheckDetectorName()