HomeSort by relevance Sort by last modified time
    Searched refs:SignedType (Results 1 - 6 of 6) sorted by null

  /system/core/libunwindstack/
DwarfCfa.cpp 72 SignedType signed_offset =
73 static_cast<SignedType>(offset) * fde_->cie->data_alignment_factor;
139 string += " " + std::to_string(static_cast<SignedType>(value));
438 SignedType value = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor;
445 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor;
460 SignedType offset = static_cast<SignedType>(operands_[0]) * fde_->cie->data_alignment_factor;
468 SignedType offset = static_cast<SignedType>(operands_[1]) * fde_->cie->data_alignment_factor
    [all...]
DwarfOp.cpp 227 SignedType signed_value = static_cast<SignedType>(stack_[0]);
249 SignedType signed_divisor = static_cast<SignedType>(top);
250 SignedType signed_dividend = static_cast<SignedType>(stack_[0]);
282 SignedType signed_value = static_cast<SignedType>(stack_[0]);
330 SignedType signed_value = static_cast<SignedType>(stack_[0]) >> top
    [all...]
DwarfMemory.cpp 37 template <typename SignedType>
39 SignedType signed_value;
40 if (!ReadBytes(&signed_value, sizeof(SignedType))) {
DwarfCfa.h 66 typedef typename std::make_signed<AddressType>::type SignedType;
DwarfOp.h 48 typedef typename std::make_signed<AddressType>::type SignedType;
    [all...]
  /system/core/libunwindstack/include/unwindstack/
DwarfMemory.h 34 template <typename SignedType>

Completed in 271 milliseconds