Home
last modified time | relevance | path

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

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