HomeSort by relevance Sort by last modified time
    Searched refs:routine (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /dalvik/vm/mterp/mips/
OP_INVOKE_DIRECT.S 1 %default { "isrange":"0", "routine":"NoRange" }
38 bnez rOBJ, common_invokeMethod${routine} # a0=method, rOBJ="this"
OP_INVOKE_VIRTUAL.S 1 %default { "isrange":"0", "routine":"NoRange" }
47 b common_invokeMethod${routine} # (a0=method, rOBJ="this")
  /dalvik/vm/mterp/x86/
OP_DIV_LONG.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
21 call $routine
OP_DIV_LONG_2ADDR.S 2 %default {"routine":"__divdi3","special":"$0x80000000"}
22 call $routine
OP_INVOKE_DIRECT.S 1 %default { "isrange":"0", "routine":"NoRange" }
31 jne common_invokeMethod${routine} # no, continue on
OP_INVOKE_VIRTUAL.S 2 %default { "isrange":"0", "routine":"NoRange" }
48 jmp common_invokeMethod${routine}
  /external/llvm/test/MC/ARM/
eh-compact-pr0.s 53 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
87 @ 0x80 = Compact model 0, personality routine: __aeabi_unwind_cpp_pr0
  /bionic/libc/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-3/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-5/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-8/include/
pthread.h 243 __pthread_cleanup_func_t routine,
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /development/ndk/platforms/android-9/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
pthread.h 243 __pthread_cleanup_func_t routine,
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
pthread.h 243 __pthread_cleanup_func_t routine,
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/
pthread.h 243 __pthread_cleanup_func_t routine,
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
pthread.h 282 __pthread_cleanup_func_t routine,
296 #define pthread_cleanup_push(routine, arg) \
299 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \

Completed in 1630 milliseconds

12 3 4 5 6 7 8 9