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

  /external/v8/test/cctest/
test-spaces.cc 237 TEST(LargeObjectSpace) {
240 LargeObjectSpace* lo = HEAP->lo_space();
  /external/v8/src/
spaces.cc     [all...]
store-buffer.h 200 void VerifyPointers(LargeObjectSpace* space);
v8globals.h 140 class LargeObjectSpace;
spaces-inl.h 316 intptr_t LargeObjectSpace::Available() {
spaces.h 776 // (e.g. see LargeObjectSpace).
    [all...]
store-buffer.cc 396 void StoreBuffer::VerifyPointers(LargeObjectSpace* space) {
heap.h 504 LargeObjectSpace* lo_space() { return lo_space_; }
    [all...]
serialize.cc 615 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space);
    [all...]
heap.cc 617 LargeObjectSpace* lo_space = Heap::lo_space();
    [all...]

Completed in 85 milliseconds