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

  /external/v8/src/snapshot/
deserializer.cc 322 if (deserializing_user_code() || space == LO_SPACE) {
359 if (space == LO_SPACE) {
429 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
448 if (space_index == LO_SPACE) {
450 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
452 AllocationResult result = lo_space->AllocateRaw(size, exec);
604 CASE_STATEMENT(where, how, within, LO_SPACE) \
    [all...]
  /external/v8/src/heap/
heap.h 1025 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]

Completed in 117 milliseconds