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

  /dalvik/vm/mterp/mips/
footer.S 306 * Similar to common_updateProfile, but tests for null pJitProfTable
323 common_updateProfile:
639 bnez a0, common_updateProfile
    [all...]
  /dalvik/vm/mterp/x86/
footer.S 261 common_updateProfile:
558 jne common_updateProfile # set up %ebx & %edx & rPC
    [all...]
  /dalvik/vm/mterp/armv5te/
footer.S 307 * Similar to common_updateProfile, but tests for null pJitProfTable
323 common_updateProfile:
613 bne common_updateProfile
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86.S     [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...]
InterpAsm-mips.S 449 bnez a0, common_updateProfile # profiling is enabled
461 b common_updateProfile # collect profiles
    [all...]

Completed in 720 milliseconds