/art/runtime/base/ |
D | hex_dump.h | 32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
|
D | bit_vector.cc | 417 void BitVector::DumpDot(FILE* file, const char* prefix, bool last_entry) const { in DumpDot() argument 423 void BitVector::DumpIndicesDot(FILE* file, const char* prefix, bool last_entry) const { in DumpIndicesDot() argument 429 void BitVector::DumpIndicesHelper(const char* prefix, std::ostringstream& buffer) const { in DumpIndicesHelper() argument 442 void BitVector::DumpHelper(const char* prefix, std::ostringstream& buffer) const { in DumpHelper() argument
|
/art/test/005-annotations/src/android/test/anno/ |
D | TestAnnotations.java | 14 static private void printAnnotationArray(String prefix, Annotation[] arr) { in printAnnotationArray()
|
/art/compiler/dex/ |
D | pass_driver_me.h | 132 std::string prefix = GetDumpCFGFolder(); in RunPass() local
|
/art/runtime/ |
D | entrypoints_order_test.cc | 48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
|
D | utils.cc | 973 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith() 1065 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, in DumpNativeStack() 1123 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
/art/compiler/optimizing/ |
D | liveness_test.cc | 33 const char* prefix) { in DumpBitVector()
|
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 326 #define EXT_0F_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 333 #define EXT_0F_R8_FORM_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 338 #define EXT_0F_REX_W_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 343 #define EXT_0F_ENCODING2_MAP(opname, prefix, opcode, opcode2, reg_def) \ argument
|
D | target_x86.cc | 397 void X86Mir2Lir::DumpResourceMask(LIR *x86LIR, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 287 void MipsMir2Lir::DumpResourceMask(LIR *mips_lir, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 491 void ArmMir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()
|
/art/disassembler/ |
D | disassembler_x86.cc | 159 uint8_t prefix[4] = {0, 0, 0, 0}; in DumpInstruction() local
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 520 void Arm64Mir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()
|