Home
last modified time | relevance | path

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

/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.cc184 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
193 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
194 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()