HomeSort by relevance Sort by last modified time
    Searched refs:newLabel (Results 1 - 16 of 16) sorted by null

  /dalvik/dx/src/com/android/dx/ssa/back/
IdenticalBlockCombiner.java 157 * @param newLabel label of new successor
159 private void replaceSucc(BasicBlock block, int oldLabel, int newLabel) {
163 newSuccessors.set(newSuccessors.indexOf(oldLabel), newLabel);
167 newPrimarySuccessor = newLabel;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 115 Label startLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress());
116 Label endLabel = newLabel(codeAddressToIndex, tryBlock.getStartCodeAddress() + tryBlock.getCodeUnitCount());
121 newLabel(codeAddressToIndex, exceptionHandler.getHandlerCodeAddress())));
529 private Label newLabel(@Nonnull int[] codeAddressToIndex, int codeAddress) {
681 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
726 newLabel(codeAddressToIndex, codeAddress + instruction.getCodeOffset()));
    [all...]
  /external/antlr/tool/src/main/java/org/antlr/analysis/
DFAState.java 351 Label newLabel = new Label(existingMinusNewElements);
352 reachableLabels.add(newLabel);
374 Label newLabel = new Label(remainder);
375 reachableLabels.add(newLabel);
  /external/cldr/tools/java/org/unicode/cldr/tool/
ShowStarredCoverage.java 184 String newLabel = PARENS.matcher(label).replaceAll("");
185 if (label.equals(newLabel)) {
188 return newLabel;
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]
  /external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
OldClassInstrumentor.java 134 Label notNull = generator.newLabel();
135 Label afterward = generator.newLabel();
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Code.java 463 Label newLabel = new Label();
464 adopt(newLabel);
465 currentLabel.primarySuccessor = newLabel;
468 currentLabel = newLabel;
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/opt/
inline_pass.cpp 99 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) {
100 std::unique_ptr<Instruction> newLabel(
102 return newLabel;
339 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(labelId));
365 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id));
387 MakeUnique<BasicBlock>(NewLabel(singleTripLoopHeaderId));
394 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(postHeaderId));
437 MakeUnique<BasicBlock>(NewLabel(singleTripLoopContinueId));
443 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(returnLabelId));
instrument_pass.cpp 62 // new_blk_ptr->reset(new BasicBlock(NewLabel(ref_block_itr->id())));
84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) {
85 std::unique_ptr<Instruction> newLabel(
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel);
88 return newLabel;
439 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id));
476 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
477 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id));
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
inline_pass.cpp 103 std::unique_ptr<Instruction> InlinePass::NewLabel(uint32_t label_id) {
104 std::unique_ptr<Instruction> newLabel(
106 return newLabel;
393 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(labelId));
424 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(guard_block_id));
449 MakeUnique<BasicBlock>(NewLabel(singleTripLoopHeaderId));
463 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(postHeaderId));
507 MakeUnique<BasicBlock>(NewLabel(singleTripLoopContinueId));
517 new_blk_ptr = MakeUnique<BasicBlock>(NewLabel(returnLabelId));
instrument_pass.cpp 62 // new_blk_ptr->reset(new BasicBlock(NewLabel(ref_block_itr->id())));
84 std::unique_ptr<Instruction> InstrumentPass::NewLabel(uint32_t label_id) {
85 std::unique_ptr<Instruction> newLabel(
87 get_def_use_mgr()->AnalyzeInstDefUse(&*newLabel);
88 return newLabel;
441 std::unique_ptr<Instruction> test_label(NewLabel(test_blk_id));
478 std::unique_ptr<Instruction> merge_label(NewLabel(merge_blk_id));
479 std::unique_ptr<Instruction> write_label(NewLabel(write_blk_id));
  /external/doclava/src/com/google/doclava/
SampleCode.java 520 String newLabel = thisLabel + "/" + childLabel;
521 list.get(i).setLabel(newLabel);
  /external/jarjar/lib/
asm-commons-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-commons-3.3.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 3406 milliseconds