Lines Matching full:heap
40 Heap* heap = Isolate::Current()->heap();
41 int index = heap->code_stubs()->FindEntry(GetKey());
43 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
92 Heap* heap = isolate->heap();
105 // Copy the generated code into a heap object.
115 // Update the dictionary and the root in Heap.
118 Handle<NumberDictionary>(heap->code_stubs()),
121 heap->public_set_code_stubs(*dict);
126 ASSERT(!NeedsImmovableCode() || heap->lo_space()->Contains(code));
137 Heap* heap = masm.isolate()->heap();
143 // Try to copy the generated code into a heap object.
150 heap->CreateCode(desc, flags, masm.CodeObject());
159 heap->code_stubs()->AtNumberPut(GetKey(), code);
161 heap->public_set_code_stubs(NumberDictionary::cast(new_object));