Searched refs:gZero (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/x86/
H A Dcontext_x86.cc26 static const uint32_t gZero = 0; member in namespace:art::x86
58 gprs_[EAX] = const_cast<uint32_t*>(&gZero);
59 gprs_[EDX] = const_cast<uint32_t*>(&gZero);
66 CHECK_NE(gprs_[reg], &gZero);
/art/runtime/arch/arm/
H A Dcontext_arm.cc27 static const uint32_t gZero = 0; member in namespace:art::arm
74 DCHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
81 gprs_[R0] = const_cast<uint32_t*>(&gZero);
82 gprs_[R1] = const_cast<uint32_t*>(&gZero);
/art/runtime/arch/mips/
H A Dcontext_mips.cc26 static const uint32_t gZero = 0; member in namespace:art::mips
73 CHECK_NE(gprs_[reg], &gZero); // Can't overwrite this static value since they are never reset.
80 gprs_[V0] = const_cast<uint32_t*>(&gZero);
81 gprs_[V1] = const_cast<uint32_t*>(&gZero);

Completed in 987 milliseconds