Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc103 jvmtiError ret1 = jvmtienv_->GetSourceFileName(class_, &file_); in Init() local
111 ret1 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
112 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc129 jvmtiError ret1 = jvmti_env_->GetSourceFileName(class_, &file_); in Init() local
132 ret1 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
133 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
/art/test/ti-stress/
Dstress.cc176 jvmtiError ret1 = jvmtienv_->GetSourceFileName(class_, &file_); in Init() local
179 ret1 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
180 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc180 jvmtiError ret1 = jvmtienv_->GetSourceFileName(class_, &file_); in Init() local
188 ret1 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
189 ret1 != JVMTI_ERROR_INVALID_CLASS && in Init()