HomeSort by relevance Sort by last modified time
    Searched refs:AtomicValue (Results 1 - 11 of 11) sorted by null

  /external/v8/src/heap/
slot-set.h 58 base::AtomicValue<uint32_t>* current_bucket = bucket[bucket_index].Value();
72 base::AtomicValue<uint32_t>* current_bucket = bucket[bucket_index].Value();
103 base::AtomicValue<uint32_t>* bucket_ptr = bucket[current_bucket].Value();
169 base::AtomicValue<uint32_t>* current_bucket =
216 base::AtomicValue<uint32_t>* top = to_be_freed_buckets_.top();
218 DeleteArray<base::AtomicValue<uint32_t>>(top);
232 base::AtomicValue<uint32_t>* AllocateBucket() {
233 base::AtomicValue<uint32_t>* result =
234 NewArray<base::AtomicValue<uint32_t>>(kCellsPerBucket);
241 void ClearBucket(base::AtomicValue<uint32_t>* bucket, int start_cell
    [all...]
page-parallel-job.h 131 base::AtomicValue<ProcessingState> state;
spaces.h 338 + kPointerSize // AtomicValue high_water_mark_
342 + kPointerSize // AtomicValue next_chunk_
343 + kPointerSize // AtomicValue prev_chunk_
410 base::AtomicValue<ConcurrentSweepingState>& concurrent_sweeping_state() {
615 base::AtomicValue<SlotSet*> old_to_new_slots_;
617 base::AtomicValue<TypedSlotSet*> typed_old_to_new_slots_;
624 base::AtomicValue<intptr_t> high_water_mark_;
628 base::AtomicValue<ConcurrentSweepingState> concurrent_sweeping_;
635 base::AtomicValue<MemoryChunk*> next_chunk_;
637 base::AtomicValue<MemoryChunk*> prev_chunk_
    [all...]
heap.h     [all...]
  /external/v8/src/zone/
accounting-allocator.h 86 base::AtomicValue<MemoryPressureLevel> memory_pressure_level_;
  /external/v8/src/
cancelable-task.h 111 base::AtomicValue<Status> status_;
locked-queue-inl.h 18 base::AtomicValue<Node*> next;
counters.h 544 base::AtomicValue<RuntimeCallTimer*> parent_;
    [all...]
isolate.h     [all...]
  /external/v8/src/base/
atomic-utils.h 111 class AtomicValue {
113 AtomicValue() : value_(0) {}
115 explicit AtomicValue(T initial)
  /external/v8/src/libsampler/
sampler.cc 164 typedef base::AtomicValue<bool> AtomicMutex;

Completed in 1731 milliseconds