/third_party/mesa3d/src/util/ |
H A D | u_atomic.c | 30 #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 D | maybe-handles-inl.h | 29 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 D | global-handles.cc | 438 // 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 D | compiler.h | 47 # define WEAK __attribute__((weak)) macro 63 # define WEAK macro
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | SimpleCache.java | 34 if (cacheType == ICUCache.WEAK) { in SimpleCache() 63 if (type == ICUCache.WEAK) { in put()
|
H A D | ICUCache.java | 15 public static final int WEAK = 1; field
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | SimpleCache.java | 38 if (cacheType == ICUCache.WEAK) { in SimpleCache() 67 if (type == ICUCache.WEAK) { in put()
|
H A D | ICUCache.java | 19 public static final int WEAK = 1; field
|
/third_party/node/deps/v8/src/objects/ |
H A D | tagged-value.h | 32 class TaggedValue : public TaggedImpl<HeapObjectReferenceType::WEAK, Tagged_t> {
|
H A D | tagged-impl.cc | 36 template class TaggedImpl<HeapObjectReferenceType::WEAK, Address>;
|
H A D | tagged-impl-inl.h | 74 *reference_type = IsWeakOrCleared() ? HeapObjectReferenceType::WEAK in GetHeapObject() 87 *reference_type = IsWeakOrCleared() ? HeapObjectReferenceType::WEAK in GetHeapObject()
|
H A D | maybe-object.h | 16 class MaybeObject : public TaggedImpl<HeapObjectReferenceType::WEAK, Address> {
|
H A D | maybe-object-inl.h | 75 case HeapObjectReferenceType::WEAK: in From()
|
H A D | tagged-impl.h | 34 static const bool kCanBeWeak = kRefType == HeapObjectReferenceType::WEAK;
|
/third_party/libunwind/libunwind/src/mi/ |
H A D | backtrace.c | 80 WEAK ALIAS(unw_backtrace);
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deblock.c | 34 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 D | file.h | 507 void WEAK files_initialize(void);
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 673 WEAK, member in v8::internal::HeapObjectReferenceType
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | deserializer.cc | 584 ? HeapObjectReferenceType::WEAK in GetAndResetNextReferenceType()
|
H A D | serializer.cc | 899 if (reference_type == HeapObjectReferenceType::WEAK) { in VisitPointers()
|
/third_party/node/deps/v8/src/heap/ |
H A D | mark-compact.cc | 3151 // 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |