Searched refs:IsInlined (Results 1 - 17 of 17) sorted by relevance

/external/lldb/test/python_api/default-constructor/
H A Dsb_block.py9 obj.IsInlined()
H A Dsb_frame.py22 obj.IsInlined()
/external/lldb/scripts/Python/interface/
H A DSBFrame.i35 func='%s [inlined]' % funcs[i] if frame.IsInlined() else funcs[i],
37 args=get_args_as_string(frame, showFuncName=False) if not frame.IsInlined() else '()')
117 /// See also IsInlined().
126 ") IsInlined;
128 IsInlined();
307 __swig_getmethods__["is_inlined"] = IsInlined
308 if _newclass: is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that indicates if the block frame is an inlined function.''')
H A DSBBlock.i27 ) IsInlined;
29 IsInlined () const;
/external/lldb/include/lldb/API/
H A DSBBlock.h34 IsInlined () const;
H A DSBFrame.h87 /// See also IsInlined().
95 IsInlined();
/external/lldb/examples/python/
H A Ddiagnose_unwind.py181 if not frame.IsInlined():
220 if not frame.IsInlined():
247 if not frame.IsInlined():
/external/lldb/test/python_api/frame/inlines/
H A DTestInlinedFrame.py2 Testlldb Python SBFrame APIs IsInlined() and GetFunctionName().
19 """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName()."""
26 """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName()."""
40 """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName()."""
74 if frame0.IsInlined():
/external/lldb/source/API/
H A DSBBlock.cpp64 SBBlock::IsInlined () const function in class:SBBlock
187 if (IsInlined())
H A DSBFrame.cpp1435 SBFrame::IsInlined() function in class:SBFrame
1458 log->Printf ("SBFrame::IsInlined () => error: could not reconstruct frame object for this SBFrame.");
1464 log->Printf ("SBFrame::IsInlined () => error: process is running");
/external/lldb/include/lldb/Target/
H A DStackFrame.h130 IsInlined ();
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp74 if (immediate_return_from_sp && immediate_return_from_sp->IsInlined())
H A DStackFrameList.cpp111 if (!m_frames[0]->IsInlined())
H A DStackFrame.cpp1225 StackFrame::IsInlined () function in class:StackFrame
/external/lldb/test/
H A Dlldbutil.py682 func='%s [inlined]' % funcs[i] if frame.IsInlined() else funcs[i],
684 args=get_args_as_string(frame, showFuncName=False) if not frame.IsInlined() else '()')
/external/chromium_org/v8/src/
H A Dliveedit.cc1125 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) { function in class:v8::internal::Differencer
1165 IsInlined(function, shared_info_)) {
1537 if (function->shared() == *shared || IsInlined(*function, *shared)) {
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1408 if (frame_sp->IsInlined())

Completed in 1857 milliseconds