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

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

Completed in 154 milliseconds