Searched refs:roots_ (Results 1 – 7 of 7) sorted by relevance
30 std::map<StackFrame, int>* nodes = &roots_; in Insert()102 size_t maps_size = roots_.size() * sizeof(std::pair<StackFrame, int>); in EstimateTraceMemoryOverhead()
70 std::map<StackFrame, int> roots_; variable
51 type* Heap::name() { return type::cast(roots_[k##camel_name##RootIndex]); }56 Map* Heap::name##_map() { return Map::cast(roots_[k##Name##MapRootIndex]); }61 String* Heap::name() { return String::cast(roots_[k##name##RootIndex]); } in STRUCT_LIST()66 Symbol* Heap::name() { return Symbol::cast(roots_[k##name##RootIndex]); }71 Symbol* Heap::name() { return Symbol::cast(roots_[k##name##RootIndex]); }83 roots_[k##camel_name##RootIndex] = value; \
1156 Object* root(RootListIndex index) { return roots_[index]; }1158 return Handle<Object>(&roots_[index]); in root_handle()1162 Object** roots_array_start() { return roots_; } in roots_array_start()1166 roots_[kCodeStubsRootIndex] = value; in SetRootCodeStubs()1171 roots_[kNonMonomorphicCacheRootIndex] = value; in SetRootNonMonomorphicCache()1175 roots_[kMaterializedObjectsRootIndex] = objects; in SetRootMaterializedObjects()1179 roots_[kScriptListRootIndex] = value; in SetRootScriptList()1183 roots_[kStringTableRootIndex] = value; in SetRootStringTable()1187 roots_[kNoScriptSharedFunctionInfosRootIndex] = value; in SetRootNoScriptSharedFunctionInfos()1280 return reinterpret_cast<Address*>(&roots_[kStoreBufferTopRootIndex]); in store_buffer_top_address()[all …]
180 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength); in Heap()2344 roots_[entry.index] = map; in CreateInitialMaps()2383 roots_[entry.index] = map; in CreateInitialMaps()2685 roots_[constant_string_table[i].index] = *str; in CreateInitialObjects()2721 roots_[k##name##RootIndex] = *symbol; \ in CreateInitialObjects()2733 roots_[k##name##RootIndex] = *name; in CreateInitialObjects()2742 roots_[k##name##RootIndex] = *name; in CreateInitialObjects()2961 return Map::cast(roots_[RootIndexForFixedTypedArray(array_type)]); in MapForFixedTypedArray()3000 roots_[RootIndexForEmptyFixedTypedArray(map->elements_kind())]); in EmptyFixedTypedArrayForMap()4564 v->VisitPointer(reinterpret_cast<Object**>(&roots_[kStringTableRootIndex])); in IterateWeakRoots()[all …]
590 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \598 &isolate()->heap()->roots_[Heap::k##Name##MapRootIndex])); \606 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \614 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \622 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
2228 CHECK_EQ(static_cast<int>(OFFSET_OF(Isolate, heap_.roots_)), in Init()