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

  /external/e2fsprogs/e2fsck/
rehash.c 554 struct ext2_dx_root_info *root_info; local
562 root_info = set_root_node(fs, outdir->buf, ino, parent);
563 root_offset = limit_offset = ((char *) root_info - outdir->buf) +
564 root_info->info_length;
584 root_info->indirect_levels = 1;
  /art/runtime/
debugger.cc 344 void DebugInvokeReq::VisitRoots(RootCallback* callback, void* arg, const RootInfo& root_info) {
346 callback(&receiver, arg, root_info);
349 callback(&thread, arg, root_info);
352 callback(reinterpret_cast<mirror::Object**>(&klass), arg, root_info); local
355 callback(reinterpret_cast<mirror::Object**>(&method), arg, root_info); local
367 void SingleStepControl::VisitRoots(RootCallback* callback, void* arg, const RootInfo& root_info) {
369 callback(reinterpret_cast<mirror::Object**>(&method), arg, root_info); local
    [all...]

Completed in 83 milliseconds