Searched defs:stepWithCompactEncoding (Results 1 - 2 of 2) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DCompactUnwinder.hpp36 static int stepWithCompactEncoding(compact_unwind_encoding_t info,
57 int CompactUnwinder_x86<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_x86
266 static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
286 int CompactUnwinder_x86_64<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_x86_64
496 static int stepWithCompactEncoding(compact_unwind_encoding_t compactEncoding,
513 int CompactUnwinder_arm64<A>::stepWithCompactEncoding( function in class:libunwind::CompactUnwinder_arm64
H A DUnwindCursor.hpp459 int stepWithCompactEncoding() { function in class:libunwind::UnwindCursor
465 return stepWithCompactEncoding(dummy);
468 int stepWithCompactEncoding(Registers_x86_64 &) { function in class:libunwind::UnwindCursor
469 return CompactUnwinder_x86_64<A>::stepWithCompactEncoding(
473 int stepWithCompactEncoding(Registers_x86 &) { function in class:libunwind::UnwindCursor
474 return CompactUnwinder_x86<A>::stepWithCompactEncoding(
478 int stepWithCompactEncoding(Registers_ppc &) { function in class:libunwind::UnwindCursor
482 int stepWithCompactEncoding(Registers_arm64 &) { function in class:libunwind::UnwindCursor
483 return CompactUnwinder_arm64<A>::stepWithCompactEncoding(
1280 result = this->stepWithCompactEncoding();
[all...]

Completed in 238 milliseconds