Home
last modified time | relevance | path

Searched defs:number_of_slots (Results 1 – 3 of 3) sorted by relevance

/external/nos/host/generic/nugget/proto/nugget/app/weaver/
Dweaver.proto47 uint32 number_of_slots = 1; field
/external/v8/src/heap/
Dconcurrent-marking.cc55 int number_of_slots() const { return number_of_slots_; } in number_of_slots() function in v8::internal::SlotSnapshot
Dheap.cc3369 int number_of_slots() { return static_cast<int>(slots_.size()); } in number_of_slots() function in v8::internal::SlotCollectingVisitor