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

  /external/v8/src/heap/
remembered-set.h 103 TypedSlotSet* typed_slots = GetTypedSlotSet(chunk);
135 TypedSlotSet* slot_set = GetTypedSlotSet(page);
145 DCHECK_LT(offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset));
146 DCHECK_LT(host_offset, static_cast<uintptr_t>(TypedSlotSet::kMaxOffset));
154 TypedSlotSet* slots = GetTypedSlotSet(page);
162 TypedSlotSet::PREFREE_EMPTY_CHUNKS);
181 TypedSlotSet* slots = GetTypedSlotSet(chunk);
183 int new_count = slots->Iterate(callback, TypedSlotSet::KEEP_EMPTY_CHUNKS);
216 static TypedSlotSet* GetTypedSlotSet(MemoryChunk* chunk) {
240 static TypedSlotSet* AllocateTypedSlotSet(MemoryChunk* chunk)
    [all...]
slot-set.h 314 class TypedSlotSet {
367 explicit TypedSlotSet(Address page_start) : page_start_(page_start) {
371 ~TypedSlotSet() {
spaces.h 44 class TypedSlotSet;
335 + kPointerSize // TypedSlotSet* typed_old_to_new_slots_
336 + kPointerSize // TypedSlotSet* typed_old_to_old_slots_
444 inline TypedSlotSet* typed_old_to_new_slots() {
447 inline TypedSlotSet* typed_old_to_old_slots() {
617 base::AtomicValue<TypedSlotSet*> typed_old_to_new_slots_;
618 TypedSlotSet* typed_old_to_old_slots_;
    [all...]
spaces-inl.h 595 STATIC_ASSERT(LargePage::kMaxCodePageSize <= TypedSlotSet::kMaxOffset);
spaces.cc     [all...]

Completed in 196 milliseconds