Home
last modified time | relevance | path

Searched refs:WEAK (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_atomic.c30 #define WEAK __attribute__((weak)) macro
32 #define WEAK macro
52 WEAK uint64_t
65 WEAK uint64_t
78 WEAK uint64_t
91 WEAK uint64_t
104 WEAK uint64_t
/third_party/node/deps/v8/src/handles/
H A Dmaybe-handles-inl.h29 reference_type_ = HeapObjectReferenceType::WEAK; in MaybeObjectHandle()
42 reference_type_ = HeapObjectReferenceType::WEAK; in MaybeObjectHandle()
70 return MaybeObjectHandle(object, HeapObjectReferenceType::WEAK); in Weak()
74 return MaybeObjectHandle(object, HeapObjectReferenceType::WEAK, isolate); in Weak()
87 if (reference_type_ == HeapObjectReferenceType::WEAK) { in operator *()
95 if (reference_type_ == HeapObjectReferenceType::WEAK) { in operator ->()
H A Dglobal-handles.cc438 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
442 WEAK, // Flagged as weak but not yet finalized. enumerator
451 STATIC_ASSERT(WEAK == Internals::kNodeStateIsWeakValue); in Node()
479 bool IsWeak() const { return state() == WEAK; } in IsWeak()
516 return state() == WEAK || state() == PENDING || in IsWeakRetainer()
521 DCHECK(state() == WEAK); in MarkPending()
539 set_state(WEAK); in MakeWeak()
560 set_state(WEAK); in MakeWeak()
1679 if (node->state() == Node::WEAK) { in RecordStats()
[all...]
/third_party/libunwind/libunwind/include/
H A Dcompiler.h47 # define WEAK __attribute__((weak)) macro
63 # define WEAK macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DSimpleCache.java34 if (cacheType == ICUCache.WEAK) { in SimpleCache()
63 if (type == ICUCache.WEAK) { in put()
H A DICUCache.java15 public static final int WEAK = 1; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DSimpleCache.java38 if (cacheType == ICUCache.WEAK) { in SimpleCache()
67 if (type == ICUCache.WEAK) { in put()
H A DICUCache.java19 public static final int WEAK = 1; field
/third_party/node/deps/v8/src/objects/
H A Dtagged-value.h32 class TaggedValue : public TaggedImpl<HeapObjectReferenceType::WEAK, Tagged_t> {
H A Dtagged-impl.cc36 template class TaggedImpl<HeapObjectReferenceType::WEAK, Address>;
H A Dtagged-impl-inl.h74 *reference_type = IsWeakOrCleared() ? HeapObjectReferenceType::WEAK in GetHeapObject()
87 *reference_type = IsWeakOrCleared() ? HeapObjectReferenceType::WEAK in GetHeapObject()
H A Dmaybe-object.h16 class MaybeObject : public TaggedImpl<HeapObjectReferenceType::WEAK, Address> {
H A Dmaybe-object-inl.h75 case HeapObjectReferenceType::WEAK: in From()
H A Dtagged-impl.h34 static const bool kCanBeWeak = kRefType == HeapObjectReferenceType::WEAK;
/third_party/libunwind/libunwind/src/mi/
H A Dbacktrace.c80 WEAK ALIAS(unw_backtrace);
/third_party/ffmpeg/libavfilter/
H A Dvf_deblock.c34 enum FilterType { WEAK, STRONG, NB_FILTER }; enumerator
278 if (s->depth <= 8 && s->filter == WEAK) { in config_output()
281 } else if (s->depth > 8 && s->filter == WEAK) { in config_output()
386 { "weak", 0, 0, AV_OPT_TYPE_CONST, {.i64=WEAK}, 0, 0, FLAGS, "filter" },
/third_party/NuttX/fs/vfs/include/
H A Dfile.h507 void WEAK files_initialize(void);
/third_party/node/deps/v8/src/common/
H A Dglobals.h673 WEAK, member in v8::internal::HeapObjectReferenceType
/third_party/node/deps/v8/src/snapshot/
H A Ddeserializer.cc584 ? HeapObjectReferenceType::WEAK in GetAndResetNextReferenceType()
H A Dserializer.cc899 if (reference_type == HeapObjectReferenceType::WEAK) { in VisitPointers()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc3151 // Missing specialization MakeSlotValue<FullObjectSlot, WEAK>() will turn
3169 MaybeObject MakeSlotValue<MaybeObjectSlot, HeapObjectReferenceType::WEAK>( in MakeSlotValue()
3194 // MakeSlotValue<FullMaybeObjectSlot, HeapObjectReferenceType::WEAK>()
3243 UpdateSlot<access_mode, HeapObjectReferenceType::WEAK>(cage_base, slot, obj, in UpdateSlot()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 30 milliseconds