Home
last modified time | relevance | path

Searched defs:ro_roots (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfixed-array-inl.h179 void FixedArray::set_undefined(ReadOnlyRoots ro_roots, int index) { in set_undefined()
189 void FixedArray::set_null(ReadOnlyRoots ro_roots, int index) { in set_null()
201 void FixedArray::set_the_hole(ReadOnlyRoots ro_roots, int index) { in set_the_hole()
Dordered-hash-table.cc232 HeapObject OrderedHashSet::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty()
236 HeapObject OrderedHashMap::GetEmpty(ReadOnlyRoots ro_roots) { in GetEmpty()
1474 ReadOnlyRoots ro_roots = GetReadOnlyRoots(); in HasMore() local
Dshared-function-info.cc31 void SharedFunctionInfo::Init(ReadOnlyRoots ro_roots, int unique_id) { in Init()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1874 ReadOnlyRoots ro_roots(roots); in InitializeMap() local