HomeSort by relevance Sort by last modified time
    Searched defs:code (Results 226 - 250 of 1048) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/v8/test/cctest/
test-disasm-x64.cc 6 // * Redistributions of source code must retain the above copyright
255 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_CONTEXTUAL));
441 Handle<Code> code = isolate->factory()->NewCode( local
442 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
443 USE(code);
446 code->Print(os);
447 byte* begin = code->instruction_start()
    [all...]
test-disasm-x87.cc 6 // * Redistributions of source code must retain the above copyright
285 Handle<Code> ic(LoadIC::initialize_stub(isolate, NOT_CONTEXTUAL));
405 Handle<Code> code = isolate->factory()->NewCode( local
406 desc, Code::ComputeFlags(Code::STUB), Handle<Code>());
407 USE(code);
410 code->Print(os);
411 byte* begin = code->instruction_start()
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
BlockAddresses.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.BasicBlockList;
21 import com.android.dx.rop.code.Insn;
22 import com.android.dx.rop.code.RopMethod;
23 import com.android.dx.rop.code.SourcePosition;
31 /** {@code non-null;} array containing addresses for the start of each basic
35 /** {@code non-null;} array containing addresses for the final instruction
39 /** {@code non-null;} array containing addresses for the end (just past the
47 * @param method {@code non-null;} the method to have block addresses fo
    [all...]
Dop.java 17 package com.android.dx.dex.code;
26 /** {@code Opcodes.isValid();} the opcode value itself */
29 /** {@code Opcodes.isValid();} the opcode family */
33 * {@code Opcodes.isValid();} what opcode (by number) to try next
35 * {@code Opcodes.NO_NEXT} to indicate that this is the last
40 /** {@code non-null;} the instruction format */
49 * @param opcode {@code Opcodes.isValid();} the opcode value
51 * @param family {@code Opcodes.isValid();} the opcode family
52 * @param nextOpcode {@code Opcodes.isValid();} what opcode (by
54 * particular arguments; {@code Opcodes.NO_NEXT} to indicate tha
    [all...]
LocalSnapshot.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.RegisterSpecSet;
22 import com.android.dx.rop.code.SourcePosition;
30 /** {@code non-null;} local state associated with this instance */
35 * unknown ({@code -1}).
37 * @param position {@code non-null;} source position
38 * @param locals {@code non-null;} associated local variable state
65 * @return {@code non-null;} the stat
    [all...]
OutputCollector.java 17 package com.android.dx.dex.code;
33 * {@code non-null;} the associated finisher (which holds the instruction
39 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
47 * @param dexOptions {@code non-null;} options for dex output
48 * @param initialCapacity {@code >= 0;} initial capacity of the output list
49 * @param suffixInitialCapacity {@code >= 0;} initial capacity of the output
51 * @param regCount {@code >= 0;} register count for the method
62 * @param insn {@code non-null;} the instruction to add
74 * {@code 0} is the most recently added instruction
    [all...]
TargetInsn.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpecList;
20 import com.android.dx.rop.code.SourcePosition;
26 /** {@code non-null;} the branch target */
31 * unknown ({@code -1}), and the target is initially
32 * {@code null}.
35 * @param position {@code non-null;} source position
36 * @param registers {@code non-null;} register list, including a
39 * @param target {@code non-null;} the branch target
67 * {@code lt} test becomes a {@code ge}), and its branc
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 10t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form11x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 11x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form12x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpec;
23 import com.android.dx.rop.code.RegisterSpecList;
29 * Instruction format {@code 12x}. See the instruction format spec
33 /** {@code non-null;} unique instance of this class */
51 * The (sz - 2) and (sz - 1) below makes this code work for
129 * The (sz - 2) and (sz - 1) below makes this code work fo
    [all...]
Form20t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 20t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form21t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 21t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
31 * Instruction format {@code 22c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
Form22t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 22t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form22x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 22x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form23x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 23x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form31i.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
30 * Instruction format {@code 31i}. See the instruction format spec
34 /** {@code non-null;} unique instance of this class */
Form31t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 31t}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form32x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 32x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form33x.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.SimpleInsn;
22 import com.android.dx.rop.code.RegisterSpecList;
28 * Instruction format {@code 33x}. See the instruction format spec
32 /** {@code non-null;} unique instance of this class */
Form51l.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
31 * Instruction format {@code 51l}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
Form52c.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.DalvInsn;
21 import com.android.dx.dex.code.InsnFormat;
22 import com.android.dx.rop.code.RegisterSpecList;
31 * Instruction format {@code 52c}. See the instruction format spec
35 /** {@code non-null;} unique instance of this class */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
DexTranslationAdvice.java 17 package com.android.dx.rop.code;
28 /** {@code non-null;} standard instance of this class */
112 * @param sources {@code non-null;} list of SSA registers
113 * @return {@code >= 0;} rop-form width in register units
FillArrayDataInsn.java 17 package com.android.dx.rop.code;
45 * @param opcode {@code non-null;} the opcode
46 * @param position {@code non-null;} source position
47 * @param sources {@code non-null;} specs for all the sources
48 * @param initValues {@code non-null;} list of initial values to fill the array
49 * @param cst {@code non-null;} type of the new array
74 * @return {@code non-null;} list of init values
82 * @return {@code non-null;} array type
InsnList.java 17 package com.android.dx.rop.code;
27 * Constructs an instance. All indices initially contain {@code null}.
38 * do that, this will throw {@code NullPointerException}.
40 * @param n {@code >= 0, < size();} which index
41 * @return {@code non-null;} element at that index
50 * @param n {@code >= 0, < size();} which index
51 * @param insn {@code non-null;} the instruction to set at {@code n}
59 * {@code get(size() - 1)}.
61 * @return {@code non-null;} the last instructio
    [all...]

Completed in 444 milliseconds

1 2 3 4 5 6 7 8 91011>>