Searched defs:instructionIndex (Results 1 - 11 of 11) sorted by relevance

/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/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/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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DAnalyzedInstruction.java51 protected final int instructionIndex; field in class:AnalyzedInstruction
79 public AnalyzedInstruction(Instruction instruction, int instructionIndex, int registerCount) { argument
82 this.instructionIndex = instructionIndex;
93 return instructionIndex;
157 if (predecessors.first().instructionIndex == -1) {
184 verifiedInstructions.clear(instructionIndex);
323 if (instructionIndex < analyzedInstruction.instructionIndex) {
325 } else if (instructionIndex
[all...]
/external/chromium_org/third_party/mach_override/
H A Dmach_override.c575 int instructionIndex = 0; local
599 if (originalInstructionSizes) originalInstructionSizes[instructionIndex] = eaten;
600 instructionIndex += 1;
601 if (originalInstructionCount) *originalInstructionCount = 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/ ...

Completed in 932 milliseconds