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

1 2

  /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++;
  /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_INSTANCE_OF_JUMBO.S 29 cmpl %eax,%ecx # same class (trivial success)?
30 je .L${opcode}_trivial # yes, trivial finish
32 * Trivial test failed, need to perform full check. This is common.
54 * 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.
OP_CHECK_CAST_JUMBO.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_INSTANCE_OF_JUMBO.S 42 cmp r0, r1 @ same class (trivial success)?
43 beq .L${opcode}_trivial @ yes, trivial finish
47 * Trivial test failed, need to perform full check. This is common.
67 * 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.
OP_CHECK_CAST_JUMBO.S 26 cmp r0, r1 @ same class (trivial success)?
32 * Trivial test failed, need to perform full check. This is common.
  /external/llvm/lib/CodeGen/
Spiller.cpp 32 enum SpillerName { trivial, standard, inline_ }; enumerator in enum:__anon8165::SpillerName
39 cl::values(clEnumVal(trivial, "trivial spiller"),
86 DEBUG(dbgs() << "Trivial spill everywhere of reg" << li->reg << "\n");
237 case trivial: return new TrivialSpiller(pass, mf, vrm);
VirtRegRewriter.cpp 46 enum RewriterName { local, trivial }; enumerator in enum:__anon8182::RewriterName
54 clEnumVal(trivial, "trivial rewriter"),
    [all...]
  /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 121 /// Whether there are non-trivial modifications to the decl spec.
122 bool trivial; member in class:__anon4463::TypeProcessingState
138 trivial(true), hasSavedAttrs(false) {}
173 trivial &= savedAttrs.empty();
193 if (trivial) return;
    [all...]
  /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...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S 846 cmpl %eax,%ecx # same class (trivial success)?
854 * Trivial test failed, need to perform full check. This is common.
926 cmpl %eax,%ecx # same class (trivial success)?
927 je .LOP_INSTANCE_OF_trivial # yes, trivial finish
929 * Trivial test failed, need to perform full check. This is common.
952 * Trivial test succeeded, save and bail.
    [all...]
InterpAsm-armv5te-vfp.S     [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 386 % Some texinfo constructs that are trivial in tex
    [all...]
  /external/v8/src/
d8.js 296 // entered as a command. Converting that to a JSON request is trivial.
    [all...]

Completed in 447 milliseconds

1 2