Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2115 MUST_USE_RESULT AllocationResult AllocatePropertyCell();
Dheap.cc2508 AllocationResult Heap::AllocatePropertyCell() { in AllocatePropertyCell() function in v8::internal::Heap
/external/v8/src/
Dfactory.cc1191 isolate()->heap()->AllocatePropertyCell(), in NewPropertyCell()