Searched defs:guard (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dmutex.cc79 // A guard for all_mutexes_ that's not a mutex (Mutexes must CAS to acquire and busy wait).
814 ConditionVariable::ConditionVariable(const char* name, Mutex& guard) argument
815 : name_(name), guard_(guard) {
/art/compiler/optimizing/
H A Dnodes.h700 // CHA guard optimization pass when there is no CHA guard left.
2993 // instead of `guard`.
2998 HInstruction* guard,
3010 SetRawInputAt(1, guard);
3060 // The compiled code checks this flag value in a guard before devirtualized call and
3074 // We do all CHA guard elimination/motion in a single pass, after which there is no
3075 // further guard elimination/motion since a guard might have been used for justification
3076 // of the elimination of another guard
2996 HDeoptimize(ArenaAllocator* arena, HInstruction* cond, HInstruction* guard, DeoptimizationKind kind, uint32_t dex_pc) argument
[all...]

Completed in 89 milliseconds