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

  /dalvik/vm/mterp/common/
FindInterface.h 32 #define ATOMIC_CACHE_CALC \
38 #undef ATOMIC_CACHE_CALC
  /dalvik/vm/
AtomicCache.h 85 * Define a function ATOMIC_CACHE_CALC that returns a 32-bit value. This
125 value = (u4) ATOMIC_CACHE_CALC; \
138 value = (u4) ATOMIC_CACHE_CALC; \
  /dalvik/vm/oo/
TypeCheck.cpp 244 #define ATOMIC_CACHE_CALC isInstanceof(instance, clazz)
247 #undef ATOMIC_CACHE_CALC
  /dalvik/vm/compiler/codegen/x86/
NcgHelper.cpp 111 #define ATOMIC_CACHE_CALC \
117 #undef ATOMIC_CACHE_CALC

Completed in 45 milliseconds