Home
last modified time | relevance | path

Searched refs:AllocatePropertyCell (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap.h1817 MUST_USE_RESULT AllocationResult AllocatePropertyCell();
Dheap.cc2656 AllocationResult Heap::AllocatePropertyCell() { in AllocatePropertyCell() function in v8::internal::Heap
/external/chromium_org/v8/src/
Dfactory.cc921 isolate()->heap()->AllocatePropertyCell(), in NewPropertyCellWithHole()