/art/runtime/jit/ |
jit.cc | 128 code_cache_->Dump(os); 129 cumulative_timings_.Dump(os);
|
jit_code_cache.h | 188 void Dump(std::ostream& os) REQUIRES(!lock_);
|
/art/runtime/verifier/ |
register_line.cc | 137 std::string RegisterLine::Dump(MethodVerifier* verifier) const { 141 result += GetRegisterType(verifier, i).Dump();
|
register_line.h | 142 std::string Dump(MethodVerifier* verifier) const SHARED_REQUIRES(Locks::mutator_lock_);
|
method_verifier.cc | 58 // On VLOG(verifier), should we dump the whole state when we run into a hard failure? 381 false /* verify to dump */, 444 verifier.Dump(std::cout); 486 // Only dump and return if no hard failures. Otherwise the verifier may be not fully initialized 492 verifier->Dump(vios); [all...] |
/art/runtime/ |
well_known_classes.cc | 185 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n'; 202 LOG(INTERNAL_FATAL) << soa.Self()->GetException()->Dump() << '\n';
|
indirect_reference_table_test.cc | 31 irt->Dump(oss);
|
runtime.cc | 142 // If a signal isn't handled properly, enable a handler that attempts to dump the Java stack. 329 void Dump(std::ostream& os) const { 363 self->Dump(os); 366 os << "Pending exception " << exception->Dump(); 384 thread_list->Dump(os); 417 // libpthread, which means the stacks we dump would be useless. Calling 546 // If a debug host build, disable ptrace restriction for debugging and test timeout thread dump. [all...] |
thread.cc | 602 self->Dump(LOG(INFO)); 773 LOG(ERROR) << self->GetException()->Dump(); 797 self->Dump(LOG(INFO)); [all...] |
/external/regex-re2/re2/testing/ |
tester.cc | 14 DEFINE_bool(dump_prog, false, "dump regexp program"); 16 DEFINE_bool(dump_rprog, false, "dump reversed regexp program"); 200 << prog_->Dump(); 212 LOG(INFO) << rprog_->Dump();
|
/external/skia/src/animator/ |
SkDisplayType.cpp | 118 CASE_NEW(Dump); 272 CASE_GET_INFO(Dump); 438 { "dump", SkType_Dump INIT_BOOL_FIELDS },
|
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 52 import com.android.internal.util.DumpUtils.Dump; 1056 protected void dump(final FileDescriptor fd, PrintWriter pw, final String[] args) { method in class:DreamService [all...] |
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/ |
Android.mk | 47 ../../common/utils/Dump.cpp
|
/art/runtime/base/ |
bit_vector.cc | 329 void BitVector::Dump(std::ostream& os, const char *prefix) const {
|
/art/runtime/gc/accounting/ |
space_bitmap.cc | 92 std::string SpaceBitmap<kAlignment>::Dump() const {
|
/art/runtime/gc/space/ |
bump_pointer_space.cc | 85 void BumpPointerSpace::Dump(std::ostream& os) const {
|
malloc_space.cc | 221 void MallocSpace::Dump(std::ostream& os) const {
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
typeannotation_test.py | 176 i, sub_type.tokens, record.Dump()))
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
minidump_writer.cc | 120 // Maximum stack size to dump for any extra thread (in bytes). 168 bool Dump() { 680 // dump it to a MD_LINUX_DSO_DEBUG stream. 742 // Iterate over DSOs and write their information to mini dump [all...] |
/external/regex-re2/re2/ |
regexp.h | 94 // Keep in sync with string list kOpcodeNames[] in testing/dump.cc 403 string Dump();
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
PhysicalDevice.cpp | 485 void PhysicalDevice::dump(Dump& d) function in class:android::intel::PhysicalDevice 507 // dump layer list 509 mLayerList->dump(d);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/ |
PhysicalDevice.cpp | 472 void PhysicalDevice::dump(Dump& d) function in class:android::intel::PhysicalDevice 493 // dump layer list 495 mLayerList->dump(d);
|
/system/update_engine/payload_generator/ |
extent_ranges.cc | 212 void ExtentRanges::Dump() const { 213 LOG(INFO) << "ExtentRanges Dump. blocks: " << blocks_;
|
extent_ranges_unittest.cc | 155 ranges.Dump();
|
/system/extras/simpleperf/ |
record.cpp | 126 void SampleId::Dump(size_t indent) const { 176 void Record::Dump(size_t indent) const { 180 sample_id.Dump(indent + 1);
|