HomeSort by relevance Sort by last modified time
    Searched full:caller_frame (Results 1 - 13 of 13) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 86 uhwptr *caller_frame = (uhwptr*)frame[0]; local
87 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
88 !IsAligned((uptr)caller_frame, sizeof(uhwptr)))
90 uhwptr pc1 = caller_frame[2];
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 52 #define CALLER_FRAME 112
54 #define STACK_FRAME (ABIGAP + SAVE_AREA + CALLER_FRAME)
56 #define CCR_SAVE (CALLER_FRAME)
  /art/runtime/mirror/
emulated_stack_frame.h 42 const ShadowFrame& caller_frame,
emulated_stack_frame.cc 146 const ShadowFrame& caller_frame,
186 ShadowFrameGetter getter(caller_frame, operands);
  /external/python/cpython2/Lib/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /external/python/cpython3/Lib/
bdb.py 222 caller_frame = self.frame_returning.f_back
223 if caller_frame and not caller_frame.f_trace:
224 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/gdb/linux-x86/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
bdb.py 199 caller_frame = self.frame_returning.f_back
200 if caller_frame and not caller_frame.f_trace:
201 caller_frame.f_trace = self.trace_dispatch
  /art/runtime/interpreter/
unstarted_runtime_test.cc 979 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); local
997 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); local
    [all...]
interpreter_common.cc 513 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame,
    [all...]
  /art/runtime/
method_handles.cc 310 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame,
319 uint32_t src_value = caller_frame.GetVReg(src_reg);
320 ObjPtr<mirror::Object> o = caller_frame.GetVRegReference<kVerifyNone>(src_reg);
336 const ShadowFrame& caller_frame,
350 ShadowFrameGetter getter(caller_frame, operands);
    [all...]

Completed in 534 milliseconds