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

  /external/v8/src/
objects-debug.cc 31 HeapObject::VerifyHeapPointer(p);
203 void HeapObject::VerifyHeapPointer(Object* p) {
235 VerifyHeapPointer(constant_pool());
267 VerifyHeapPointer(properties());
268 VerifyHeapPointer(elements());
338 VerifyHeapPointer(prototype());
339 VerifyHeapPointer(instance_descriptors());
369 VerifyHeapPointer(default_cache());
370 VerifyHeapPointer(normal_type_cache());
378 VerifyHeapPointer(cache())
    [all...]
objects.h     [all...]

Completed in 109 milliseconds