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

<<1112131415161718

  /art/runtime/mirror/
class.cc 138 LOG(ERROR) << "Exception: " << self->GetException()->Dump();
    [all...]
  /build/make/tools/
warn.py 114 # numbered by dump order
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 422 // See Module::dump.
423 func (m Module) Dump() {
641 func (v Value) Dump() { C.LLVMDumpValue(v.C) }
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
subr.go 165 // Not a release; dump a stack trace, too.
341 Dump("s1def", s1.Def)
494 Dump("treecopy", n)
    [all...]
fmt.go 116 // %+v multiline recursive debug dump of *Node/Nodes
117 // %+S non-recursive debug dump
    [all...]
typecheck.go 279 Dump("typecheck", n)
    [all...]
order.go 805 Dump("select case", r)
    [all...]
reflect.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
subr.go 165 // Not a release; dump a stack trace, too.
341 Dump("s1def", s1.Def)
494 Dump("treecopy", n)
    [all...]
fmt.go 116 // %+v multiline recursive debug dump of *Node/Nodes
117 // %+S non-recursive debug dump
    [all...]
typecheck.go 279 Dump("typecheck", n)
    [all...]
order.go 805 Dump("select case", r)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go     [all...]
  /art/runtime/gc/
heap.cc 132 // Dump the rosalloc stats on SIGQUIT.
    [all...]
  /build/soong/cc/
library.go 231 // linked Source Abi Dump
  /external/v8/src/heap/
mark-compact.cc     [all...]
  /art/dex2oat/
dex2oat.cc 336 UsageError(" --dump-timing: display a breakdown of where time was spent");
402 UsageError(" --dump-cfg=<cfg-file>: dump control-flow graphs (CFGs) to specified file.");
403 UsageError(" Example: --dump-cfg=output.cfg");
405 UsageError(" --dump-cfg-append: when dumping CFGs to an existing file, append new CFG data to");
408 UsageError(" --dump-cfg.");
527 // If we're on the host, try to dump all threads to get a sense of what's going on. This is
528 // restricted to the host as the dump may itself go bad.
    [all...]
  /art/runtime/
class_linker.cc 212 extra = verify_error->AsThrowable()->Dump();
248 << klass->GetLocation() << "\n" << Thread::Current()->GetException()->Dump();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /external/skia/samplecode/
SampleApp.cpp     [all...]
  /frameworks/native/libs/hwc2on1adapter/
HWC2On1Adapter.cpp 151 case FunctionDescriptor::Dump:
352 void HWC2On1Adapter::dump(uint32_t* outSize, char* outBuffer) { function in class:android::HWC2On1Adapter
384 output << display->dump();
392 if (mHwc1Device->dump) {
393 output << "HWC1 dump:\n";
396 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(),
1511 std::string HWC2On1Adapter::Display::dump() const { function in class:android::HWC2On1Adapter::Display
2085 std::string HWC2On1Adapter::Layer::dump() const { function in class:android::HWC2On1Adapter::Layer
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 339 bool dump = false; local
341 dump = true;
373 if (dump)
377 if (dump)
387 if (dump)
391 if (dump)
409 ALOGE("Failed to map output for dump");
833 if (property_get("widi.compose.dump", propertyVal, NULL) > 0)
2319 void VirtualDevice::dump(Dump& d) function in class:android::intel::VirtualDevice
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.cpp 189 case FunctionDescriptor::Dump:
396 void HWC2On1Adapter::dump(uint32_t* outSize, char* outBuffer) function in class:android::HWC2On1Adapter
429 output << display->dump();
437 if (mHwc1Device->dump) {
438 output << "HWC1 dump:\n";
441 mHwc1Device->dump(mHwc1Device, hwc1Dump.data(),
1615 std::string HWC2On1Adapter::Display::dump() const function in class:android::HWC2On1Adapter::Display
2162 std::string HWC2On1Adapter::Layer::dump() const function in class:android::HWC2On1Adapter::Layer
    [all...]

Completed in 940 milliseconds

<<1112131415161718