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

  /dalvik/vm/mterp/x86/
OP_GOTO.S 18 jne common_updateProfile # set up %ebx & %edx & rPC
OP_GOTO_16.S 17 jne common_updateProfile # set up %ebx & %edx & rPC
OP_GOTO_32.S 17 jne common_updateProfile # set up %ebx & %edx & rPC
OP_PACKED_SWITCH.S 26 jne common_updateProfile # set up %ebx & %edx & rPC
zcmp.S 23 jne common_updateProfile # set up %ebx & %edx & rPC
bincmp.S 27 jne common_updateProfile # set up %ebx & %edx & rPC
entry.S 58 jne common_updateProfile # set up %ebx & %edx & rPC
footer.S 261 common_updateProfile:
558 jne common_updateProfile # set up %ebx & %edx & rPC
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_PACKED_SWITCH.S 29 bne common_updateProfile
bincmp.S 25 bne common_updateProfile
zcmp.S 22 bne common_updateProfile @ test for JIT off at target
entry.S 74 bne common_updateProfile @ profiling is enabled
84 b common_updateProfile @ collect profiles
footer.S 307 * Similar to common_updateProfile, but tests for null pJitProfTable
323 common_updateProfile:
613 bne common_updateProfile
    [all...]
  /dalvik/vm/mterp/armv6t2/
bincmp.S 24 bne common_updateProfile
  /dalvik/vm/mterp/mips/
OP_PACKED_SWITCH.S 31 bnez a0, common_updateProfile
bincmp.S 28 bnez a0, common_updateProfile
zcmp.S 26 bnez a0, common_updateProfile # test for JIT off at target
entry.S 61 bnez a0, common_updateProfile # profiling is enabled
73 b common_updateProfile # collect profiles
footer.S 306 * Similar to common_updateProfile, but tests for null pJitProfTable
323 common_updateProfile:
639 bnez a0, common_updateProfile
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [all...]
InterpAsm-mips.S 449 bnez a0, common_updateProfile # profiling is enabled
461 b common_updateProfile # collect profiles
    [all...]
InterpAsm-armv5te-vfp.S 298 bne common_updateProfile @ profiling is enabled
308 b common_updateProfile @ collect profiles
    [all...]
InterpAsm-armv5te.S 298 bne common_updateProfile @ profiling is enabled
308 b common_updateProfile @ collect profiles
    [all...]
InterpAsm-armv7-a-neon.S 312 bne common_updateProfile @ profiling is enabled
322 b common_updateProfile @ collect profiles
    [all...]
InterpAsm-armv7-a.S 312 bne common_updateProfile @ profiling is enabled
322 b common_updateProfile @ collect profiles
    [all...]

Completed in 221 milliseconds