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

/external/v8/src/
H A Dspaces.h1941 // LargeObjectSpace::Available. Note that this can overestimate the size
1962 class LargeObjectSpace : public Space { class in namespace:v8::internal
1964 explicit LargeObjectSpace(AllocationSpace id);
1965 virtual ~LargeObjectSpace() {}
2057 TRACK_MEMORY("LargeObjectSpace")
2063 explicit LargeObjectIterator(LargeObjectSpace* space);
2064 LargeObjectIterator(LargeObjectSpace* space, HeapObjectCallback size_func);
H A Dspaces.cc1883 bool LargeObjectSpace::ReserveSpace(int bytes) {
2470 LargeObjectIterator::LargeObjectIterator(LargeObjectSpace* space) {
2476 LargeObjectIterator::LargeObjectIterator(LargeObjectSpace* space,
2521 // LargeObjectSpace
2523 LargeObjectSpace::LargeObjectSpace(AllocationSpace id) function in class:v8::LargeObjectSpace
2530 bool LargeObjectSpace::Setup() {
2538 void LargeObjectSpace::TearDown() {
2553 void LargeObjectSpace::Protect() {
2562 void LargeObjectSpace
[all...]

Completed in 22 milliseconds