Home
last modified time | relevance | path

Searched defs:can_suspend (Results 1 – 3 of 3) sorted by relevance

/art/runtime/verifier/
Dreg_type_cache.cc288 bool can_suspend) in RegTypeCache()
/art/runtime/jni/
Djava_vm_ext.cc275 void* FindNativeMethod(Thread* self, ArtMethod* m, std::string* detail, bool can_suspend) in FindNativeMethod()
1168 void* JavaVMExt::FindCodeForNativeMethod(ArtMethod* m, std::string* error_msg, bool can_suspend) { in FindCodeForNativeMethod()
/art/openjdkjvmti/include/
Djvmti.h685 unsigned int can_suspend : 1; member