Searched defs:newLabel (Results 1 – 15 of 15) sorted by relevance
125 inline void TextureStorage::setLabel(const std::string &newLabel) in setLabel()
84 Label newLabel = new Label(); in addNewLabel() local
89 Label newLabel = new Label(); in addNewLabel() local
351 Label newLabel = new Label(existingMinusNewElements); in addReachableLabel() local374 Label newLabel = new Label(remainder); in addReachableLabel() local
148 private static Label newLabel(final int bytecodeOffset) { in newLabel() method in HandlerTest
110 const char *newLabel=""; in mlabel() local
184 String newLabel = PARENS.matcher(label).replaceAll(""); in stripParens() local
520 String newLabel = thisLabel + "/" + childLabel; in squashNodes() local
463 Label newLabel = new Label(); in splitCurrentLabel() local
116 std::unique_ptr<Instruction> newLabel( in NewLabel() local
85 std::unique_ptr<Instruction> newLabel( in NewLabel() local
894 public Label newLabel() { in newLabel() method in GeneratorAdapter
1058 public Label newLabel() { in newLabel() method in GeneratorAdapterTest.Generator