HomeSort by relevance Sort by last modified time
    Searched refs:root_index (Results 1 - 9 of 9) sorted by null

  /external/v8/src/
address-map.cc 18 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); local
19 Object* root = isolate->heap()->root(root_index);
23 isolate->heap()->RootCanBeTreatedAsConstant(root_index)) {
objects-debug.cc 1259 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); local
    [all...]
  /external/v8/src/snapshot/
serialize.cc 1201 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(id); local
1674 int root_index = root_index_map_.Lookup(obj); local
1770 int root_index = root_index_map_.Lookup(obj); local
2032 int root_index = serializer_->root_index_map()->Lookup(current_contents); local
2364 int root_index = root_index_map_.Lookup(obj); local
    [all...]
  /external/v8/src/compiler/
change-lowering.cc 450 int root_index = root_index_map.Lookup(*input); local
451 if (root_index != RootIndexMap::kInvalidRootIndex &&
452 isolate->heap()->RootIsImmortalImmovable(root_index)) {
code-generator.cc 271 int root_index = map.Lookup(*object); local
272 if (root_index != RootIndexMap::kInvalidRootIndex) {
273 *index_return = static_cast<Heap::RootListIndex>(root_index);
  /external/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/v8/include/
v8.h 7558 int root_index; local
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 5897 Heap::RootListIndex root_index = static_cast<Heap::RootListIndex>(i); local
    [all...]

Completed in 79 milliseconds