Home
last modified time | relevance | path

Searched refs:trueLabel (Results 1 – 2 of 2) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java535 public <T> void compare(Comparison comparison, Label trueLabel, Local<T> a, Local<T> b) { in compare() argument
536 adopt(trueLabel); in compare()
540 RegisterSpecList.make(a.spec(), b.spec())), trueLabel); in compare()
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp2424 SpvId trueLabel = this->nextId(); in writeTernaryExpression() local
2428 this->writeInstruction(SpvOpBranchConditional, test, trueLabel, falseLabel, out); in writeTernaryExpression()
2429 this->writeLabel(trueLabel, out); in writeTernaryExpression()