Searched refs:exprPtr (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dwarf_op.h | 86 void OpDerefSize(AddressType& exprPtr) in OpDerefSize() argument 91 memory_->ReadU8(exprPtr, &operand, true); in OpDerefSize() 146 inline void OpPick(AddressType& exprPtr) in OpPick() argument 149 memory_->ReadU8(exprPtr, ®, true); in OpPick() 250 inline void OpPlusULEBConst(AddressType& exprPtr) in OpPlusULEBConst() argument 252 stack_[0] += memory_->ReadUleb128(exprPtr); in OpPlusULEBConst() 280 inline void OpSkip(AddressType& exprPtr) in OpSkip() argument 283 memory_->ReadS16(exprPtr, &offset, true); in OpSkip() 284 exprPtr = static_cast<AddressType>(exprPtr in OpSkip() 288 OpBra(AddressType& exprPtr) OpBra() argument 353 OpRegx(AddressType& exprPtr, DfxRegs& regs) OpRegx() argument 364 OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) OpBReg() argument 377 OpBRegx(AddressType& exprPtr, DfxRegs& regs) OpBRegx() argument [all...] |
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dwarf_test.cpp | 199 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(exprData.data()); in Test04() local 202 memory->SetBuffer(exprPtr, exprData); in Test04() 203 printf("Test04 exprPtr:%" PRIxPTR " valuePtr:%" PRIxPTR "\n", exprPtr, valuePtr); in Test04() 207 OpDerefSize(exprPtr); in Test04() 215 exprPtr = exprPtr + sizeof(uint8_t); in Test04() 217 OpDerefSize(exprPtr); in Test04() 225 exprPtr = exprPtr in Test04() 417 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(exprData.data()); Test09() local 455 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(exprData.data()); Test10() local 842 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 874 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 913 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 947 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 981 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 1017 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 1049 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 1079 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 1112 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local 1146 uintptr_t exprPtr = reinterpret_cast<uintptr_t>(opcodes.data()); HWTEST_F() local [all...] |
Completed in 3 milliseconds