HomeSort by relevance Sort by last modified time
    Searched refs:GetFP (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/processor/
stackwalker_selftest_sol.s 102 ENTRY(GetFP)
108 SET_SIZE(GetFP)
stackwalker_selftest.cc 256 // GetFP returns the current value of the %fp register. Because it's
257 // implemented as a function, %fp itself contains GetFP's frame pointer
263 static uint32_t GetFP() __attribute__((noinline));
264 static uint32_t GetFP() {
301 extern uint32_t GetFP();
340 context.g_r[30] = GetFP();

Completed in 413 milliseconds