HomeSort by relevance Sort by last modified time
    Searched defs:IsWeak (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
global-handles.cc 170 bool IsWeak() const { return state() == WEAK; }
623 bool GlobalHandles::IsWeak(Object** location) {
624 return Node::FromLocation(location)->IsWeak();
649 if (it.node()->IsWeak() && f(it.node()->location())) {
673 if (node->is_independent() && node->IsWeak() &&
705 if (node->IsWeak() && !is_unmodified(node->location())) {
717 if ((node->is_independent() || !node->is_active()) && node->IsWeak() &&
    [all...]
  /frameworks/base/tools/aapt2/
ResourceValues.h 48 bool IsWeak() const { return weak_; }
  /external/v8/include/
v8-util.h 174 bool IsWeak() { return Traits::kCallbackType != kNotWeak; }
331 if (Traits::kCallbackType != kNotWeak && p.IsWeak()) {
v8.h 589 V8_INLINE bool IsWeak() const;
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 221 /// \param IsWeak true if atomic operation is weak, false otherwise.
230 bool IsWeak = false);
271 bool IsWeak = false);
357 static void emitAtomicCmpXchg(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak,
370 Pair->setWeak(IsWeak);
406 bool IsWeak, Address Dest, Address Ptr,
437 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
462 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
468 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
478 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 337 milliseconds