Searched refs:trivial (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/oo/ |
D | TypeCheck.h | 40 gDvm.instanceofCache->trivial++; in dvmInstanceof()
|
/dalvik/vm/mterp/x86/ |
D | OP_INSTANCE_OF.S | 30 cmpl %eax,%ecx # same class (trivial success)? 31 je .L${opcode}_trivial # yes, trivial finish
|
D | OP_CHECK_CAST.S | 25 cmpl %eax,%ecx # same class (trivial success)?
|
/dalvik/vm/mterp/armv5te/ |
D | OP_INSTANCE_OF.S | 29 cmp r0, r1 @ same class (trivial success)? 30 beq .L${opcode}_trivial @ yes, trivial finish
|
D | OP_CHECK_CAST.S | 24 cmp r0, r1 @ same class (trivial success)?
|
/dalvik/vm/ |
D | AtomicCache.h | 55 int trivial; /* cache access not required */ member
|
D | AtomicCache.c | 166 pCache->trivial, pCache->fail, pCache->hits, in dvmDumpAtomicCacheStats()
|
/dalvik/vm/mterp/ |
D | config-armv5te-vfp | 73 # use trivial integer operation
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-x86.S | 734 cmpl %eax,%ecx # same class (trivial success)? 767 cmpl %eax,%ecx # same class (trivial success)? 768 je .LOP_INSTANCE_OF_trivial # yes, trivial finish
|