Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtrace-extension.cc61 Address TraceExtension::GetFP(const v8::FunctionCallbackInfo<v8::Value>& args) { in GetFP() function in v8::internal::TraceExtension
99 DoTrace(GetFP(args)); in Trace()
116 DoTraceHideCEntryFPAddress(GetFP(args)); in JSTrace()
Dtrace-extension.h50 static Address GetFP(const v8::FunctionCallbackInfo<v8::Value>& args);
/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/lldb/scripts/Python/interface/
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 pointe…
/external/lldb/examples/python/
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/test/python_api/default-constructor/
Dsb_frame.py13 obj.GetFP()
/external/lldb/source/Plugins/Process/Utility/
DUnwindMacOSXFrameBackchain.cpp110 cursor.fp = reg_ctx->GetFP (0); in GetStackFrameData_i386()
209 cursor.fp = reg_ctx->GetFP (0); in GetStackFrameData_x86_64()
DUnwindLLDB.cpp198 if (reg_ctx_sp->GetFP() == 0) in AddOneMoreFrame()
/external/lldb/include/lldb/API/
DSBFrame.h49 GetFP () const;
/external/lldb/include/lldb/Target/
DRegisterContext.h139 GetFP (uint64_t fail_value = LLDB_INVALID_ADDRESS);
/external/lldb/tools/lldb-perf/lib/
DXcode.cpp85 auto fp = frame.GetFP(); in FetchFrames()
/external/lldb/source/Target/
DThreadPlan.cpp161 addr_t fp = reg_ctx->GetFP(); in WillResume()
DRegisterContext.cpp131 RegisterContext::GetFP(uint64_t fail_value) in GetFP() function in RegisterContext
/external/lldb/source/API/
DSBFrame.cpp568 SBFrame::GetFP () const in GetFP() function in SBFrame
586 addr = frame->GetRegisterContext()->GetFP(); in GetFP()
/external/lldb/www/python_reference/
Dapi-objects.txt2960 lldb.SBFrame.GetFP lldb.SBFrame-class.html#GetFP