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

  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_procmaps_test.cc 26 TEST(MemoryMappingLayout, CodeRange) {
  /external/v8/test/cctest/heap/
test-alloc.cc 183 // CodeRange test.
184 // Tests memory management in a CodeRange by allocating and freeing blocks,
188 // total) more than the size of the CodeRange.
210 TEST(CodeRange) {
213 CodeRange code_range(reinterpret_cast<Isolate*>(CcTest::isolate()));
test-spaces.cc 130 TestCodeRangeScope(Isolate* isolate, CodeRange* code_range)
142 CodeRange* old_code_range_;
150 CodeRange* code_range,
213 CodeRange* code_range = new CodeRange(isolate);
264 // With CodeRange.
265 CodeRange* code_range = new CodeRange(isolate);
286 // Without CodeRange.
    [all...]
  /external/v8/src/heap/
spaces.cc 75 // CodeRange
78 CodeRange::CodeRange(Isolate* isolate)
86 bool CodeRange::SetUp(size_t requested) {
141 LOG(isolate_, NewEvent("CodeRange", code_range_->address(), requested));
146 int CodeRange::CompareFreeBlockAddress(const FreeBlock* left,
148 // The entire point of CodeRange is that the difference between two
155 bool CodeRange::GetNextAllocationBlock(size_t requested) {
196 Address CodeRange::AllocateRawMemory(const size_t requested_size,
221 bool CodeRange::CommitRawMemory(Address start, size_t length)
    [all...]
spaces.h     [all...]
  /external/v8/src/
isolate.h 45 class CodeRange;
808 CodeRange* code_range() { return code_range_; }
    [all...]
isolate.cc     [all...]

Completed in 395 milliseconds