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

/art/runtime/mirror/
H A Dthrowable.h65 Object* GetStackTrace() SHARED_REQUIRES(Locks::mutator_lock_) {
H A Dthrowable.cc120 Object* stack_trace = GetStackTrace();
/art/runtime/gc/
H A Dallocation_record.h165 const AllocRecordStackTrace* GetStackTrace() const { function in class:art::gc::AllocRecord
/art/runtime/
H A Dtrace.cc69 std::vector<ArtMethod*>* GetStackTrace() const { function in class:art::BuildStackTraceVisitor
225 std::vector<ArtMethod*>* stack_trace = build_trace_visitor.GetStackTrace();
/art/runtime/hprof/
H A Dhprof.cc832 const gc::AllocRecordStackTrace* trace = it->second.GetStackTrace();

Completed in 1338 milliseconds