Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc112 debug_ext_(nullptr) {} in ScopedClassInfo()
119 jvmti_env_->Deallocate(reinterpret_cast<unsigned char*>(debug_ext_)); in ~ScopedClassInfo()
130 jvmtiError ret2 = jvmti_env_->GetSourceDebugExtension(class_, &debug_ext_); in Init()
150 if (debug_ext_ == nullptr) { in GetSourceDebugExtension()
153 return debug_ext_; in GetSourceDebugExtension()
170 char* debug_ext_; member in breakpoint_logger::ScopedClassInfo
/art/tools/jvmti-agents/ti-alloc-sample/
Dti_alloc_sample.cc93 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(debug_ext_)); in ~ScopedClassInfo()
104 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init()
131 if (debug_ext_ == nullptr) { in GetSourceDebugExtension()
134 return debug_ext_; in GetSourceDebugExtension()
151 char* debug_ext_ = nullptr; member in tifast::__anon9d4dc8ac0111::ScopedClassInfo
/art/test/ti-stress/
Dstress.cc161 debug_ext_(nullptr) {} in ScopedClassInfo()
167 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(debug_ext_)); in ~ScopedClassInfo()
177 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init()
193 if (debug_ext_ == nullptr) { in GetSourceDebugExtension()
196 return debug_ext_; in GetSourceDebugExtension()
212 char* debug_ext_; member in art::ScopedClassInfo
/art/tools/jvmti-agents/ti-fast/
Dtifast.cc170 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(debug_ext_)); in ~ScopedClassInfo()
181 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init()
208 if (debug_ext_ == nullptr) { in GetSourceDebugExtension()
211 return debug_ext_; in GetSourceDebugExtension()
228 char* debug_ext_ = nullptr; member in tifast::__anon4fd488430111::ScopedClassInfo