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

  /external/v8/src/snapshot/
serialize.cc 729 if (deserializing_user_code() || space == LO_SPACE) {
763 if (space == LO_SPACE) {
834 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
854 if (space_index == LO_SPACE) {
856 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
858 AllocationResult result = lo_space->AllocateRaw(size, exec);
    [all...]
  /external/v8/src/heap/
heap.h 1084 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]

Completed in 44 milliseconds