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 278 if (deserializing_user_code() || space == LO_SPACE) {
311 if (space == LO_SPACE) {
378 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
397 if (space_index == LO_SPACE) {
399 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
401 AllocationResult result = lo_space->AllocateRaw(size, exec);
550 CASE_STATEMENT(where, how, within, LO_SPACE) \
    [all...]
  /external/v8/src/heap/
heap.h 931 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]

Completed in 80 milliseconds