/art/runtime/ |
indirect_reference_table.h | 317 void Dump(std::ostream& os) const SHARED_REQUIRES(Locks::mutator_lock_);
|
lock_word.h | 213 void Dump(std::ostream& os) {
|
stack_map.h | 366 void Dump(VariableIndentationOutputStream* vios, const CodeInfo& code_info); 625 void Dump(VariableIndentationOutputStream* vios, 767 void Dump(VariableIndentationOutputStream* vios) const; [all...] |
thread_list.cc | 60 // Whether we should try to dump the native stack of unattached threads. See commit ed8b723 for 134 suspend_all_historam_.PrintConfidenceIntervals(os, 0.99, data); // Dump time to suspend. 138 Dump(os, dump_native_stack); 179 // Dump checkpoint timeout in milliseconds. Larger amount on the target, since the device could be 183 // A closure used by Thread::Dump. 199 thread->Dump(local_os, dump_native_stack_, backtrace_map_.get()); 217 << "Unexpected time out during dump checkpoint."; 228 // Whether we should dump the native stack. 232 void ThreadList::Dump(std::ostream& os, bool dump_native_stack) { 257 // Attempt to rectify locks so that we dump thread list with required locks before exiting [all...] |
/external/chromium-trace/catapult/devil/devil/android/ |
apk_helper.py | 38 aapt_output = aapt.Dump('xmltree', apk_path, 'AndroidManifest.xml')
|
/external/drm_hwcomposer/ |
drmdisplaycomposition.cpp | 504 region.frame.Dump(out); 518 void DrmDisplayComposition::Dump(std::ostringstream *out) const { 553 layer.source_crop.Dump(out); 555 layer.display_frame.Dump(out);
|
drmdisplaycomposition.h | 182 void Dump(std::ostringstream *out) const;
|
drmdisplaycompositor.cpp | 144 void SquashState::Dump(std::ostringstream *out) const { 152 region.rect.Dump(out); [all...] |
/external/skia/samplecode/ |
SamplePictFile.cpp | 133 SkGlyphCache::Dump();
|
/external/skia/src/core/ |
SkResourceCache.h | 160 /** Dump memory usage statistics of every Rec in the cache using the 163 static void DumpMemoryStatistics(SkTraceMemoryDump* dump); 183 static void Dump(); 253 void dump() const;
|
/external/v8/test/cctest/ |
test-utils-arm64.h | 48 // The Dump method generates code to store a snapshot of the register values. 55 void Dump(MacroAssembler* assm); 116 // Indicate whether the dump operation has been completed. 121 // ::Dump method, or a failure in the simulator.
|
/external/vixl/test/ |
test-utils-a64.h | 69 // The Dump method generates code to store a snapshot of the register values. 76 void Dump(MacroAssembler* assm); 141 // Indicate whether the dump operation has been completed. 146 // ::Dump method, or a failure in the simulator.
|
/system/update_engine/ |
omaha_response_handler_action.cc | 130 install_plan_.Dump();
|
/art/runtime/gc/accounting/ |
mod_union_table_test.cc | 239 // Verify that dump doesn't crash. 241 table->Dump(oss); 257 // Verify that the dump still works. 259 table->Dump(oss2);
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer.cc | 88 bool Dump() { 220 // Dump the content of the stack, splicing it into chunks which size is 244 // Dump only the crashing thread. 293 // Dump information about the provided |mapping|. If |identifier| is non-NULL, 394 return writer.Dump();
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
Hwcomposer.cpp | 18 #include <Dump.h> 374 bool Hwcomposer::dump(char *buff, int buff_len, int *cur_len) function in class:android::intel::Hwcomposer 378 Dump d(buff, buff_len); 380 // dump composer status 382 // dump device status 386 device->dump(d); 389 // dump plane manager status 391 mPlaneManager->dump(d); 393 // dump buffer manager status 395 mBufferManager->dump(d) [all...] |
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
Hwcomposer.cpp | 18 #include <common/utils/Dump.h> 363 bool Hwcomposer::dump(char *buff, int buff_len, int * /* cur_len */) function in class:android::intel::Hwcomposer 367 Dump d(buff, buff_len); 369 // dump composer status 371 // dump device status 375 device->dump(d); 378 // dump plane manager status 380 mPlaneManager->dump(d); 382 // dump buffer manager status 384 mBufferManager->dump(d) [all...] |
/art/compiler/optimizing/ |
ssa_liveness_analysis.h | 78 void Dump(std::ostream& stream) const { 135 void Dump(std::ostream& stream) const { 666 void Dump(std::ostream& stream) const { 670 current->Dump(stream); 678 use->Dump(stream); 686 use->Dump(stream); [all...] |
/art/runtime/verifier/ |
reg_type_test.cc | 419 TEST_F(RegTypeReferenceTest, Dump) { 420 // Tests types for proper Dump messages. 433 EXPECT_EQ(expected, unresolved_ref.Dump()); 435 EXPECT_EQ(expected, resolved_ref.Dump()); 437 EXPECT_EQ(expected, resolved_unintialiesd.Dump()); 439 EXPECT_EQ(expected, unresolved_unintialized.Dump()); 441 EXPECT_EQ(expected, unresolved_merged.Dump());
|
method_verifier.h | 199 // Dump the failures encountered by the verifier. 202 // Dump the state of the verifier, namely each instruction, what flags are set on it, register 204 void Dump(std::ostream& os) SHARED_REQUIRES(Locks::mutator_lock_); 205 void Dump(VariableIndentationOutputStream* vios) SHARED_REQUIRES(Locks::mutator_lock_); [all...] |
/external/llvm/tools/llvm-bcanalyzer/ |
llvm-bcanalyzer.cpp | 16 // --dump - Dump low-level bitcode structure in readable format 26 // the bitcode file (-dump option). 51 static cl::opt<bool> Dump("dump", cl::desc("Dump low level bitcode trace")); 62 cl::desc("Emit numeric info in dump even if" 410 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n"; 423 if (Dump) { 456 if (Dump) { [all...] |
/art/runtime/gc/allocator/ |
rosalloc.cc | [all...] |
/art/disassembler/ |
disassembler_mips.cc | 411 size_t DisassemblerMips::Dump(std::ostream& os, const uint8_t* instr_ptr) { 574 void DisassemblerMips::Dump(std::ostream& os, const uint8_t* begin, const uint8_t* end) { 576 Dump(os, cur);
|
/art/oatdump/ |
oatdump.cc | 354 bool Dump(std::ostream& os) { [all...] |
/build/core/ |
dumpvar.mk | 97 # Dump mulitple variables to "<var>=<value>" pairs, one per line. 104 .PHONY: dump-many-vars 105 dump-many-vars :
|