Home
last modified time | relevance | path

Searched defs:root_index (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Daddress-map.cc18 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); in RootIndexMap() local
Dobjects-debug.cc1259 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); in CanLeak() local
/external/v8/src/snapshot/
Dserialize.cc1201 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id); in ReadData() local
1674 int root_index = root_index_map_.Lookup(obj); in SerializeObject() local
1712 void Serializer::PutRoot(int root_index, in PutRoot()
1770 int root_index = root_index_map_.Lookup(obj); in SerializeObject() local
2032 int root_index = serializer_->root_index_map()->Lookup(current_contents); in VisitPointers() local
2364 int root_index = root_index_map_.Lookup(obj); in SerializeObject() local
/external/ImageMagick/MagickCore/
Dnt-base.c1091 static int NTLocateGhostscript(DWORD flags,int *root_index, in NTLocateGhostscript()
1203 root_index=0; in NTGhostscriptGetString() local
/external/v8/src/compiler/
Dcode-generator.cc271 int root_index = map.Lookup(*object); in IsMaterializableFromRoot() local
Dchange-lowering.cc450 int root_index = root_index_map.Lookup(*input); in ComputeWriteBarrierKind() local
/external/v8/src/heap/
Dheap.cc2898 bool Heap::RootCanBeWrittenAfterInitialization(Heap::RootListIndex root_index) { in RootCanBeWrittenAfterInitialization()
2932 bool Heap::RootCanBeTreatedAsConstant(RootListIndex root_index) { in RootCanBeTreatedAsConstant()
4409 bool Heap::RootIsImmortalImmovable(int root_index) { in RootIsImmortalImmovable()
/external/v8/test/cctest/heap/
Dtest-heap.cc5897 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); in TEST() local