Home | History | Annotate | Download | only in src

Lines Matching refs:roots_

21     return type::cast(heap_->roots_[Heap::k##camel_name##RootIndex]);      \
25 bit_cast<type**>(&heap_->roots_[Heap::k##camel_name##RootIndex])); \
32 return String::cast(heap_->roots_[Heap::k##name##RootIndex]); \
36 bit_cast<String**>(&heap_->roots_[Heap::k##name##RootIndex])); \
43 return Symbol::cast(heap_->roots_[Heap::k##name##RootIndex]); \
47 bit_cast<Symbol**>(&heap_->roots_[Heap::k##name##RootIndex])); \
54 return Symbol::cast(heap_->roots_[Heap::k##name##RootIndex]); \
58 bit_cast<Symbol**>(&heap_->roots_[Heap::k##name##RootIndex])); \
66 return Map::cast(heap_->roots_[Heap::k##Name##MapRootIndex]); \
70 bit_cast<Map**>(&heap_->roots_[Heap::k##Name##MapRootIndex])); \
77 return Map::cast(heap_->roots_[Heap::k##Name##Size##MapRootIndex]); \
81 bit_cast<Map**>(&heap_->roots_[Heap::k##Name##Size##MapRootIndex])); \