Home
last modified time | relevance | path

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

/external/vixl/test/
Dtest-utils-a64.h60 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
61 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump()
62 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()
63 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()
64 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
65 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
66 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump()
84 return dump_.w_[code]; in wreg()
92 return dump_.x_[code]; in xreg()
98 return dump_.s_[code]; in sreg_bits()
[all …]
Dtest-utils-a64.cc382 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
/external/v8/test/cctest/
Dtest-utils-arm64.h63 return dump_.w_[code]; in wreg()
71 return dump_.x_[code]; in xreg()
77 return dump_.s_[code]; in sreg_bits()
86 return dump_.d_[code]; in dreg_bits()
96 return dump_.sp_; in spreg()
101 return dump_.wsp_; in wspreg()
107 DCHECK((dump_.flags_ & ~Flags_mask) == 0); in flags_nzcv()
108 return dump_.flags_ & Flags_mask; in flags_nzcv()
125 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]); in RegAliasesMatch()
131 return ((dump_.sp_ & kWRegMask) == dump_.wsp_); in SPRegAliasesMatch()
[all …]
Dtest-utils-arm64.cc351 __ Mov(dump_base, reinterpret_cast<uint64_t>(&dump_)); in Dump()
/external/google-breakpad/src/processor/
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.h63 Minidump *dump_; variable
/external/libnl/
DChangeLog270 o replace dump_(brief|full|with_stats) ops with
/external/libdrm/tests/modetest/
Dmodetest.c1601 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()