Lines Matching refs:JVMTI_ERROR_NONE
42 if (err != JVMTI_ERROR_NONE || all_targets == nullptr) { in VMInitCB()
63 if (err != JVMTI_ERROR_NONE) { in VMInitCB()
78 } else if (jvmti_env->GetThreadInfo(thread, &info_) != JVMTI_ERROR_NONE) { in ScopedThreadInfo()
131 return jvmti_env_->GetClassSignature(class_, &name_, &generic_) == JVMTI_ERROR_NONE && in Init()
194 if (jvmti_env_->GetMethodDeclaringClass(method_, &declaring_class_) != JVMTI_ERROR_NONE) { in Init()
201 if (err == JVMTI_ERROR_NONE) { in Init()
211 (jvmti_env_->GetMethodName(method_, &name_, &signature_, &generic_) == JVMTI_ERROR_NONE); in Init()
355 jvmtiError error = JVMTI_ERROR_NONE; in AgentStart()
369 if (error != JVMTI_ERROR_NONE) { in AgentStart()
376 if (error != JVMTI_ERROR_NONE) { in AgentStart()
392 if (error != JVMTI_ERROR_NONE) { in AgentStart()
403 if (error != JVMTI_ERROR_NONE) { in AgentStart()
411 if (error != JVMTI_ERROR_NONE) { in AgentStart()
428 if (error != JVMTI_ERROR_NONE) { in AgentStart()