Home
last modified time | relevance | path

Searched refs:dump_ (Results 1 – 13 of 13) sorted by relevance

/external/vixl/test/aarch64/
Dtest-utils-aarch64.h97 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 …]
Dtest-utils-aarch64.cc667 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
/external/cronet/third_party/protobuf/js/
Ddebug.js64 return /** @type {Object} */ (jspb.debug.dump_(message));
76 jspb.debug.dump_ = function(thing) { function
92 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);
/external/vixl/test/aarch32/
Dtest-utils-aarch32.h105 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
Dtest-utils-aarch32.cc45 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()
/external/google-breakpad/src/processor/
Dexploitability_linux.cc114 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()
Dexploitability_win.cc77 MinidumpException *exception = dump_->GetException(); in CheckPlatformExploitability()
95 MinidumpMemoryList *memory_list = dump_->GetMemoryList(); in CheckPlatformExploitability()
Dexploitability.cc51 : dump_(dump), in Exploitability()
/external/google-breakpad/src/google_breakpad/processor/
Dexploitability.h72 Minidump *dump_; variable
/external/igt-gpu-tools/tests/
Dtestdisplay.c543 #define dump_resource(res) if (res) dump_##res()
/external/libnl/
DChangeLog270 o replace dump_(brief|full|with_stats) ops with
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2078 dump_##ElementType((const ElementType *)body); \
/external/libdrm/tests/modetest/
Dmodetest.c2183 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()