Searched refs:fast (Results 1 - 10 of 10) sorted by relevance

/dalvik/vm/mterp/x86/
H A DOP_NEW_ARRAY.S26 jne .L${opcode}_finish # yes, fast path
/dalvik/vm/
H A DSync.cpp474 Thread *fast, *slow; local
478 fast = slow = mon->waitSet;
481 if (fast == NULL) return 0;
482 if (fast->waitNext == NULL) return 0;
483 if (fast == slow && n > 0) return 1;
485 fast = fast->waitNext->waitNext;
/dalvik/vm/mterp/mips/
H A Dfooter.S324 srl a3, rPC, 12 # cheap, but fast hash function
/dalvik/vm/mterp/armv5te/
H A Dfooter.S324 eor r3,rPC,rPC,lsr #12 @ cheap, but fast hash function
/dalvik/vm/mterp/out/
H A DInterpAsm-armv5te-vfp.S15968 eor r3,rPC,rPC,lsr #12 @ cheap, but fast hash function
H A DInterpAsm-armv7-a-neon.S15905 eor r3,rPC,rPC,lsr #12 @ cheap, but fast hash function
H A DInterpAsm-armv7-a.S15905 eor r3,rPC,rPC,lsr #12 @ cheap, but fast hash function
H A DInterpAsm-x86.S989 /* Now, we need to sync up with fast path. We need eax to
1143 jne .LOP_NEW_ARRAY_finish # yes, fast path
H A DInterpAsm-armv5te.S16426 eor r3,rPC,rPC,lsr #12 @ cheap, but fast hash function
H A DInterpAsm-mips.S11326 srl a3, rPC, 12 # cheap, but fast hash function

Completed in 308 milliseconds