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

/art/runtime/jdwp/
H A Djdwp_event.cc966 bool JdwpState::PostClassPrepare(JdwpTypeTag tag, RefTypeId refTypeId, const std::string& signature, function in class:art::JDWP::JdwpState
/art/runtime/
H A Ddebugger.cc2280 void Dbg::PostClassPrepare(mirror::Class* c) { function in class:art::Dbg
2290 gJdwpState->PostClassPrepare(tag, gRegistry->Add(c), ClassHelper(c).GetDescriptor(), state);

Completed in 2833 milliseconds