HomeSort by relevance Sort by last modified time
    Searched defs:CodeRange (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
spaces.h 811 // platforms, we support this using the CodeRange object, which reserves and
813 class CodeRange {
815 explicit CodeRange(Isolate* isolate);
816 ~CodeRange() { TearDown(); }
882 DISALLOW_COPY_AND_ASSIGN(CodeRange);
    [all...]
spaces.cc 123 // CodeRange
126 CodeRange::CodeRange(Isolate* isolate)
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::AllocateRawMemory(const size_t requested
    [all...]
  /external/chromium_org/v8/src/
spaces.cc 123 // CodeRange
126 CodeRange::CodeRange(Isolate* isolate)
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");
210 Address CodeRange::AllocateRawMemory(const size_t requested_size
    [all...]
spaces.h 908 // platforms, we support this using the CodeRange object, which reserves and
910 class CodeRange {
912 explicit CodeRange(Isolate* isolate);
913 ~CodeRange() { TearDown(); }
986 DISALLOW_COPY_AND_ASSIGN(CodeRange);
    [all...]

Completed in 117 milliseconds