HomeSort by relevance Sort by last modified time
    Searched refs:RETURN (Results 226 - 250 of 291) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/compiler/sea_ir/ir/
sea.cc 53 return new SeaGraph(dex_file);
149 return finger1; // finger1 should be equal to finger2 at this point.
407 return code_gen_postpass_visitor.GetData();
432 return cgd;
455 return new_region;
475 return instructions_.back();
477 return NULL;
498 return &de_defs_;
502 return &reaching_defs_;
571 return changed
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
EscapeAnalysis.java 122 * @return index of the register or size of the lattice if it wasn't found.
129 return i;
132 return i;
139 * @return {@code non-null;} the instruction that produces the result for
145 return predInsns.get(predInsns.size()-1);
153 * @return {@code non-null;} the move result for the given instruction
158 return succInsns.get(0);
181 * Merges all links in the lattice among two EscapeSets. On return, the
236 // Track method return values that are objects
248 * @return {@code non-null;} an EscapeSet for the object referred to by th
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 123 * @return index of the register or size of the lattice if it wasn't found.
130 return i;
133 return i;
140 * @return {@code non-null;} the instruction that produces the result for
146 return predInsns.get(predInsns.size()-1);
154 * @return {@code non-null;} the move result for the given instruction
159 return succInsns.get(0);
182 * Merges all links in the lattice among two EscapeSets. On return, the
237 // Track method return values that are objects
249 * @return {@code non-null;} an EscapeSet for the object referred to by th
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Bytecode.java 33 return bv;
36 public final int getSize() { return size; }
41 return b;
48 return buffer[offset];
168 return bc;
178 public ConstPool getConstPool() { return constPool; }
183 public ExceptionTable getExceptionTable() { return tryblocks; }
189 return new CodeAttribute(constPool, maxStack, maxLocals,
197 return getSize();
204 return copy()
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Executor.java 553 case RETURN:
628 return Type.INTEGER;
630 return type;
646 return;
668 return;
926 return Type.get(classPool.get(name));
    [all...]
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 77 return k + 1;
88 * @return the size of the instruction at POS.
95 return doOpcode0_53(pos, code, op);
97 return doOpcode54_95(pos, code, op);
100 return doOpcode96_147(pos, code, op);
102 return doOpcode148_201(pos, code, op);
139 /* Since JSR pushes a return address onto the operand stack,
189 return op == Opcode.SIPUSH ? 3 : 2;
192 return 2;
196 return 3
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 27 public boolean hasMore() { return lex.lookAhead() >= 0; }
35 return parseMethod2(tbl, (MethodDecl)mem);
37 return mem;
64 return parseMethod1(tbl, isConstructor, mods, d);
66 return parseField(tbl, mods, d);
85 return new FieldDecl(mods, new ASTList(d, new ASTList(expr)));
138 return new MethodDecl(mods, new ASTList(d,
157 return md;
178 return list;
188 return new Declarator(t, dim)
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
Fuzzy.m 82 return [[[DFA38 alloc] initWithRecognizer:aRecognizer] retain];
97 return nil;
120 return self;
148 return s;
173 return s;
192 return s;
217 return s;
245 return s;
270 return s;
273 if ( [recognizer getBacktrackingLevel] > 0 ) { [recognizer setFailed:YES]; return -1;
    [all...]
  /art/runtime/
dex_instruction_list.h 35 V(0x0E, RETURN_VOID, "return-void", k10x, false, kNone, kReturn, kVerifyNone) \
36 V(0x0F, RETURN, "return", k11x, false, kNone, kReturn, kVerifyRegA) \
37 V(0x10, RETURN_WIDE, "return-wide", k11x, false, kNone, kReturn, kVerifyRegAWide) \
38 V(0x11, RETURN_OBJECT, "return-object", k11x, false, kNone, kReturn, kVerifyRegA) \
136 V(0x73, RETURN_VOID_BARRIER, "return-void-barrier", k10x, false, kNone, kReturn, kVerifyNone) \
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 74 * @return {@code non-null;} the byte array
77 return bytes;
83 * @return {@code >= 0;} the length of the bytecode array
86 return bytes.size();
94 * @return {@code >= 4;} the total length, in bytes
97 return 4 + bytes.size();
124 * @return {@code non-null;} appropriately constructed bit set
137 return result;
196 * {@code ireturn}. (However, {@code return} remains
215 * @return the length of the instruction, in byte
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.cpp 38 return RI;
42 return get(MI.getOpcode()).TSFlags & R600_InstFlag::TRIG;
46 return get(MI.getOpcode()).TSFlags & R600_InstFlag::VECTOR;
89 return MI;
93 return AMDGPU::SETE_INT;
100 default: return false;
104 return true;
113 default: return false;
114 case AMDGPU::RETURN:
115 return true
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/angle_dx11/src/compiler/
glslang_lex.cpp 167 * to BEGIN to return to the state. The YYSTATE alias is for lex
219 /* Return all but the first "n" matched characters back to the input stream. */
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_lexer.cc 146 * to BEGIN to return to the state. The YYSTATE alias is for lex
188 /* Return all but the first "n" matched characters back to the input stream. */
    [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 161 return accessors;
167 return cfile;
176 return classfile;
197 return cf;
244 return;
262 public ClassPool getClassPool() { return classPool; }
271 return url;
274 public boolean isModified() { return wasChanged; }
276 public boolean isFrozen() { return wasFrozen; }
301 return true
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 17 return rt;
35 return rt;
53 return rt;
69 return rt;
85 return rt;
115 return rt;
146 return rt;
178 return rt;
203 return rt;
231 return rt
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 17 return rt;
35 return rt;
53 return rt;
69 return rt;
85 return rt;
115 return rt;
146 return rt;
178 return rt;
203 return rt;
231 return rt
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
genrtl.h 17 return rt;
35 return rt;
53 return rt;
69 return rt;
85 return rt;
115 return rt;
146 return rt;
178 return rt;
203 return rt;
231 return rt
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
genrtl.h 17 return rt;
35 return rt;
53 return rt;
69 return rt;
85 return rt;
115 return rt;
146 return rt;
178 return rt;
203 return rt;
231 return rt
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transtst.cpp 351 return;
422 return;
447 return;
479 return;
527 return;
594 // return;
630 return;
658 return new TestFilter(*this);
661 return c != (UChar)0x0063 /*c*/;
666 return result
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 137 return DT->getRoots();
141 return DT->getRootNode();
145 return DT->getNode(BB);
149 return DT->getNode(BB);
153 return DT->dominates(A, B);
157 return DT->dominates(A, B);
162 return DT->properlyDominates(A, B);
167 return DT->properlyDominates(A, B);
172 return DT->findNearestCommonDominator(A, B);
193 return false
    [all...]
  /external/dexmaker/lib/
jarjar.jar 
  /external/doclava/src/com/google/doclava/parser/
JavaLexer.java 91 public static final int RETURN=63;
161 public String getGrammarFileName() { return "src/com/google/doclava/parser/Java.g"; }
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar 
  /external/icu4c/test/intltest/
transtst.cpp 352 return;
423 return;
448 return;
480 return;
528 return;
595 // return;
631 return;
659 return new TestFilter(*this);
662 return c != (UChar)0x0063 /*c*/;
667 return result
    [all...]

Completed in 3153 milliseconds

1 2 3 4 5 6 7 8 91011>>