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

  /external/v8/src/
global-handles.cc 194 bool IsWeak() const { return state() == WEAK; }
643 bool GlobalHandles::IsWeak(Object** location) {
644 return Node::FromLocation(location)->IsWeak();
667 if (it.node()->IsWeak() && f(it.node()->location())) {
700 node->IsWeak() && f(isolate_->heap(), node->location())) {
730 if (node->IsWeak() && !is_unmodified(node->location())) {
742 if ((node->is_independent() || !node->is_active()) && node->IsWeak() &&
1054 if (node->has_wrapper_class_id() && node->IsWeak()) {
    [all...]
  /external/v8/include/
v8-util.h 173 bool IsWeak() { return Traits::kCallbackType != kNotWeak; }
319 if (Traits::kCallbackType != kNotWeak && p.IsWeak()) {
v8.h 626 V8_INLINE bool IsWeak() const;
    [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 221 /// \param IsWeak true if atomic operation is weak, false otherwise.
228 bool IsWeak = false);
270 bool IsWeak = false);
376 static void emitAtomicCmpXchg(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak,
389 Pair->setWeak(IsWeak);
425 bool IsWeak, Address Dest,
450 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size,
474 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
480 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
490 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 235 milliseconds