Home
last modified time | relevance | path

Searched defs:switchTable (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp271 static bool ConsecutiveCaseValsAndSameTarget(const CaseVector *switchTable) in ConsecutiveCaseValsAndSameTarget()
292 CaseVector *switchTable = &switchNode->GetSwitchTable(); in LowerSwitchStmt() local
Dmir_builder.cpp1225 …*MIRBuilder::CreateStmtSwitch(BaseNode *opnd, LabelIdx defaultLabel, const CaseVector &switchTable) in CreateStmtSwitch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp572 CaseVector switchTable(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateSwitchInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp899 const SmallCaseVector &switchTable = rangeGotoNode.GetRangeGotoTable(); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h3381 CaseVector switchTable; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h2347 CaseVector switchTable; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5642 const SmallCaseVector &switchTable = rangeGotoNode.GetRangeGotoTable(); in SelectRangeGoto() local