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

/external/chromium_org/v8/src/
H A Dspaces.h915 // platforms, we support this using the CodeRange object, which reserves and
917 class CodeRange { class in namespace:v8::internal
919 explicit CodeRange(Isolate* isolate);
920 ~CodeRange() { TearDown(); }
993 DISALLOW_COPY_AND_ASSIGN(CodeRange);
H A Dspaces.cc124 // CodeRange
127 CodeRange::CodeRange(Isolate* isolate) function in class:v8::internal::CodeRange
136 bool CodeRange::SetUp(const size_t requested) {
149 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
161 int CodeRange::CompareFreeBlockAddress(const FreeBlock* left,
163 // The entire point of CodeRange is that the difference between two
170 void CodeRange::GetNextAllocationBlock(size_t requested) {
207 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock");
211 Address CodeRange
[all...]
/external/v8/src/
H A Dspaces.h811 // platforms, we support this using the CodeRange object, which reserves and
813 class CodeRange { class in namespace:v8::internal
815 explicit CodeRange(Isolate* isolate);
816 ~CodeRange() { TearDown(); }
882 DISALLOW_COPY_AND_ASSIGN(CodeRange);
H A Dspaces.cc123 // CodeRange
126 CodeRange::CodeRange(Isolate* isolate) function in class:v8::internal::CodeRange
135 bool CodeRange::SetUp(const size_t requested) {
148 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
160 int CodeRange::CompareFreeBlockAddress(const FreeBlock* left,
162 // The entire point of CodeRange is that the difference between two
169 void CodeRange::GetNextAllocationBlock(size_t requested) {
206 V8::FatalProcessOutOfMemory("CodeRange::GetNextAllocationBlock");
211 Address CodeRange
[all...]

Completed in 205 milliseconds