Lines Matching refs:Heap
173 return Heap::undefined_value(); // Make compiler happy. in BUILTIN()
178 return Heap::undefined_value(); in BUILTIN()
192 Object* obj = Heap::AllocateJSObject(constructor); in BUILTIN()
206 Object* obj = Heap::AllocateFixedArrayWithHoles(len); in BUILTIN()
226 Object* obj = Heap::AllocateFixedArrayWithHoles(len->value()); in BUILTIN()
264 Object* obj = Heap::AllocateFixedArrayWithHoles(capacity); in BUILTIN()
293 Object* undefined = Heap::undefined_value(); in BUILTIN()
337 if (len == 0) return Heap::undefined_value(); in BUILTIN()
356 elms->set(len - 1, Heap::the_hole_value()); in BUILTIN()
390 Object* obj = Heap::AllocateFixedArrayWithHoles(capacity); in BUILTIN()
500 Object* result = Heap::AllocateJSObject(array_function); in BUILTIN()
504 result = Heap::AllocateFixedArrayWithHoles(result_len); in BUILTIN()
546 return Heap::undefined_value(); in BUILTIN()
578 Object* result = Heap::AllocateJSObject(array_function); in BUILTIN()
582 result = Heap::AllocateFixedArrayWithHoles(actualDeleteCount); in BUILTIN()
621 elms->set(k - 1, Heap::the_hole_value()); in BUILTIN()
634 Object* obj = Heap::AllocateFixedArrayWithHoles(capacity); in BUILTIN()
692 for (; holder != Heap::null_value(); holder = holder->GetPrototype()) { in TypeCheck()
697 if (holder == Heap::null_value()) return holder; in TypeCheck()
710 for (; current != Heap::null_value(); current = current->GetPrototype()) { in TypeCheck()
716 if (current == Heap::null_value()) *arg = Heap::undefined_value(); in TypeCheck()
786 result = Heap::undefined_value(); in HandleApiCallHelper()
869 result = Heap::undefined_value(); in BUILTIN()
935 result = Heap::undefined_value(); in HandleApiCallAsFunctionOrConstructor()
1264 code = Heap::CreateCode(desc, NULL, flags, masm.CodeObject()); in Setup()