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

/barrelfish-2018-10-04/lib/cxx/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.hpp438 int stepWithCompactEncoding() { function in class:libunwind::UnwindCursor
444 return stepWithCompactEncoding(dummy);
447 int stepWithCompactEncoding(Registers_x86_64 &) { function in class:libunwind::UnwindCursor
448 return CompactUnwinder_x86_64<A>::stepWithCompactEncoding(
452 int stepWithCompactEncoding(Registers_x86 &) { function in class:libunwind::UnwindCursor
453 return CompactUnwinder_x86<A>::stepWithCompactEncoding(
457 int stepWithCompactEncoding(Registers_ppc &) { function in class:libunwind::UnwindCursor
461 int stepWithCompactEncoding(Registers_arm64 &) { function in class:libunwind::UnwindCursor
462 return CompactUnwinder_arm64<A>::stepWithCompactEncoding(
1272 result = this->stepWithCompactEncoding();
[all...]

Completed in 80 milliseconds