Home
last modified time | relevance | path

Searched refs:ret2 (Results 1 – 4 of 4) sorted by relevance

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc104 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
113 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
114 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc130 jvmtiError ret2 = jvmti_env_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
134 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
135 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/test/ti-stress/
Dstress.cc177 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
181 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
182 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc181 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
190 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
191 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()