Searched defs:ClassPrepare (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/include/ | ||
H A D | runtime_notification.h | 81 virtual void ClassPrepare([[maybe_unused]] Class *klass) {} in ClassPrepare() function in ark::RuntimeListener |
/arkcompiler/runtime_core/static_core/runtime/include/tooling/ | ||
H A D | debug_interface.h | 284 virtual void ClassPrepare(PtThread /* thread */, BaseClass * /* klass */) {} in ClassPrepare() function in ark::tooling::PtHooks 400 virtual void ClassPrepare(PtThread /* thread */, PtClass /* klass */) {} in ClassPrepare() function in ark::tooling::PtHooks |
/arkcompiler/runtime_core/static_core/runtime/tooling/ | ||
H A D | debugger.cpp | 582 void Debugger::ClassPrepare(Class *klass) in ClassPrepare() function in ark::tooling::Debugger |
Completed in 4 milliseconds