Searched refs:_root (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dreference_table.cc238 void Reset(GcRoot<mirror::Object>& _root) { argument
239 root = _root;
/art/tools/
H A Dcpplint.py362 _root = None variable
1163 if _root:
1164 file_path_from_root = re.sub('^' + _root + os.sep, '', file_path_from_root)
4054 global _root
4055 _root = val

Completed in 85 milliseconds