Searched refs:trace_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/gc/
H A Dallocation_record.h159 : byte_count_(count), klass_(klass), trace_(std::move(trace)) {}
162 return trace_.GetDepth();
166 return &trace_;
174 return trace_.GetTid();
189 return trace_.GetStackElement(index);
197 AllocRecordStackTrace trace_; member in class:art::gc::AllocRecord
H A Dallocation_record.cc192 trace_(trace_out) {}
197 if (trace_->GetDepth() >= max_depth_) {
204 trace_->AddStackElement(AllocRecordStackTraceElement(m, GetDexPc()));
211 AllocRecordStackTrace* const trace_; member in class:art::gc::AllocRecordStackVisitor
/art/runtime/
H A Djava_vm_ext.cc431 trace_(runtime_options.GetOrDefault(RuntimeArgumentMap::JniTrace)),
490 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) {
495 if (!trace_.empty() && class_name.find(trace_) != std::string::npos) {
H A Djava_vm_ext.h193 const std::string trace_; member in class:art::JavaVMExt
H A Dthread.cc2026 trace_(nullptr),
2055 trace_ = trace.Get();
2066 if (trace_ == nullptr) {
2085 trace_->Set(count_ + 1, m->GetDeclaringClass());
2091 return down_cast<mirror::PointerArray*>(trace_->Get(0));
2095 return trace_;
2106 // class of the ArtMethod pointers. trace_[i+1] contains the declaring class of the ArtMethod of
2108 mirror::ObjectArray<mirror::Object>* trace_; member in class:art::BuildInternalStackTraceVisitor

Completed in 139 milliseconds