Home
last modified time | relevance | path

Searched refs:addSwitch (Results 1 – 11 of 11) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/code/
DSwitch.java110 builder.addSwitch(this, new PackedSwitch(value));
112 builder.addSwitch(this, new SparseSwitch(value));
/external/swiftshader/src/OpenGL/compiler/
Dlocalintermediate.h44 …TIntermSwitch *addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &li…
DParseHelper.h223 …TIntermSwitch *addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const TSourceLoc &lo…
DParseHelper.cpp3353 TIntermSwitch *TParseContext::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch() function in TParseContext
3375 TIntermSwitch *node = intermediate.addSwitch(init, statementList, loc); in addSwitch()
Dglslang.y1482 $$ = context->addSwitch($3, $6, @1);
DIntermediate.cpp686 TIntermSwitch *TIntermediate::addSwitch(TIntermTyped *init, TIntermAggregate *statementList, const … in addSwitch() function in TIntermediate
Dglslang_tab.cpp4614 …(yyval.interm.intermSwitch) = context->addSwitch((yyvsp[-3].interm.intermTypedNode), (yyvsp[0].int… in yyparse()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DDexSourceCode.java223 builder.addSwitch(value, switchPayloadResolver.getKeys(payloadOffset), fallthroughOffset, in resolveAndBuildSwitch()
DDexBuilder.java385 public void addSwitch(Switch s, Format31t dex) {
DIRBuilder.java1214 public void addSwitch(int value, int[] keys, int fallthroughOffset, int[] labelOffsets) {
DJarSourceCode.java2717 builder.addSwitch(index, keys, fallthroughOffset, labelOffsets);