Searched refs:roots_ (Results 1 – 4 of 4) sorted by relevance
877 return type::cast(roots_[k##camel_name##RootIndex]); \880 return reinterpret_cast<type*>(roots_[k##camel_name##RootIndex]); \888 return Map::cast(roots_[k##Name##MapRootIndex]); \894 return String::cast(roots_[k##name##RootIndex]); \ in STRUCT_LIST()988 roots_[kCodeStubsRootIndex] = value; in public_set_code_stubs()1000 roots_[kNonMonomorphicCacheRootIndex] = value; in public_set_non_monomorphic_cache()1004 roots_[kEmptyScriptRootIndex] = script; in public_set_empty_script()1011 Object** roots_address() { return roots_; } in roots_address()1300 roots_[k##camel_name##RootIndex] = value; \1345 Object* roots_[kRootListLength]; variable
347 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \355 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
155 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength); in Heap()1733 roots_[entry.index] = Map::cast(obj); in CreateInitialMaps()1834 roots_[entry.index] = Map::cast(obj); in CreateInitialMaps()2019 roots_[kSymbolTableRootIndex] = obj; in CreateInitialObjects()2090 roots_[constant_symbol_table[i].index] = String::cast(obj); in CreateInitialObjects()2275 return Map::cast(roots_[RootIndexForExternalArrayType(array_type)]); in MapForExternalArrayType()4121 roots_[kSymbolTableRootIndex] = new_table; in LookupSymbol()4136 roots_[kSymbolTableRootIndex] = new_table; in LookupAsciiSymbol()4151 roots_[kSymbolTableRootIndex] = new_table; in LookupTwoByteSymbol()4167 roots_[kSymbolTableRootIndex] = new_table; in LookupSymbol()[all …]
470 roots_[kLastScriptIdRootIndex] = last_script_id; in SetLastScriptId()