Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp81 for (const auto& frame : *info) { in Unwind()
82 frames->push_back(frame.pc); in Unwind()
/bionic/libc/malloc_debug/
DUnwindBacktrace.cpp80 for (const auto& frame : *frame_info) { in Unwind()
81 frames->push_back(frame.pc); in Unwind()
DPointerData.cpp588 for (const auto& frame : *info.backtrace_info) { in DumpLiveToFile()
590 if (frame.map_info != nullptr && !frame.map_info->name.empty()) { in DumpLiveToFile()
591 fprintf(fp, "\"%s\"", frame.map_info->name.c_str()); in DumpLiveToFile()
595 fprintf(fp, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
596 if (frame.function_name.empty()) { in DumpLiveToFile()
599 …fprintf(fp, " \"%s\" %" PRIx64 "}", demangle(frame.function_name.c_str()).c_str(), frame.function_… in DumpLiveToFile()
DREADME.md569 In this example, the first backtrace frame has a pc of 0xa2a0 and is in the
572 The second backtrace frame has a pc of 0xb510 and is in the map named
/bionic/libc/kernel/uapi/drm/
Ddrm_sarea.h51 struct drm_sarea_frame frame; member
/bionic/tools/versioner/src/
DAndroid.bp30 "-fno-omit-frame-pointer",
/bionic/libc/private/
Dbionic_asm_mips.h172 .frame $sp, fsize, $ra; \
186 .frame $sp, fsize, retpc; \
/bionic/libc/kernel/uapi/linux/
Dserial.h88 int frame, overrun, parity, brk; member
Dsynclink.h183 __u32 frame, parity, overrun, brk; member
Dcdrom.h73 __u8 frame; member
/bionic/libc/arch-mips64/bionic/
Dsyscall.S39 PTR_SUBU $sp, FRAMESZ # allocate stack frame
D__bionic_clone.S46 PTR_SUBU $sp, FRAMESZ # allocate stack frame
Dsetjmp.S204 PTR_SUBU $sp, FRAMESZ # allocate stack frame
/bionic/libc/arch-x86/bionic/
Dsyscall.S36 # Load all the arguments from the calling frame.
/bionic/libc/kernel/uapi/sound/
Dhdspm.h80 enum hdspm_ltc_frame frame; member
/bionic/libc/arch-mips/bionic/
Dsetjmp.S204 PTR_SUBU $sp, FRAMESZ # allocate stack frame