HomeSort by relevance Sort by last modified time
    Searched defs:instruction (Results 76 - 100 of 106) sorted by null

1 2 34 5

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 68 //This is a dummy instruction that occurs immediately before the first real instruction. We can initialize the
69 //register types for this instruction to the parameter types, in order to have them propagate to all of its
70 //successors, e.g. the first real instruction, the first instructions in any exception handlers covering the first
71 //instruction, etc.
95 //have to handle the case this special case of instruction being null, in the main class
148 for (AnalyzedInstruction instruction: instructions.getValues()) {
149 instruction.dead = true;
207 //if we had deodexed an odex instruction in a previous pass, we might have more specific
208 //register information now, so let's restore the original odexed instruction an
259 Instruction instruction = analyzedInstruction.getInstruction(); local
505 AnalyzedInstruction instruction = instructions.valueAt(i); local
548 AnalyzedInstruction instruction = instructions.valueAt(currentInstructionIndex); local
655 Instruction instruction = analyzedInstruction.instruction; local
1143 Instruction instruction = analyzedInstruction.instruction; local
1703 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
1710 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
1842 Instruction10x instruction = (Instruction10x)analyzedInstruction.instruction; local
1867 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
1904 LiteralInstruction instruction = (LiteralInstruction)analyzedInstruction.instruction; local
1943 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
1953 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
1958 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
1970 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
1978 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2000 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2007 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2028 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2044 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2067 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2110 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2123 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2127 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2147 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
2186 FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.instruction; local
2191 RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.instruction; local
2206 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
2337 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2344 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2367 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2374 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
2381 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
2394 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2432 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2465 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2501 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2532 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2565 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2612 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2649 ThreeRegisterInstruction instruction = (ThreeRegisterInstruction)analyzedInstruction.instruction; local
2695 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2721 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2732 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2758 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2785 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2829 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2857 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
2959 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
2993 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
3013 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
3041 FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.instruction; local
3046 FiveRegisterInstruction instruction = (FiveRegisterInstruction)analyzedInstruction.instruction; local
3051 RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.instruction; local
3056 RegisterRangeInstruction instruction = (RegisterRangeInstruction)analyzedInstruction.instruction; local
3071 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
3120 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction; local
3465 Instruction35mi instruction = (Instruction35mi)analyzedInstruction.instruction; local
3503 Instruction3rmi instruction = (Instruction3rmi)analyzedInstruction.instruction; local
3540 Instruction35c instruction = (Instruction35c)analyzedInstruction.instruction; local
3558 Instruction3rc instruction = (Instruction3rc)analyzedInstruction.instruction; local
3571 Instruction22cs instruction = (Instruction22cs)analyzedInstruction.instruction; local
3614 Instruction3rms instruction = (Instruction3rms)analyzedInstruction.instruction; local
3618 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction; local
3662 Instruction3rms instruction = (Instruction3rms)analyzedInstruction.instruction; local
3673 Instruction35ms instruction = (Instruction35ms)analyzedInstruction.instruction; local
3708 SingleRegisterInstruction instruction = (SingleRegisterInstruction)analyzedInstruction.instruction; local
3716 TwoRegisterInstruction instruction = (TwoRegisterInstruction)analyzedInstruction.instruction; local
3737 Instruction5rc instruction = (Instruction5rc)analyzedInstruction.instruction; local
    [all...]
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /art/oatdump/
oatdump.cc 116 os << "INSTRUCTION SET:\n";
609 const Instruction* instruction = Instruction::At(&code_item->insns_[i]); local
610 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str());
611 i += instruction->SizeInCodeUnits();
    [all...]
  /external/chromium_org/courgette/
adjustment_method_2.cc 1255 Instruction* instruction = instructions[i]; local
    [all...]
  /external/proguard/src/proguard/classfile/instruction/
InstructionConstants.java 21 package proguard.classfile.instruction;
24 * Representation of an instruction.
  /external/v8/src/
lithium-allocator.cc 432 // Order of instruction's processing (see ProcessInstructions) guarantees
822 // the instruction end.
829 // Handle fixed input operands of second instruction.
840 // of the instruction.
859 // Handle "output same as input" for second instruction.
880 // instruction will include the output operand (whose value at the
881 // beginning of the instruction is equal to the input operand). If
882 // this is not desired, then the pointer map at this instruction needs
1449 LOsrEntry* instruction = LOsrEntry::cast(instrs->at(index)); local
    [all...]
hydrogen.cc 491 // node is a control instruction.
662 void HBasicBlock::FinishExit(HControlInstruction* instruction) {
663 Finish(instruction);
7967 HInstruction* instruction = current->first(); local
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 202 struct instruction struct
231 struct instruction *next;
293 struct instruction *instr, int n);
303 static struct instruction *instructions;
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
lint-checks.jar 
  /external/chromium_org/v8/src/
hydrogen.cc 546 // node is a control instruction.
2997 HInstruction* instruction = it.Current(); local
9649 HInstruction* instruction = it.Current(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jsch.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 8986 milliseconds

1 2 34 5