Searched refs:kSVSNoProfile (Results 1 – 11 of 11) sorted by relevance
/dalvik/vm/interp/ |
D | InterpState.h | 182 kSVSNoProfile = 4, // Exiting compiled code and don't collect profiles enumerator
|
/dalvik/vm/mterp/mips/ |
D | entry.S | 71 li a4, kSVSNoProfile
|
D | footer.S | 46 li a2, kSVSNoProfile # a2 <- interpreter entry point
|
/dalvik/vm/mterp/armv5te/ |
D | entry.S | 82 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
|
D | footer.S | 50 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 266 MTERP_CONSTANT(kSVSNoProfile, 4)
|
/dalvik/vm/mterp/out/ |
D | InterpAsm-armv7-a.S | 320 cmp r3, #kSVSNoProfile @ don't profile the next instruction? 15631 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
|
D | InterpAsm-armv5te-vfp.S | 306 cmp r3, #kSVSNoProfile @ don't profile the next instruction? 15694 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
|
D | InterpAsm-armv7-a-neon.S | 320 cmp r3, #kSVSNoProfile @ don't profile the next instruction? 15631 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
|
D | InterpAsm-mips.S | 459 li a4, kSVSNoProfile 11052 li a2, kSVSNoProfile # a2 <- interpreter entry point
|
D | InterpAsm-armv5te.S | 306 cmp r3, #kSVSNoProfile @ don't profile the next instruction? 16152 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
|