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

  /external/v8/src/
heap.h 213 // Set the stack limit in the roots_ array. Some architectures generate
987 static Object* roots_[kRootListLength]; member in class:v8::internal::Heap
    [all...]
factory.h 320 &Heap::roots_[Heap::k##camel_name##RootIndex])); \
328 &Heap::roots_[Heap::k##name##RootIndex])); \
heap.cc 54 Object* Heap::roots_[Heap::kRootListLength]; member in class:v8::internal::Heap
    [all...]
heap-inl.h 290 roots_[kLastScriptIdRootIndex] = last_script_id;

Completed in 17 milliseconds