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

/art/build/
H A DAndroid.executable.mk227 # Build the env guard var name, e.g. ART_BUILD_HOST_NDEBUG.
228 art-multi-env-guard := $$(call art-string-to-uppercase,ART_BUILD_$(target_flavor)_$(debug_flavor))
238 # Build the art executable only if the corresponding env guard was set.
239 ifeq ($$($$(art-multi-env-guard)),true)
252 art-multi-env-guard :=
/art/runtime/base/
H A Dmutex.cc69 // A guard for all_mutexes_ that's not a mutex (Mutexes must CAS to acquire and busy wait).
749 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) argument
750 : name_(name), guard_(guard) {
/art/compiler/optimizing/
H A Dcode_generator_arm64.cc3652 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
3660 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
3698 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4052 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4060 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4093 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4913 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4944 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());
4957 vixl::SingleEmissionCheckScope guard(GetVIXLAssembler());

Completed in 813 milliseconds