Searched refs:uncached (Results 1 - 3 of 3) sorted by path

/system/core/include/backtrace/
H A DBacktraceMap.h44 // If uncached is true, then parse the current process map as of the call.
45 // Passing a map created with uncached set to true to Backtrace::Create()
47 static BacktraceMap* Create(pid_t pid, bool uncached = false);
/system/core/libbacktrace/
H A DBacktraceMap.cpp140 BacktraceMap* BacktraceMap::Create(pid_t pid, bool uncached) { argument
H A DUnwindMap.cpp133 BacktraceMap* BacktraceMap::Create(pid_t pid, bool uncached) { argument
136 if (uncached) {

Completed in 108 milliseconds