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

  /external/chromium_org/v8/test/cctest/
test-alloc.cc 160 // CodeRange test.
161 // Tests memory management in a CodeRange by allocating and freeing blocks,
165 // total) more than the size of the CodeRange.
187 TEST(CodeRange) {
191 CodeRange* code_range = new CodeRange(Isolate::Current());
test-spaces.cc 128 TestCodeRangeScope(Isolate* isolate, CodeRange* code_range)
140 CodeRange* old_code_range_;
150 CodeRange* code_range,
223 // With CodeRange.
224 CodeRange* code_range = new CodeRange(isolate);
245 // Without CodeRange.
  /external/v8/test/cctest/
test-alloc.cc 177 // CodeRange test.
178 // Tests memory management in a CodeRange by allocating and freeing blocks,
182 // total) more than the size of the CodeRange.
204 TEST(CodeRange) {
208 CodeRange* code_range = new CodeRange(Isolate::Current());
  /external/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");
211 Address CodeRange::AllocateRawMemory(const size_t requested
    [all...]
isolate.h 54 class CodeRange;
796 CodeRange* code_range() { return code_range_; }
    [all...]
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...]
isolate.cc     [all...]
  /external/chromium_org/v8/src/
isolate.h 57 class CodeRange;
868 CodeRange* code_range() { return code_range_; }
    [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");
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...]
isolate.cc     [all...]

Completed in 232 milliseconds