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

  /external/v8/src/
heap.h 451 // Set the stack limit in the roots_ array. Some architectures generate
1723 Object* roots_[kRootListLength]; member in class:v8::internal::Heap
    [all...]
factory.h 410 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
418 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
heap.cc 176 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength);
    [all...]
heap-inl.h 489 roots_[kLastScriptIdRootIndex] = last_script_id;
  /external/chromium_org/v8/src/
heap.h 505 // Set the stack limit in the roots_ array. Some architectures generate
    [all...]
factory.h 465 &isolate()->heap()->roots_[Heap::k##camel_name##RootIndex])); \
473 &isolate()->heap()->roots_[Heap::k##name##RootIndex])); \
heap.cc 182 memset(roots_, 0, sizeof(roots_[0]) * kRootListLength);
    [all...]
isolate.cc     [all...]

Completed in 68 milliseconds