HomeSort by relevance Sort by last modified time
    Searched full:nextinstruction (Results 1 - 5 of 5) sorted by null

  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 170 Instruction nextInstruction =
173 switch (nextInstruction.opcode)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 285 AnalyzedInstruction nextInstruction = instructions.get(instruction.getInstructionIndex()+1);
286 if (nextInstruction.getInstruction().getFormat().variableSizeFormat) {
  /external/v8/src/
lithium-allocator.cc 217 use_pos->pos().Value() > pos.NextInstruction().InstructionEnd().Value();
597 block->last_instruction_index()).NextInstruction();
718 range->AddUseInterval(position, position.NextInstruction(), zone_);
719 range->AddUsePosition(position.NextInstruction(), NULL, zone_);
    [all...]
lithium-allocator.h 107 LifetimePosition NextInstruction() const {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 533 AnalyzedInstruction nextInstruction = instructions.valueAt(currentInstructionIndex+1);
534 addPredecessorSuccessor(instruction, nextInstruction, exceptionHandlers, instructionsToProcess);
    [all...]

Completed in 177 milliseconds