HomeSort by relevance Sort by last modified time
    Searched refs:trace_ (Results 1 - 24 of 24) sorted by null

  /external/v8/src/base/debug/
stack_trace.cc 19 count = std::min(count, arraysize(trace_));
20 if (count) memcpy(trace_, trace, count * sizeof(trace_[0]));
28 if (count_) return trace_;
stack_trace.h 87 void* trace_[kMaxTraces]; member in class:v8::base::debug::StackTrace
89 // The number of valid frames in |trace_|.
stack_trace_android.cc 73 StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_), kMaxTraces);
85 *os << "#" << std::setw(2) << i << trace_[i] << "\n"; local
stack_trace_win.cc 177 count_ = CaptureStackBackTrace(0, arraysize(trace_), trace_, NULL);
221 count_ < arraysize(trace_)) {
222 trace_[count_++] = reinterpret_cast<void*>(stack_frame.AddrPC.Offset);
225 for (size_t i = count_; i < arraysize(trace_); ++i) trace_[i] = NULL;
236 (*os) << "\t" << trace_[i] << "\n";
242 OutputTraceToStream(trace_, count_, os);
stack_trace_posix.cc 371 count_ = static_cast<size_t>(backtrace(trace_, arraysize(trace_)));
383 ProcessBacktrace(trace_, count_, &handler);
390 ProcessBacktrace(trace_, count_, &handler);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_node_show.h 116 : ShowMultiNode(node), trace_(trace), suffix_(suffix) {}
134 bool has_trace() const { return trace_ != nullptr; }
135 const int32 lineno() const { return trace_->lineno(); }
136 string file() const { return trace_->file(); }
137 string function() const { return trace_->function() + suffix_; }
138 int32 func_start_line() const { return trace_->func_start_line(); }
144 const CallStack::Trace* trace_; member in class:tensorflow::tfprof::CodeNode
tfprof_node.h 51 : trace_(trace), id_to_string_(id_to_string) {}
53 const int32 lineno() const { return trace_->lineno(); }
56 if (!trace_->file().empty()) return trace_->file();
57 return id_to_string_->at(trace_->file_id());
61 if (!trace_->function().empty()) return trace_->function();
62 return id_to_string_->at(trace_->function_id());
64 int32 func_start_line() const { return trace_->func_start_line(); }
67 const CodeDef::Trace* trace_; member in class:tensorflow::tfprof::CallStack::Trace
    [all...]
  /external/perfetto/test/
test_helper.h 57 const std::vector<protos::TracePacket>& trace() { return trace_; }
66 std::vector<protos::TracePacket> trace_; member in class:perfetto::TestHelper
test_helper.cc 69 trace_.push_back(std::move(packet));
  /external/libchrome/base/debug/
stack_trace.cc 199 StackTrace::StackTrace() : StackTrace(arraysize(trace_)) {}
202 count = std::min(count, arraysize(trace_));
204 memcpy(trace_, trace, count * sizeof(trace_[0]));
211 return trace_;
stack_trace.h 116 void* trace_[kMaxTraces]; member in class:base::debug::StackTrace
118 // The number of valid frames in |trace_|.
stack_trace_posix.cc 725 count = std::min(arraysize(trace_), count);
729 count_ = base::saturated_cast<size_t>(backtrace(trace_, count));
741 ProcessBacktrace(trace_, count_, &handler);
748 ProcessBacktrace(trace_, count_, &handler);
  /external/libmojo/base/debug/
stack_trace_android.cc 73 count = std::min(arraysize(trace_), count);
75 StackCrawlState state(reinterpret_cast<uintptr_t*>(trace_), count);
108 uintptr_t address = reinterpret_cast<uintptr_t>(trace_[i]) - 1;
  /art/runtime/gc/
allocation_record.h 160 : byte_count_(count), klass_(klass), trace_(std::move(trace)) {}
163 return trace_.GetDepth();
167 return &trace_;
175 return trace_.GetTid();
190 return trace_.GetStackElement(index);
198 AllocRecordStackTrace trace_; member in class:art::gc::AllocRecord
allocation_record.cc 195 trace_(trace_out) {}
200 if (trace_->GetDepth() >= max_depth_) {
207 trace_->AddStackElement(AllocRecordStackTraceElement(m, GetDexPc()));
214 AllocRecordStackTrace* const trace_; member in class:art::gc::AllocRecordStackVisitor
  /external/freetype/include/freetype/internal/
ftdebug.h 54 #define FT_TRACE_DEF( x ) trace_ ## x ,
  /external/v8/tools/clang/blink_gc_plugin/
CheckTraceVisitor.h 53 clang::CXXMethodDecl* trace_; member in class:CheckTraceVisitor
CheckTraceVisitor.cpp 16 : trace_(trace),
95 if (trace_->getName() == kTraceImplName)
97 if (trace_->getName() == kTraceAfterDispatchImplName)
103 return name == trace_->getName();
360 return !trace_;
  /art/runtime/
java_vm_ext.h 232 const std::string trace_; member in class:art::JavaVMExt
java_vm_ext.cc 462 trace_(runtime_options.GetOrDefault(RuntimeArgumentMap::JniTrace)),
562 if (trace_.empty() && !VLOG_IS_ON(third_party_jni)) {
567 if (!trace_.empty() && class_name.find(trace_) != std::string::npos) {
    [all...]
thread.cc 2591 mirror::ObjectArray<mirror::Object>* trace_ = nullptr; member in class:BuildInternalStackTraceVisitor
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 2975 StringStream trace_; member in class:v8::internal::final
    [all...]
hydrogen.cc     [all...]
  /external/annotation-tools/asmx/test/lib/
jd.xslt-1.5.5.jar 

Completed in 464 milliseconds