Home
last modified time | relevance | path

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

/art/compiler/
Doat_writer.h231 method_info_.insert(method_info_.end(), infos.begin(), infos.end()); in AddMethodDebugInfos()
235 return ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetMethodDebugInfo()
341 dchecked_vector<debug::MethodDebugInfo> method_info_; variable
Dcompiled_method.cc116 method_info_(driver->GetCompiledMethodStorage()->DeduplicateMethodInfo(method_info)), in CompiledMethod()
159 storage->ReleaseMethodInfo(method_info_); in ~CompiledMethod()
Dcompiled_method.h431 return GetArray(method_info_); in GetMethodInfo()
454 const LengthPrefixedArray<uint8_t>* const method_info_; variable
Doat_writer.cc896 writer_->method_info_.push_back(info); in VisitMethod()