Home
last modified time | relevance | path

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

/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A 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
/aosp12/art/tools/jvmti-agents/ti-alloc-sample/
H A 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::__anonc8d85c180110::ScopedClassInfo
/aosp12/art/test/ti-stress/
H A 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
/aosp12/art/tools/jvmti-agents/ti-fast/
H A 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::__anonf32e062f0110::ScopedClassInfo