Searched refs:trace_ (Results 1 – 3 of 3) sorted by relevance
371 trace_(runtime_options.GetOrDefault(RuntimeArgumentMap::JniTrace)), in JavaVMExt()430 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) { in ShouldTrace()435 if (!trace_.empty() && class_name.find(trace_) != std::string::npos) { in ShouldTrace()
159 const std::string trace_; variable
1683 trace_(nullptr), in BuildInternalStackTraceVisitor()1690 trace_ = cl->AllocPointerArray(self_, depth * 2); in Init()1691 if (trace_ == nullptr) { in Init()1703 if (trace_ != nullptr) { in ~BuildInternalStackTraceVisitor()1709 if (trace_ == nullptr) { in VisitFrame()1720 trace_->SetElementPtrSize<kTransactionActive>( in VisitFrame()1722 trace_->SetElementPtrSize<kTransactionActive>( in VisitFrame()1723 trace_->GetLength() / 2 + count_, m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc(), in VisitFrame()1730 return trace_; in GetInternalStackTrace()1740 mirror::PointerArray* trace_; member in art::BuildInternalStackTraceVisitor