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

  /external/v8/test/cctest/
trace-extension.h 50 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);
trace-extension.cc 61 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) {
99 DoTrace(GetFP(args));
116 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();
  /external/lldb/test/python_api/default-constructor/
sb_frame.py 13 obj.GetFP()
  /external/lldb/scripts/Python/interface/
SBFrame.i 76 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/examples/python/
diagnose_unwind.py 59 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/
SBFrame.h 49 GetFP () const;
  /external/lldb/include/lldb/Target/
RegisterContext.h 139 GetFP (uint64_t fail_value = LLDB_INVALID_ADDRESS);
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.cpp 110 cursor.fp = reg_ctx->GetFP (0);
209 cursor.fp = reg_ctx->GetFP (0);
UnwindLLDB.cpp 198 if (reg_ctx_sp->GetFP() == 0)
  /external/lldb/source/Target/
ThreadPlan.cpp 161 addr_t fp = reg_ctx->GetFP();
RegisterContext.cpp 131 RegisterContext::GetFP(uint64_t fail_value)
  /external/lldb/tools/lldb-perf/lib/
Xcode.cpp 85 auto fp = frame.GetFP();
  /external/lldb/source/API/
SBFrame.cpp 568 SBFrame::GetFP () const
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);
    [all...]

Completed in 302 milliseconds