Home
last modified time | relevance | path

Searched defs:prefix (Results 1 – 15 of 15) sorted by relevance

/art/runtime/base/
Dhex_dump.h32 HexDump(const void* address, size_t byte_count, bool show_actual_addresses, const char* prefix) in HexDump()
Dbit_vector.cc339 void BitVector::DumpHelper(const char* prefix, std::ostringstream& buffer) const { in DumpHelper() argument
/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java14 static private void printAnnotationArray(String prefix, Annotation[] arr) { in printAnnotationArray()
/art/runtime/
Dutils.cc937 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()
Dentrypoints_order_test.cc48 #define EXPECT_OFFSET_DIFFP(type, prefix, first_field, second_field, diff) \ argument
Dstack_map.cc204 const std::string& prefix = "v", in DumpRegisterMapping()
/art/compiler/dex/
Dpass_driver_me.h146 std::string prefix = GetDumpCFGFolder(); in RunPass() local
/art/disassembler/
Ddisassembler_x86.cc162 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/
Dliveness_test.cc37 const char* prefix) { in DumpBitVector()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc338 #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
Dtarget_x86.cc422 void X86Mir2Lir::DumpResourceMask(LIR *x86LIR, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
/art/tools/
Dchecker.py542 def __init__(self, prefix, checkStream, fileName=None): argument
550 def _extractLine(self, prefix, line): argument
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc546 void Arm64Mir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()
/art/compiler/dex/quick/mips/
Dtarget_mips.cc465 void MipsMir2Lir::DumpResourceMask(LIR *mips_lir, const ResourceMask& mask, const char *prefix) { in DumpResourceMask()
/art/compiler/dex/quick/arm/
Dtarget_arm.cc515 void ArmMir2Lir::DumpResourceMask(LIR* arm_lir, const ResourceMask& mask, const char* prefix) { in DumpResourceMask()