Home
last modified time | relevance | path

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

/art/tools/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/test/ti-stress/
Dstress.cc157 debug_ext_(nullptr) {} in ScopedClassInfo()
164 jvmtienv_->Deallocate(reinterpret_cast<unsigned char*>(debug_ext_)); in ~ScopedClassInfo()
175 jvmtiError ret2 = jvmtienv_->GetSourceDebugExtension(class_, &debug_ext_); in Init()
194 if (debug_ext_ == nullptr) { in GetSourceDebugExtension()
197 return debug_ext_; in GetSourceDebugExtension()
214 char* debug_ext_; member in art::ScopedClassInfo