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