HomeSort by relevance Sort by last modified time
    Searched defs:instructions (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 17 package com.android.dx.io.instructions;
472 * Switch instructions need to "forward" their addresses to their
473 * payload target instructions.
    [all...]
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeEditor.java 146 * Remembers to place the given instructions right before the instruction
149 * @param instructions the new instructions.
151 public void insertBeforeInstruction(int instructionOffset, Instruction[] instructions)
159 preInsertions[instructionOffset] = new CompositeInstruction(instructions);
189 * instructions.
191 * @param instructions the new instructions.
193 public void replaceInstruction(int instructionOffset, Instruction[] instructions)
201 replacements[instructionOffset] = new CompositeInstruction(instructions);
1071 private Instruction[] instructions; field in class:CodeAttributeEditor.CompositeInstruction
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 45 private Instruction[] instructions; field in class:CodeItem
66 * @param instructions the instructions for this code item
75 Instruction[] instructions,
88 this.instructions = instructions;
100 * @param instructions the instructions for this code item
110 List<Instruction> instructions,
127 if (instructions != null && instructions.size() > 0)
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 254 info.instructionOffset = instructions().size();
495 m_codeBlock->addLineInfo(instructions().size(), lineNo);
500 Vector<Instruction>& instructions() { return m_codeBlock->instructions(); } function in class:JSC::BytecodeGenerator
  /external/webkit/Source/JavaScriptCore/bytecode/
CodeBlock.h 276 return static_cast<Instruction*>(returnAddress) - instructions().begin();
283 Vector<Instruction>& instructions() { return m_instructions; } function in class:JSC::CodeBlock
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 816 short[] instructions = code.getInstructions(); local
820 short[] newInstructions = transformer.transform(instructions);
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 303 static struct instruction *instructions; variable in typeref:struct:instruction
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1519 FT_Byte* instructions; member in struct:TT_LoaderRec_
    [all...]
  /external/v8/src/arm/
lithium-arm.h 232 // Declare virtual predicates for instructions that don't have
2209 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } function in class:v8::internal::LChunk
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 227 // Declare virtual predicates for instructions that don't have
2307 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } function in class:v8::internal::LChunk
    [all...]
  /external/v8/src/mips/
lithium-mips.h 231 // Declare virtual predicates for instructions that don't have
2189 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } function in class:v8::internal::LChunk
    [all...]
  /external/v8/src/x64/
lithium-x64.h 233 // Declare virtual predicates for instructions that don't have
2171 const ZoneList<LInstruction*>* instructions() const { return &instructions_; } function in class:v8::internal::LChunk
    [all...]
  /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.engine_2.0.0.v20100606.jar 
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
lint-checks.jar 
  /prebuilts/sdk/tools/lib/
asm-tree-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.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 
  /external/v8/src/
hydrogen.cc 258 // instructions have been added to the block (they have phis for all
1031 // Process phi instructions.
1037 // Go through all instructions of the current block
7987 const ZoneList<LInstruction*>* instructions = chunk->instructions(); local
    [all...]
  /prebuilts/tools/common/m2/internal/asm/asm-commons/3.3/
asm-commons-3.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 2275 milliseconds

1 23 4