Searched defs:can_suspend (Results 1 – 3 of 3) sorted by relevance
288 bool can_suspend) in RegTypeCache()
275 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()
685 unsigned int can_suspend : 1; member