Home
last modified time | relevance | path

Searched refs:new_class_data (Results 1 – 6 of 6) sorted by relevance

/art/openjdkjvmti/
Devents-inl.h213 unsigned char** new_class_data) const { in DispatchClassFileLoadHookEvent() argument
217 DCHECK(*new_class_data == nullptr); in DispatchClassFileLoadHookEvent()
230 new_class_data); in DispatchClassFileLoadHookEvent()
260 *new_class_data = current_class_data; in DispatchClassFileLoadHookEvent()
468 unsigned char** new_class_data) const {
479 new_class_data);
493 unsigned char** new_class_data) const {
504 new_class_data);
Devents.h298 unsigned char** new_class_data) const
/art/test/983-source-transform-verify/
Dsource_transform.cc53 unsigned char** new_class_data ATTRIBUTE_UNUSED) { in CheckDexFileHook()
/art/test/ti-agent/
Dredefinition_helper.cc243 unsigned char** new_class_data) { in CommonClassFileLoadHookRetransformable() argument
252 *new_class_data = new_data; in CommonClassFileLoadHookRetransformable()
/art/test/ti-stress/
Dstress.cc638 unsigned char** new_class_data) { in ClassFileLoadHookSecretNoOp() argument
652 /*out*/ new_class_data_len, /*out*/ new_class_data)) { in ClassFileLoadHookSecretNoOp()
657 *new_class_data = nullptr; in ClassFileLoadHookSecretNoOp()
/art/openjdkjvmti/include/
Djvmti.h737 unsigned char** new_class_data);