Home
last modified time | relevance | path

Searched refs:ret2 (Results 1 – 5 of 5) 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/runtime/gc/collector/
Dmark_compact-inl.h55 auto ret2 = super_class_after_class_hash_map_.try_emplace( in UpdateClassAfterObjectMap() local
57 DCHECK(ret2.second); in UpdateClassAfterObjectMap()
/art/test/ti-stress/
Dstress.cc176 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
180 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
181 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc182 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init() local
191 ret2 != JVMTI_ERROR_MUST_POSSESS_CAPABILITY && in Init()
192 ret2 != JVMTI_ERROR_INVALID_CLASS; in Init()