Home | History | Annotate | Download | only in src

Lines Matching defs:heap

41   Heap* heap = Isolate::Current()->heap();
42 int index = heap->code_stubs()->FindEntry(GetKey());
44 *code_out = Code::cast(heap->code_stubs()->ValueAt(index));
102 Heap* heap = isolate->heap();
122 // Copy the generated code into a heap object.
134 // Update the dictionary and the root in Heap.
137 Handle<UnseededNumberDictionary>(heap->code_stubs()),
140 heap->public_set_code_stubs(*dict);
146 ASSERT(!NeedsImmovableCode() || heap->lo_space()->Contains(code));