Home | History | Annotate | Download | only in src

Lines Matching refs:heap_

1639     : heap_(Isolate::Current()->heap()),
1805 heap_->IterateRoots(&enumerator, VISIT_ALL);
1894 obj, entry, heap_->Proto_symbol(), js_obj->GetPrototype());
1902 heap_->prototype_symbol(), proto_or_map,
1908 heap_->prototype_symbol(), js_fun->prototype());
1979 if (map->prototype_transitions() != heap_->empty_fixed_array()) {
2327 heap_->IterateRoots(&extractor, VISIT_ONLY_STRONG);
2329 heap_->IterateRoots(&extractor, VISIT_ALL);
2565 obj != heap_->raw_unchecked_empty_byte_array() &&
2566 obj != heap_->raw_unchecked_empty_fixed_array() &&
2567 obj != heap_->raw_unchecked_empty_descriptor_array()) {