Searched defs:hs (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_event.cc115 : hs(self), pLoc(nullptr), thread(self),
116 locationClass(hs.NewHandle<mirror::Class>(nullptr)),
117 exceptionClass(hs.NewHandle<mirror::Class>(nullptr)),
120 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
122 StackHandleScope<3> hs; member in struct:art::JDWP::ModBasket
/art/runtime/
H A Dstack.cc130 HandleScope* hs = reinterpret_cast<HandleScope*>( local
132 return hs->GetReference(0);

Completed in 102 milliseconds