Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 3 of 3) sorted by relevance

/art/runtime/base/
Dmacros.h25 #define TEMP_FAILURE_RETRY(exp) ({ \ argument
/art/compiler/dex/quick/x86/
Dint_x86.cc553 const uint64_t exp = (is_long) ? 0x8000000000000000ULL : 0x80000000U; in CalculateMagicAndShift() local
/art/runtime/
Dcheck_jni.cc898 #define CHECK_JNI_EXIT(type, exp) ({ \ argument