Searched refs:trueLabel (Results 1 – 3 of 3) sorted by relevance
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | Code.java | 535 public <T> void compare(Comparison comparison, Label trueLabel, Local<T> a, Local<T> b) { in compare() argument 536 adopt(trueLabel); in compare() 539 RegisterSpecList.make(a.spec(), b.spec())), trueLabel); in compare() 547 public <T> void compareZ(Comparison comparison, Label trueLabel, Local<?> a) { in compareZ() argument 548 adopt(trueLabel); in compareZ() 551 RegisterSpecList.make(a.spec())), trueLabel); in compareZ()
|
/external/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2321 SpvId trueLabel = this->nextId(); in writeTernaryExpression() local 2325 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out); in writeTernaryExpression() 2326 this->writeLabel(trueLabel, out); in writeTernaryExpression()
|
/external/skqp/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 2329 SpvId trueLabel = this->nextId(); in writeTernaryExpression() local 2333 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out); in writeTernaryExpression() 2334 this->writeLabel(trueLabel, out); in writeTernaryExpression()
|