Searched defs:AssertNoAllocation (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dheap-inl.h761 AssertNoAllocation::AssertNoAllocation() { function in class:v8::internal::AssertNoAllocation
766 AssertNoAllocation::~AssertNoAllocation() {
782 AssertNoAllocation::AssertNoAllocation() { } function in class:v8::internal::AssertNoAllocation
783 AssertNoAllocation::~AssertNoAllocation() { }
H A Dheap.h2365 // { AssertNoAllocation nogc;
2368 class AssertNoAllocation { class in namespace:v8::internal
2370 inline AssertNoAllocation();
2371 inline ~AssertNoAllocation();
2706 AssertNoAllocation no_alloc; // i.e. no gc allowed.
H A Dobjects-inl.h1751 WriteBarrierMode HeapObject::GetWriteBarrierMode(const AssertNoAllocation&) { argument
4636 AssertNoAllocation no_gc;

Completed in 87 milliseconds