HomeSort by relevance Sort by last modified time
    Searched refs:trivial (Results 1 - 20 of 20) sorted by null

  /ndk/tests/build/import-install/path1/
Android.mk 1 # This is a trivial shared library that will be imported
  /ndk/tests/build/import-install/path2/
Android.mk 1 # This is a trivial shared library that will be imported
  /dalvik/vm/oo/
TypeCheck.h 40 gDvm.instanceofCache->trivial++;
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, inline_ }; enumerator in enum:__anon8980::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
42 cl::init(trivial));
86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n");
190 case trivial: return new TrivialSpiller(pass, mf, vrm);
  /dalvik/vm/
AtomicCache.h 55 int trivial; /* cache access not required */ member in struct:AtomicCache
AtomicCache.cpp 174 pCache->trivial, pCache->fail, pCache->hits,
  /dalvik/vm/mterp/x86/
OP_INSTANCE_OF.S 30 cmpl %eax,%ecx # same class (trivial success)?
31 je .L${opcode}_trivial # yes, trivial finish
33 * Trivial test failed, need to perform full check. This is common.
56 * Trivial test succeeded, save and bail.
OP_CHECK_CAST.S 24 cmpl %eax,%ecx # same class (trivial success)?
32 * Trivial test failed, need to perform full check. This is common.
  /dalvik/vm/mterp/armv5te/
OP_INSTANCE_OF.S 29 cmp r0, r1 @ same class (trivial success)?
30 beq .L${opcode}_trivial @ yes, trivial finish
35 * Trivial test failed, need to perform full check. This is common.
55 * Trivial test succeeded, save and bail.
OP_CHECK_CAST.S 24 cmp r0, r1 @ same class (trivial success)?
33 * Trivial test failed, need to perform full check. This is common.
  /external/v8/test/mjsunit/compiler/
inline-param.js 66 // Perform the same tests again, but this time with non-trivial
  /external/v8/test/mjsunit/
d8-os.js 29 // only does non-trivial work on Unix since os.system() is not currently
  /external/clang/lib/Sema/
SemaType.cpp 124 /// Whether there are non-trivial modifications to the decl spec.
125 bool trivial; member in class:__anon4909::TypeProcessingState
141 trivial(true), hasSavedAttrs(false) {}
176 trivial &= savedAttrs.empty();
196 if (trivial) return;
    [all...]
  /external/elfutils/
elfutils.spec 268 - readelf, elflint: trivial bugs fixed
  /external/blktrace/btreplay/doc/
btreplay.tex 218 \emph{It should be relatively trivial to add in the notion of
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/iproute2/doc/
ip-cref.tex 91 count records with \verb|wc| or to \verb|grep| the output. The trivial
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 386 % Some texinfo constructs that are trivial in tex
    [all...]
  /external/v8/src/
d8.js 304 // entered as a command. Converting that to a JSON request is trivial.
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 836 cmpl %eax,%ecx # same class (trivial success)?
844 * Trivial test failed, need to perform full check. This is common.
916 cmpl %eax,%ecx # same class (trivial success)?
917 je .LOP_INSTANCE_OF_trivial # yes, trivial finish
919 * Trivial test failed, need to perform full check. This is common.
942 * Trivial test succeeded, save and bail.
    [all...]

Completed in 713 milliseconds