HomeSort by relevance Sort by last modified time
    Searched refs:Dump (Results 201 - 225 of 436) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/compiler/optimizing/
register_allocator.cc 179 interval->Dump(message);
  /art/runtime/base/
bit_vector.h 272 void Dump(std::ostream& os, const char* prefix) const;
278 * @brief Dump the bitvector into buffer in a 00101..01 format.
279 * @param buffer the ostringstream used to dump the bitvector into.
  /art/runtime/gc/accounting/
space_bitmap.cc 103 std::string SpaceBitmap<kAlignment>::Dump() const {
  /art/runtime/gc/
reference_queue.cc 103 void ReferenceQueue::Dump(std::ostream& os) const {
  /art/runtime/gc/space/
bump_pointer_space.cc 85 void BumpPointerSpace::Dump(std::ostream& os) const {
large_object_space.h 179 void Dump(std::ostream& os) const REQUIRES(!lock_);
large_object_space_test.cc 107 // Test that dump doesn't crash.
109 los->Dump(oss);
space.h 82 // Dump space. Also key method for C++ vtables.
83 virtual void Dump(std::ostream& os) const;
  /art/runtime/
indirect_reference_table.h 279 void Dump(std::ostream& os) const REQUIRES_SHARED(Locks::mutator_lock_);
java_vm_ext.cc 218 void Dump(std::ostream& os) const NO_THREAD_SAFETY_ANALYSIS {
522 // TODO: is this useful given that we're about to dump the calling thread's stack?
527 self->Dump(os);
784 globals_.Dump(os);
788 weak_globals_.Dump(os);
    [all...]
lock_word.h 255 void Dump(std::ostream& os) {
thread_list.h 60 void Dump(std::ostream& os, bool dump_native_stack = true)
  /art/runtime/verifier/
reg_type_cache.h 146 void Dump(std::ostream& os) REQUIRES_SHARED(Locks::mutator_lock_);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyBios.c 382 Private->Dump[0] = 'D';
383 Private->Dump[1] = 'U';
384 Private->Dump[2] = 'M';
385 Private->Dump[3] = 'P';
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 137 if (!driver) // force dump to be linked in so it can be called from debugger
138 driver->Dump();
  /external/skia/src/core/
SkGlyphCache.h 111 void dump() const;
141 static void Dump();
143 /** Dump memory usage statistics of all the attaches caches in the process using the
146 static void DumpMemoryStatistics(SkTraceMemoryDump* dump);
  /external/vixl/test/aarch32/
test-utils-aarch32.cc 36 void RegisterDump::Dump(MacroAssembler* masm) {
44 // Check that the the dump registers can be used
59 // Dump all core registers. Note that the stack pointer and temporary
79 // Dump the flags.
83 // We need a new pointer to dump_ in order to dump the temporary registers and
92 // Dump tmp, dump_base and the stack pointer.
  /frameworks/native/cmds/dumpstate/
dumpstate.h 127 void Dump(int fd, const std::string& prefix) const;
388 /* dump Dalvik and native stack traces, return the trace file location (NULL if none) */
  /hardware/intel/img/hwcomposer/merrifield/common/buffers/
BufferManager.cpp 107 void BufferManager::dump(Dump& d) function in class:android::intel::BufferManager
  /hardware/intel/img/hwcomposer/merrifield/common/planes/
DisplayPlaneManager.cpp 323 void DisplayPlaneManager::dump(Dump& d) function in class:android::intel::DisplayPlaneManager
  /hardware/intel/img/hwcomposer/merrifield/include/
VirtualDevice.h 201 virtual void dump(Dump& d);
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
BufferManager.cpp 107 void BufferManager::dump(Dump& d) function in class:android::intel::BufferManager
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/planes/
DisplayPlaneManager.cpp 323 void DisplayPlaneManager::dump(Dump& d) function in class:android::intel::DisplayPlaneManager
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_session.h 66 static void Dump(hwc_composer_device_1 *device, char *buffer, int length);
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_session.h 95 static void Dump(hwc2_device_t *device, uint32_t *out_size, char *out_buffer);

Completed in 1120 milliseconds

1 2 3 4 5 6 7 891011>>