Searched refs:immovable (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dfactory.h644 bool immovable = false,
822 inline Handle<Code> NewCodeRaw(int object_size, bool immovable);
H A Dfactory.cc1638 Handle<Code> Factory::NewCodeRaw(int object_size, bool immovable) { argument
1640 isolate()->heap()->AllocateCode(object_size, immovable),
1648 bool immovable,
1667 Handle<Code> code = NewCodeRaw(obj_size, immovable);
1645 NewCode(const CodeDesc& desc, Code::Flags flags, Handle<Object> self_ref, bool immovable, bool crankshafted, int prologue_offset, bool is_debug) argument
/external/v8/src/heap/
H A Dheap.h254 // Heap roots that are known to be immortal immovable, for which we can safely
2129 AllocateCode(int object_size, bool immovable);
H A Dheap.cc3381 AllocationResult Heap::AllocateCode(int object_size, bool immovable) { argument
3387 if (immovable) {
3393 // the containing page is marked as immovable.
4974 // off immortal immovable roots to make sure they end up on the first page,

Completed in 259 milliseconds