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

  /art/runtime/
common_dex_operations.h 139 mirror::Object* fake_root = nullptr; local
141 field_type == Primitive::kPrimNot ? value.GetGCRoot() : &fake_root));
  /art/runtime/interpreter/
interpreter_common.cc 337 mirror::Object* fake_root = nullptr; local
339 field_type == Primitive::kPrimNot ? field_value.GetGCRoot() : &fake_root));
    [all...]

Completed in 90 milliseconds