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

  /external/vixl/test/
test-utils-a64.h 60 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes);
61 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes);
62 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes);
63 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes);
64 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes);
65 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes);
66 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes);
84 return dump_.w_[code];
92 return dump_.x_[code];
98 return dump_.s_[code]
    [all...]
test-utils-a64.cc 369 // Offsets into the dump_ structure.
382 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_));
439 // Don't lose the dump_ address.
  /external/v8/test/cctest/
test-utils-arm64.h 63 return dump_.w_[code];
71 return dump_.x_[code];
77 return dump_.s_[code];
86 return dump_.d_[code];
96 return dump_.sp_;
101 return static_cast<int32_t>(dump_.wsp_);
107 CHECK((dump_.flags_ & ~Flags_mask) == 0);
108 return dump_.flags_ & Flags_mask;
125 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code])
    [all...]
test-utils-arm64.cc 339 // Offsets into the dump_ structure.
351 __ Mov(dump_base, reinterpret_cast<uint64_t>(&dump_));
401 // Don't lose the dump_ address.
  /external/google-breakpad/src/google_breakpad/processor/
exploitability.h 63 Minidump *dump_; member in class:google_breakpad::Exploitability
  /external/google-breakpad/src/processor/
exploitability.cc 51 : dump_(dump),
exploitability_win.cc 77 MinidumpException *exception = dump_->GetException();
95 MinidumpMemoryList *memory_list = dump_->GetMemoryList();
  /external/webrtc/talk/session/media/
planarfunctions_unittest.cc 68 PlanarFunctionsTest() : dump_(false), repeat_(1) {
73 dump_ = FLAG_planarfunctions_dump;
485 bool dump_; member in class:cricket::PlanarFunctionsTest
532 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); }
579 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); }
624 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); }
671 if (dump_) { DumpYuvImage(y_output_pointer, kWidth, kHeight); }
714 if (dump_) { \
    [all...]
yuvscaler_unittest.cc 91 dump_ = *rtc::FlagList::Lookup("yuvscaler_dump")->bool_variable();
161 if (dump_) {
187 bool dump_; member in class:YuvScalerTest
203 if (dump_) DumpPlanarYuvTestImage("TestCopy", obuf, ow, oh);
227 if (dump_) DumpPlanarYuvTestImage("TestOffsetCopy16_9", obuf, ow, oh);
  /external/libdrm/tests/modetest/
modetest.c     [all...]

Completed in 3362 milliseconds