Searched refs:instructionIndex (Results 1 - 17 of 17) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DInstructionOffsetMap.java94 private final int instructionIndex; field in class:InstructionOffsetMap.InvalidInstructionIndex
96 public InvalidInstructionIndex(int instructionIndex) { argument
97 super("Instruction index out of bounds: %d", instructionIndex);
98 this.instructionIndex = instructionIndex;
102 return instructionIndex;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java63 protected final int instructionIndex; field in class:AnalyzedInstruction
97 public AnalyzedInstruction(MethodAnalyzer methodAnalyzer, Instruction instruction, int instructionIndex, argument
102 this.instructionIndex = instructionIndex;
113 return instructionIndex;
188 if (predecessors.first().instructionIndex == -1) {
222 verifiedInstructions.clear(instructionIndex);
299 verifiedInstructions.clear(instructionIndex);
425 if (instructionIndex < analyzedInstruction.instructionIndex) {
[all...]
H A DMethodAnalyzer.java187 instructionsToAnalyze.set(successor.instructionIndex);
335 return analyzedInstructions.keyAt(instruction.instructionIndex);
350 for (int instructionIndex=changedInstructions.nextSetBit(0);
351 instructionIndex>=0;
352 instructionIndex=changedInstructions.nextSetBit(instructionIndex+1)) {
354 changedInstructions.clear(instructionIndex);
356 propagateRegisterToSuccessors(analyzedInstructions.valueAt(instructionIndex), registerNumber,
371 changedInstructions.set(analyzedInstruction.instructionIndex);
413 changedInstructions.set(successor.instructionIndex);
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java91 int instructionIndex = -1;
93 if (codeOffset == expectedOffsets[instructionIndex+1]) {
95 instructionIndex++;
98 Assert.assertEquals(instructionIndex,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenRewriteStream.cs104 public int instructionIndex; field in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
207 public virtual void Rollback(int instructionIndex) { argument
208 Rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
213 * the indicated instruction (via instructionIndex) is no
217 public virtual void Rollback(string programName, int instructionIndex) { argument
221 for (int i = MIN_TOKEN_INDEX; i <= instructionIndex; i++)
271 op.instructionIndex = rewrites.Count;
297 op.instructionIndex = rewrites.Count;
507 rewrites[iop.instructionIndex] = null;
516 rewrites[prevRop.instructionIndex]
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs109 public int instructionIndex; field in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
233 public virtual void Rollback( int instructionIndex )
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex );
240 * the indicated instruction (via instructionIndex) is no
244 public virtual void Rollback( string programName, int instructionIndex )
250 for ( int i = MIN_TOKEN_INDEX; i <= instructionIndex; i++ )
308 op.instructionIndex = rewrites.Count;
340 op.instructionIndex = rewrites.Count;
587 rewrites[iop.instructionIndex] = null;
593 rewrites[iop.instructionIndex]
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DTokenRewriteStream.java92 protected int instructionIndex; field in class:TokenRewriteStream.RewriteOperation
187 public void rollback(int instructionIndex) { argument
188 rollback(DEFAULT_PROGRAM_NAME, instructionIndex);
192 * the indicated instruction (via instructionIndex) is no
195 public void rollback(String programName, int instructionIndex) { argument
198 programs.put(programName, is.subList(MIN_TOKEN_INDEX,instructionIndex));
243 op.instructionIndex = rewrites.size();
269 op.instructionIndex = rewrites.size();
472 rewrites.set(iop.instructionIndex, null);
477 rewrites.set(iop.instructionIndex, nul
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DTokenRewriteStream.as102 * the indicated instruction (via instructionIndex) is no
105 public function rollback(instructionIndex:int, programName:String = DEFAULT_PROGRAM_NAME):void {
108 programs[programName] = isn.slice(MIN_TOKEN_INDEX,instructionIndex);
133 op.instructionIndex = rewrites.length;
147 op.instructionIndex = rewrites.length;
327 rewrites[iop.instructionIndex] = null; // delete insert as it's a no-op.
335 rewrites[prevRop.instructionIndex] = null; // delete replace as it's a no-op.
364 rewrites[prevIop.instructionIndex] = null; // delete redundant prior insert
446 internal var instructionIndex:int;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DTokenRewriteStream.js147 * the indicated instruction (via instructionIndex) is no
152 instructionIndex;
156 instructionIndex = arguments[0];
159 instructionIndex = arguments[1];
163 programs[programName] = is.slice(trs.MIN_TOKEN_INDEX, this.instructionIndex);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h44 NSInteger instructionIndex; variable
50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex; variable
128 - (void) rollback:(NSInteger)instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h44 NSInteger instructionIndex; variable
50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex; variable
128 - (void) rollback:(NSInteger)instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h44 NSInteger instructionIndex; variable
50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex; variable
128 - (void) rollback:(NSInteger)instructionIndex;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h44 NSInteger instructionIndex; variable
50 @property (getter=getInstructionIndex, setter=setInstructionIndex:) NSInteger instructionIndex; variable
128 - (void) rollback:(NSInteger)instructionIndex;
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py960 self.instructionIndex = None
1097 the indicated instruction (via instructionIndex) is no
1103 instructionIndex = args[1]
1106 instructionIndex = args[0]
1113 p[self.MIN_TOKEN_INDEX:instructionIndex])
1164 op.instructionIndex = len(rewrites)
1205 op.instructionIndex = len(rewrites)
1405 rewrites[iop.instructionIndex] = None
1431 rewrites[prevRop.instructionIndex] = None
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java520 public Label newLabelForIndex(int instructionIndex) { argument
521 if (instructionIndex < 0 || instructionIndex >= instructionList.size()) {
522 throw new IndexOutOfBoundsException(String.format("instruction index %d out of bounds", instructionIndex));
524 MethodLocation referent = instructionList.get(instructionIndex);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1276 /// the indicated instruction (via instructionIndex) is no

Completed in 419 milliseconds