Searched refs:dump_ (Results 1 – 13 of 13) sorted by relevance
97 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()98 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump()99 VIXL_ASSERT(sizeof(dump_.h_[0]) == kHRegSizeInBytes); in RegisterDump()100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()101 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()102 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()103 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()104 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump()122 return dump_.w_[code]; in wreg()130 return dump_.x_[code]; in xreg()[all …]
667 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
64 return /** @type {Object} */ (jspb.debug.dump_(message));76 jspb.debug.dump_ = function(thing) { function92 return goog.array.map(thing, jspb.debug.dump_);99 mapObject[entry.value[0]] = jspb.debug.dump_(entry.value[1]);118 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val);139 jspb.debug.dump_(extVal);
105 VIXL_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in RegisterDump()122 return dump_.r_[code]; in reg()129 vec128_t content = {dump_.d_[code * 2], dump_.d_[(code * 2) + 1]}; in GetQRegisterBits()137 return dump_.d_[code]; in GetDRegisterBits()159 return dump_.flags_ & NZCVFlag; in flags_nzcv()181 } dump_; variable
45 VIXL_STATIC_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in Dump()46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump()57 __ Mov(dump_base, Operand::From(&dump_)); in Dump()
114 MinidumpException *exception = dump_->GetException(); in CheckPlatformExploitability()177 MinidumpMemoryList *memory_list = dump_->GetMemoryList(); in EndedOnIllegalWrite()188 MinidumpException *exception = dump_->GetException(); in EndedOnIllegalWrite()537 MinidumpLinuxMapsList *linux_maps_list = dump_->GetLinuxMapsList(); in StackPointerOffStack()553 MinidumpLinuxMapsList *linux_maps_list = dump_->GetLinuxMapsList(); in ExecutableStackOrHeap()577 MinidumpLinuxMapsList *linux_maps_list = dump_->GetLinuxMapsList(); in InstructionPointerInCode()
77 MinidumpException *exception = dump_->GetException(); in CheckPlatformExploitability()95 MinidumpMemoryList *memory_list = dump_->GetMemoryList(); in CheckPlatformExploitability()
51 : dump_(dump), in Exploitability()
72 Minidump *dump_; variable
543 #define dump_resource(res) if (res) dump_##res()
270 o replace dump_(brief|full|with_stats) ops with
2078 dump_##ElementType((const ElementType *)body); \
2183 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()