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

  /external/v8/src/heap/
spaces-inl.h 111 HeapObject* next_obj = FromCurrentPage(); local
112 if (next_obj != NULL) return next_obj;
  /external/v8/src/arm64/
builtins-arm64.cc 488 Register next_obj = obj_size; // May overlap. local
490 __ Allocate(obj_size, new_obj, next_obj, x11, &rt_call, SIZE_IN_WORDS);
538 __ Sub(end_of_pre_allocated, next_obj,
553 __ InitializeFieldsWithFiller(write_address, next_obj, filler);
570 __ InitializeFieldsWithFiller(write_address, next_obj, filler);
    [all...]

Completed in 3150 milliseconds