Home
last modified time | relevance | path

Searched refs:GetFP (Results 1 – 4 of 4) sorted by relevance

/external/google-breakpad/src/processor/
Dstackwalker_selftest.cc263 static uint32_t GetFP() __attribute__((noinline));
264 static uint32_t GetFP() { in GetFP() function
301 extern uint32_t GetFP();
340 context.g_r[30] = GetFP(); in CountCallerFrames()
Dstackwalker_selftest_sol.s102 ENTRY(GetFP)
108 SET_SIZE(GetFP)
/external/v8/test/cctest/
Dtrace-extension.cc77 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetFP() function in v8::internal::TraceExtension
121 DoTrace(GetFP(args)); in Trace()
143 DoTraceHideCEntryFPAddress(GetFP(args)); in JSTrace()
Dtrace-extension.h51 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);