Searched defs:GetFP (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/processor/
H A Dstackwalker_selftest_sol.s102 ENTRY(GetFP) function
108 SET_SIZE(GetFP)
H A Dstackwalker_selftest.cc256 // 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() { function
301 extern uint32_t GetFP();
340 context.g_r[30] = GetFP();
/external/v8/test/cctest/
H A Dtrace-extension.cc61 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:v8::internal::TraceExtension
99 DoTrace(GetFP(args));
116 DoTraceHideCEntryFPAddress(GetFP(args));
/external/lldb/source/Target/
H A DRegisterContext.cpp131 RegisterContext::GetFP(uint64_t fail_value) function in class:RegisterContext
/external/lldb/source/API/
H A DSBFrame.cpp568 SBFrame::GetFP () const function in class:SBFrame
586 addr = frame->GetRegisterContext()->GetFP();
591 log->Printf ("SBFrame::GetFP () => error: could not reconstruct frame object for this SBFrame.");
597 log->Printf ("SBFrame::GetFP () => error: process is running");
602 log->Printf ("SBFrame(%p)::GetFP () => 0x%" PRIx64, frame, addr);

Completed in 169 milliseconds