Searched defs:KEEP_SLOT (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dslot-set.h15 enum SlotCallbackResult { KEEP_SLOT, REMOVE_SLOT }; enumerator in enum:v8::internal::SlotCallbackResult
131 // if (good(slot_address)) return KEEP_SLOT;
151 if (callback(page_start_ + slot) == KEEP_SLOT) {
292 // if (good(slot_type, slot_address)) return KEEP_SLOT;
310 if (callback(type, host_addr, addr) == KEEP_SLOT) {

Completed in 58 milliseconds