HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 51 - 75 of 489) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/rop/code/
Rop.java 61 /** {@code non-null;} types of all the sources of this operation */
62 private final TypeList sources; field in class:Rop
86 * @param sources {@code non-null;} types of all the sources of this operation
94 public Rop(int opcode, Type result, TypeList sources,
101 if (sources == null) {
102 throw new NullPointerException("sources == null");
120 this.sources = sources;
134 * @param sources {@code non-null;} types of all the sources of this operatio
    [all...]
Insn.java 27 * list of actual sources and result registers/values, and additional
40 /** {@code non-null;} specs for all the sources of this instruction */
41 private final RegisterSpecList sources; field in class:Insn
49 * @param sources {@code non-null;} specs for all the sources
52 RegisterSpecList sources) {
61 if (sources == null) {
62 throw new NullPointerException("sources == null");
68 this.sources = sources;
    [all...]
CstInsn.java 35 * @param sources {@code non-null;} specs for all the sources
39 RegisterSpecList sources, Constant cst) {
40 super(opcode, position, result, sources);
ConservativeTranslationAdvice.java 44 RegisterSpecList sources) {
FillArrayDataInsn.java 46 * @param sources {@code non-null;} specs for all the sources
51 RegisterSpecList sources,
54 super(opcode, position, null, sources);
110 RegisterSpecList sources) {
113 sources, initValues, arrayType);
PlainCstInsn.java 36 * @param sources {@code non-null;} specs for all the sources
40 RegisterSpec result, RegisterSpecList sources,
42 super(opcode, position, result, sources, cst);
79 RegisterSpecList sources) {
83 sources,
SwitchInsn.java 38 * @param sources {@code non-null;} specs for all the sources
42 RegisterSpecList sources, IntList cases) {
43 super(opcode, position, result, sources);
103 RegisterSpecList sources) {
107 sources,
ThrowingCstInsn.java 38 * @param sources {@code non-null;} specs for all the sources
43 RegisterSpecList sources,
45 super(opcode, position, null, sources, cst);
101 RegisterSpecList sources) {
104 sources,
ThrowingInsn.java 59 * @param sources {@code non-null;} specs for all the sources
63 RegisterSpecList sources,
65 super(opcode, position, null, sources);
114 RegisterSpecList sources) {
117 sources,
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rop.java 61 /** {@code non-null;} types of all the sources of this operation */
62 private final TypeList sources; field in class:Rop
86 * @param sources {@code non-null;} types of all the sources of this operation
94 public Rop(int opcode, Type result, TypeList sources,
101 if (sources == null) {
102 throw new NullPointerException("sources == null");
120 this.sources = sources;
134 * @param sources {@code non-null;} types of all the sources of this operatio
    [all...]
Insn.java 27 * list of actual sources and result registers/values, and additional
40 /** {@code non-null;} specs for all the sources of this instruction */
41 private final RegisterSpecList sources; field in class:Insn
49 * @param sources {@code non-null;} specs for all the sources
52 RegisterSpecList sources) {
61 if (sources == null) {
62 throw new NullPointerException("sources == null");
68 this.sources = sources;
    [all...]
CstInsn.java 35 * @param sources {@code non-null;} specs for all the sources
39 RegisterSpecList sources, Constant cst) {
40 super(opcode, position, result, sources);
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
DexTranslationAdvice.java 38 * instruction that requires its sources to be in order and contiguous.
92 RegisterSpecList sources) {
95 && totalRopWidth(sources) >= MIN_INVOKE_IN_ORDER;
101 * @param sources {@code non-null;} list of SSA registers
104 private int totalRopWidth(RegisterSpecList sources) {
105 int sz = sources.size();
109 total += sources.get(i).getCategory();
CstInsn.java 35 * @param sources {@code non-null;} specs for all the sources
39 RegisterSpecList sources, Constant cst) {
40 super(opcode, position, result, sources);
ConservativeTranslationAdvice.java 44 RegisterSpecList sources) {
FillArrayDataInsn.java 47 * @param sources {@code non-null;} specs for all the sources
52 RegisterSpecList sources,
55 super(opcode, position, null, sources);
111 RegisterSpecList sources) {
114 sources, initValues, arrayType);
PlainCstInsn.java 36 * @param sources {@code non-null;} specs for all the sources
40 RegisterSpec result, RegisterSpecList sources,
42 super(opcode, position, result, sources, cst);
79 RegisterSpecList sources) {
83 sources,
SwitchInsn.java 38 * @param sources {@code non-null;} specs for all the sources
42 RegisterSpecList sources, IntList cases) {
43 super(opcode, position, result, sources);
103 RegisterSpecList sources) {
107 sources,
ThrowingCstInsn.java 37 * @param sources {@code non-null;} specs for all the sources
42 RegisterSpecList sources,
44 super(opcode, position, null, sources, cst);
96 RegisterSpecList sources) {
99 sources,
ThrowingInsn.java 59 * @param sources {@code non-null;} specs for all the sources
63 RegisterSpecList sources,
65 super(opcode, position, null, sources);
114 RegisterSpecList sources) {
117 sources,
  /external/chromium_org/build/android/
generate_emma_html.py 60 sources = []
64 sources.extend(json.load(sf))
65 sources = [os.path.join(constants.DIR_SOURCE_ROOT, s) for s in sources]
66 print 'Sources: %s' % sources
74 source_args = ['-sp', ','.join(sources)]
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/
SConscript 34 sources = [
38 # The sources depend on the python-generated GL API files/headers.
39 env.Depends(sources, glapi_headers)
52 source = sources,
  /external/mesa3d/src/gallium/targets/libgl-xlib/
SConscript 34 sources = [
38 # The sources depend on the python-generated GL API files/headers.
39 env.Depends(sources, glapi_headers)
52 source = sources,
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
sources.py 24 if config.sources:
25 print 'Installed sources:'
26 for s in config.sources:
29 print 'No external sources installed.'
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
SConscript 19 sources = [
34 source = sources,

Completed in 841 milliseconds

1 23 4 5 6 7 8 91011>>