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

  /external/v8/src/
serialize.cc 609 Object* new_allocation = maybe_new_allocation->ToObjectUnchecked(); local
610 HeapObject* new_object = HeapObject::cast(new_allocation);
616 Object* new_allocation; local
618 new_allocation =
622 new_allocation =
625 HeapObject* new_object = HeapObject::cast(new_allocation);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp 885 char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement));
886 if (!new_allocation)
889 HardenedSLL new_head = HardenedSLL::create(new_allocation);
892 free_area_ = new_allocation + kAlignedSize;
    [all...]

Completed in 29 milliseconds