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

  /external/v8/src/
heap.h 515 return new_space_.allocation_top_address();
    [all...]
spaces.h 2175 Address* allocation_top_address() { return &allocation_info_.top; } function in class:v8::internal::NewSpace
    [all...]
  /external/v8/test/cctest/
test-heap.cc 892 Address* top_addr = new_space->allocation_top_address();
    [all...]

Completed in 23 milliseconds