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

  /external/v8/test/cctest/
trace-extension.h 51 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);
trace-extension.cc 77 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) {
121 DoTrace(GetFP(args));
143 DoTraceHideCEntryFPAddress(GetFP(args));
  /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 287 milliseconds