/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 | 339 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/runtime/ |
D | utils.cc | 937 bool StartsWith(const std::string& s, const char* prefix) { in StartsWith() 1028 static inline void WritePrefix(std::ostream* os, const char* prefix, bool odd) { in WritePrefix() 1038 static bool RunCommand(std::string cmd, std::ostream* os, const char* prefix) { in RunCommand() 1086 const char* prefix) { in Addr2line() 1093 void DumpNativeStack(std::ostream& os, pid_t tid, const char* prefix, in DumpNativeStack() 1176 void DumpKernelStack(std::ostream& os, pid_t tid, const char* prefix, bool include_count) { in DumpKernelStack()
|
D | entrypoints_order_test.cc | 48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
|
D | stack_map.cc | 204 const std::string& prefix = "v", in DumpRegisterMapping()
|
/art/compiler/dex/ |
D | pass_driver_me.h | 146 std::string prefix = GetDumpCFGFolder(); in RunPass() local
|
/art/disassembler/ |
D | disassembler_x86.cc | 162 uint8_t* prefix, bool load, RegFile src_reg_file, in DumpAddress() 249 uint8_t prefix[4] = {0, 0, 0, 0}; in DumpInstruction() local
|
/art/compiler/optimizing/ |
D | liveness_test.cc | 37 const char* prefix) { in DumpBitVector()
|
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 338 #define EXT_0F_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 345 #define EXT_0F_R8_FORM_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 350 #define EXT_0F_REX_W_ENCODING_MAP(opname, prefix, opcode, reg_def) \ argument 355 #define EXT_0F_ENCODING2_MAP(opname, prefix, opcode, opcode2, reg_def) \ argument
|
D | target_x86.cc | 422 void X86Mir2Lir::DumpResourceMask(LIR *x86LIR, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
|
/art/tools/ |
D | checker.py | 542 def __init__(self, prefix, checkStream, fileName=None): argument 550 def _extractLine(self, prefix, line): argument
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 546 void Arm64Mir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 465 void MipsMir2Lir::DumpResourceMask(LIR *mips_lir, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 515 void ArmMir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()
|