Home
last modified time | relevance | path

Searched defs:GetHandles (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dhandle_cache.h32 VariableSizedHandleScope* GetHandles() { return handles_; } in GetHandles() function
/art/test/2000-virtual-list-structural/src/
DMain.java29 public static void GetHandles() throws Throwable { in GetHandles() method in Main