Home
last modified time | relevance | path

Searched refs:AllocStackTrace (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dtrace.h229 static std::vector<ArtMethod*>* AllocStackTrace();
Dtrace.cc111 std::vector<ArtMethod*>* Trace::AllocStackTrace() { in AllocStackTrace() function in art::Trace
207 std::vector<ArtMethod*>* const stack_trace = Trace::AllocStackTrace(); in GetSample()