Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp252 static bool ConsecutiveCaseValsAndSameTarget(const CaseVector *switchTable) in ConsecutiveCaseValsAndSameTarget()
273 CaseVector *switchTable = &switchNode->GetSwitchTable(); in LowerSwitchStmt() local
Dmir_builder.cpp440 …*MIRBuilder::CreateStmtSwitch(BaseNode *opnd, LabelIdx defaultLabel, const CaseVector &switchTable) in CreateStmtSwitch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp443 CaseVector switchTable(mirBuilder.GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateSwitchInternal() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp495 const SmallCaseVector &switchTable = rangeGotoNode.GetRangeGotoTable(); in SelectRangeGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1435 CaseVector switchTable; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp2980 const SmallCaseVector &switchTable = rangeGotoNode.GetRangeGotoTable(); in SelectRangeGoto() local