Home
last modified time | relevance | path

Searched refs:LinearAllocationScope (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dheap-inl.h718 LinearAllocationScope::LinearAllocationScope() { in LinearAllocationScope() function
723 LinearAllocationScope::~LinearAllocationScope() { in ~LinearAllocationScope()
Dheap.h2057 friend class LinearAllocationScope; variable
2108 class LinearAllocationScope {
2110 inline LinearAllocationScope();
2111 inline ~LinearAllocationScope();
Dserialize.cc672 LinearAllocationScope allocate_linearly; in Deserialize()
704 LinearAllocationScope allocate_linearly; in DeserializePartial()
/external/v8/test/cctest/
Dtest-serialize.cc576 LinearAllocationScope linear_allocation_scope; in TEST()