Searched defs:addressSpace (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | CompactUnwinder.hpp | 59 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncoding() 77 A &addressSpace, Registers_x86 ®isters) { in stepWithCompactEncodingEBPFrame() 121 A &addressSpace, Registers_x86 ®isters, bool indirectStackSize) { in stepWithCompactEncodingFrameless() 238 void CompactUnwinder_x86<A>::frameUnwind(A &addressSpace, in frameUnwind() 251 A &addressSpace, typename A::pint_t returnAddressLocation, in framelessUnwind() 288 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncoding() 306 A &addressSpace, Registers_x86_64 ®isters) { in stepWithCompactEncodingRBPFrame() 349 compact_unwind_encoding_t encoding, uint64_t functionStart, A &addressSpace, in stepWithCompactEncodingFrameless() 467 void CompactUnwinder_x86_64<A>::frameUnwind(A &addressSpace, in frameUnwind() 479 void CompactUnwinder_x86_64<A>::framelessUnwind(A &addressSpace, in framelessUnwind() [all …]
|
D | DwarfInstructions.hpp | 66 static pint_t getCFA(A &addressSpace, const PrologInfo &prolog, in getCFA() 82 A &addressSpace, const R ®isters, pint_t cfa, in getSavedRegister() 110 A &addressSpace, const R ®isters, pint_t cfa, in getSavedFloatRegister() 133 A &addressSpace, const R ®isters, pint_t cfa, in getSavedVectorRegister() 155 int DwarfInstructions<A, R>::stepWithDwarf(A &addressSpace, pint_t pc, in stepWithDwarf() 217 DwarfInstructions<A, R>::evaluateExpression(pint_t expression, A &addressSpace, in evaluateExpression()
|
D | DwarfParser.hpp | 121 const char *CFI_Parser<A>::decodeFDE(A &addressSpace, pint_t fdeStart, in decodeFDE() 176 bool CFI_Parser<A>::findFDE(A &addressSpace, pint_t pc, pint_t ehSectionStart, in findFDE() 256 const char *CFI_Parser<A>::parseCIE(A &addressSpace, pint_t cie, in parseCIE() 344 bool CFI_Parser<A>::parseFDEInstructions(A &addressSpace, in parseFDEInstructions() 363 bool CFI_Parser<A>::parseInstructions(A &addressSpace, pint_t instructions, in parseInstructions()
|
D | UnwindCursor.hpp | 180 UnwindSectionHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionHeader() 220 UnwindSectionIndexArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionIndexArray() 246 UnwindSectionRegularPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularPageHeader() 271 UnwindSectionRegularArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionRegularArray() 292 UnwindSectionCompressedPageHeader(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedPageHeader() 328 UnwindSectionCompressedArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionCompressedArray() 347 UnwindSectionLsdaArray(A &addressSpace, typename A::pint_t addr) in UnwindSectionLsdaArray()
|