Searched refs:can_suspend (Results 1 – 11 of 11) sorted by relevance
/art/test/993-breakpoints-non-debuggable/ |
D | onload.cc | 47 .can_suspend = 1,
|
/art/openjdkjvmti/ |
D | art_jvmti.h | 277 .can_suspend = 1, 333 .can_suspend = 0,
|
D | OpenjdkJvmTi.cc | 156 ENSURE_HAS_CAP(env, can_suspend); in SuspendThread() 165 ENSURE_HAS_CAP(env, can_suspend); in SuspendThreadList() 171 ENSURE_HAS_CAP(env, can_suspend); in ResumeThread() 180 ENSURE_HAS_CAP(env, can_suspend); in ResumeThreadList() 1089 FUN(can_suspend) \
|
/art/runtime/verifier/ |
D | reg_type_cache.cc | 288 bool can_suspend) in RegTypeCache() argument 295 DCHECK(can_suspend || !can_load_classes) << "Cannot load classes if suspension is disabled!"; in RegTypeCache() 296 if (kIsDebugBuild && can_suspend) { in RegTypeCache()
|
D | reg_type_cache.h | 73 bool can_suspend = true);
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 275 void* FindNativeMethod(Thread* self, ArtMethod* m, std::string* detail, bool can_suspend) in FindNativeMethod() argument 290 if (can_suspend) { in FindNativeMethod() 1168 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend) { in FindCodeForNativeMethod() argument 1175 void* native_method = libraries_->FindNativeMethod(self, m, error_msg, can_suspend); in FindCodeForNativeMethod() 1176 if (native_method == nullptr && can_suspend) { in FindCodeForNativeMethod()
|
D | java_vm_ext.h | 126 void* FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend)
|
/art/test/ti-agent/ |
D | jvmti_helper.cc | 67 .can_suspend = 1,
|
D | suspend_event_helper.cc | 292 caps.can_suspend = 1; in Java_art_SuspendEvents_setupTest()
|
/art/test/ti-stress/ |
D | stress.cc | 799 .can_suspend = 0, in Agent_OnLoad()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 685 unsigned int can_suspend : 1; member
|