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

  /dalvik/vm/compiler/
Compiler.h 149 kSVSNoProfile = 4, // Exiting compiled code and don't collect profiles
  /dalvik/vm/mterp/armv5te/
entry.S 87 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
footer.S 34 mov r2,#kSVSNoProfile @ r2<- interpreter entry point
    [all...]
  /dalvik/vm/mterp/common/
asm-constants.h 292 MTERP_CONSTANT(kSVSNoProfile, 4)
  /dalvik/vm/mterp/out/
InterpAsm-armv4t.S 339 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
    [all...]
InterpAsm-armv5te-vfp.S 339 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
    [all...]
InterpAsm-armv5te.S 339 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
    [all...]
InterpAsm-armv7-a-neon.S 349 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
    [all...]
InterpAsm-armv7-a.S 349 cmp r3, #kSVSNoProfile @ don't profile the next instruction?
    [all...]

Completed in 673 milliseconds