Searched refs:CallerPC (Results 1 – 1 of 1) sorted by relevance
43 inline SymbolizedStack *getCallerLocation(uptr CallerPC) { in getCallerLocation() argument44 CHECK(CallerPC); in getCallerLocation()45 uptr PC = StackTrace::GetPreviousInstructionPc(CallerPC); in getCallerLocation()