Searched defs:number_of_slots (Results 1 – 3 of 3) sorted by relevance
/external/nos/host/generic/nugget/proto/nugget/app/weaver/ | ||
D | weaver.proto | 47 uint32 number_of_slots = 1; field |
/external/v8/src/heap/ | ||
D | concurrent-marking.cc | 55 int number_of_slots() const { return number_of_slots_; } in number_of_slots() function in v8::internal::SlotSnapshot |
D | heap.cc | 3369 int number_of_slots() { return static_cast<int>(slots_.size()); } in number_of_slots() function in v8::internal::SlotCollectingVisitor |