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

  /external/v8/tools/clang/blink_gc_plugin/
CheckGCRootsVisitor.h 24 Errors& gc_roots();
CheckGCRootsVisitor.cpp 10 CheckGCRootsVisitor::Errors& CheckGCRootsVisitor::gc_roots() { function in class:CheckGCRootsVisitor
BlinkGCPluginConsumer.cpp 227 reporter_.ClassContainsGCRoots(info, visitor.gc_roots());
  /external/v8/src/profiler/
heap-snapshot-generator.h 161 HeapEntry* gc_roots() { return &entries_[gc_roots_index_]; } function in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc     [all...]
  /art/runtime/jit/
jit_code_cache.cc 312 GcRoot<mirror::Object>* gc_roots = reinterpret_cast<GcRoot<mirror::Object>*>(roots_data); local
325 gc_roots[i] = GcRoot<mirror::Object>(object);
    [all...]

Completed in 199 milliseconds