Home | History | Annotate | Download | only in src

Lines Matching full:heap

34 #include "heap.h"
58 // objects in the JS heap, as well as is the data structure which represents
156 // Mask out the low bit that marks this as a heap object. We'll use this
236 // Based on Heap::ScavengeObject() but only does forwarding of pointers
240 if (!Heap::InNewSpace(object)) return;
243 ASSERT(Heap::InFromSpace(heap_obj));
245 // We use the first word (where the map pointer usually is) of a heap
276 inline static MaybeObject* Capture() { return HEAP->undefined_value(); }
283 return HEAP->undefined_value();
286 return HEAP->undefined_value();
291 return HEAP->undefined_value();
295 inline static Object* GetObj(int obj_id) { return HEAP->undefined_value(); }
297 return HEAP->undefined_value();
305 return HEAP->undefined_value();
311 return HEAP->undefined_value();
313 inline static Object* PrintObj(int obj_id) { return HEAP->undefined_value(); }