Searched refs:GetFP (Results 1 - 13 of 13) sorted by path

/external/chromium_org/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));
H A Dtrace-extension.h50 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);
/external/lldb/examples/python/
H A Ddiagnose_unwind.py59 initial_fp = cur_thread.GetFrameAtIndex(0).GetFP()
182 this_module = backtrace_print_frame (target, frame_num, frame.GetPC(), frame.GetFP())
183 print_stack_frame (process, frame.GetFP())
/external/lldb/include/lldb/API/
H A DSBFrame.h49 GetFP () const;
/external/lldb/include/lldb/Target/
H A DRegisterContext.h139 GetFP (uint64_t fail_value = LLDB_INVALID_ADDRESS);
/external/lldb/scripts/Python/interface/
H A DSBFrame.i76 GetFP () const;
286 __swig_getmethods__["fp"] = GetFP
287 if _newclass: fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an unsigned integer.''')
/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);
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.cpp198 if (reg_ctx_sp->GetFP() == 0)
H A DUnwindMacOSXFrameBackchain.cpp110 cursor.fp = reg_ctx->GetFP (0);
209 cursor.fp = reg_ctx->GetFP (0);
/external/lldb/source/Target/
H A DRegisterContext.cpp131 RegisterContext::GetFP(uint64_t fail_value) function in class:RegisterContext
H A DThreadPlan.cpp161 addr_t fp = reg_ctx->GetFP();
/external/lldb/test/python_api/default-constructor/
H A Dsb_frame.py13 obj.GetFP()
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp85 auto fp = frame.GetFP();

Completed in 2119 milliseconds