/art/runtime/jdwp/ |
D | jdwp_bits.h | 70 static inline void Set1(uint8_t* buf, uint8_t val) { in Set1() 75 static inline void Set2BE(uint8_t* buf, uint16_t val) { in Set2BE() 81 static inline void Set4BE(uint8_t* buf, uint32_t val) { in Set4BE() 89 static inline void Set8BE(uint8_t* buf, uint64_t val) { in Set8BE()
|
D | jdwp.h | 65 static inline void SetFieldId(uint8_t* buf, FieldId val) { return Set8BE(buf, val); } in SetFieldId() 66 static inline void SetMethodId(uint8_t* buf, MethodId val) { return Set8BE(buf, val); } in SetMethodId() 67 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId() 68 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); } in SetRefTypeId() 69 static inline void SetFrameId(uint8_t* buf, FrameId val) { return Set8BE(buf, val); } in SetFrameId()
|
D | jdwp_expand_buf.cc | 153 static void SetUtf8String(uint8_t* buf, const char* str, size_t strLen) { in SetUtf8String() 179 void expandBufAddLocation(ExpandBuf* buf, const JdwpLocation& location) { in expandBufAddLocation()
|
/art/runtime/base/unix_file/ |
D | random_access_file_test.h | 56 char buf[256]; in ReadString() local 67 char buf[256]; in TestRead() local 159 char buf[256]; in TestWrite() local
|
D | random_access_file_utils.cc | 26 std::vector<char> buf(4096); in CopyFile() local
|
D | fd_file.cc | 138 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() 163 int64_t FdFile::Write(const char* buf, int64_t byte_count, int64_t offset) { in Write() 181 static ssize_t ReadIgnoreOffset(int fd, void *buf, size_t count, off_t offset) { in ReadIgnoreOffset()
|
/art/runtime/ |
D | zip_archive_test.cc | 55 uint8_t buf[kBufSize]; in TEST_F() local
|
D | monitor_android.cc | 30 static void Set4LE(uint8_t* buf, uint32_t val) { in Set4LE()
|
D | trace.cc | 196 static void Append2LE(uint8_t* buf, uint16_t val) { in Append2LE() 202 static void Append4LE(uint8_t* buf, uint32_t val) { in Append4LE() 210 static void Append8LE(uint8_t* buf, uint64_t val) { in Append8LE() 616 static uint64_t ReadBytes(uint8_t* buf, size_t bytes) { in ReadBytes() 624 void Trace::DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source) { in DumpBuf()
|
D | utils.h | 290 void Push32(std::vector<uint8_t, Alloc>* buf, int32_t data) { in Push32()
|
D | jni_internal.cc | 1669 jchar* buf) { in GetStringRegion() 1683 char* buf) { in GetStringUTFRegion() 1988 jboolean* buf) { in GetBooleanArrayRegion() 1994 jbyte* buf) { in GetByteArrayRegion() 1999 jchar* buf) { in GetCharArrayRegion() 2004 jdouble* buf) { in GetDoubleArrayRegion() 2010 jfloat* buf) { in GetFloatArrayRegion() 2016 jint* buf) { in GetIntArrayRegion() 2021 jlong* buf) { in GetLongArrayRegion() 2026 jshort* buf) { in GetShortArrayRegion() [all …]
|
D | check_jni.cc | 1302 static void DebugFree(void* buf, size_t len) { in DebugFree() 1338 uint8_t buf[4]; in CheckHeader() local 1391 const uint8_t* buf = reinterpret_cast<const uint8_t*>(this); in StartRedZone() local 1403 const uint8_t* buf = reinterpret_cast<const uint8_t*>(this); in EndRedZone() local 1504 static jclass DefineClass(JNIEnv* env, const char* name, jobject loader, const jbyte* buf, in DefineClass() 2119 static void GetStringRegion(JNIEnv* env, jstring string, jsize start, jsize len, jchar* buf) { in GetStringRegion() 2133 static void GetStringUTFRegion(JNIEnv* env, jstring string, jsize start, jsize len, char* buf) { in GetStringUTFRegion() 2354 static void* GetDirectBufferAddress(JNIEnv* env, jobject buf) { in GetDirectBufferAddress() 2370 static jlong GetDirectBufferCapacity(JNIEnv* env, jobject buf) { in GetDirectBufferCapacity() 3280 jarray array, jsize start, jsize len, void* buf) { in GetPrimitiveArrayRegion() [all …]
|
D | utils.cc | 140 std::vector<char> buf(8 * KB); in ReadFileToString() local 160 char buf[kBufSize + 1]; // +1 for terminator. in PrintFileToLog() local 971 char buf[16]; // MAX_TASK_COMM_LEN=16 is hard-coded in the kernel. in SetThreadName() local
|
/art/runtime/base/ |
D | stringprintf.cc | 51 char* buf = new char[length]; in StringAppendV() local
|
D | stringpiece.cc | 37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
D | logging.cc | 271 char* buf = nullptr; in LogLineLowStack() local
|
/art/sigchainlib/ |
D | sigchain_dummy.cc | 37 char buf[256]; in log() local
|
D | sigchain.cc | 102 char buf[256]; in log() local
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 298 static char* DecodeRegList(int opcode, int vector, char* buf, size_t buf_size) { in DecodeRegList() 321 static char* DecodeFPCSRegList(int count, int base, char* buf, size_t buf_size) { in DecodeFPCSRegList() 355 std::string buf; in BuildInsnString() local 516 char buf[256]; in DumpResourceMask() local
|
/art/test/070-nio-buffer/src/ |
D | Main.java | 29 ByteBuffer buf = ByteBuffer.allocateDirect(16); in main() local
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 237 static void DecodeRegExtendOrShift(int operand, char *buf, size_t buf_size) { in DecodeRegExtendOrShift() 341 std::string buf; in BuildInsnString() local 547 char buf[256]; in DumpResourceMask() local
|
/art/compiler/ |
D | output_stream_test.cc | 43 uint8_t buf[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9 }; in GenerateTestOutput() local
|
/art/compiler/dex/quick/mips/ |
D | target_mips.cc | 369 std::string buf; in BuildInsnString() local 466 char buf[256]; in DumpResourceMask() local
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 296 std::string buf; in DumpPromotionMap() local 476 static void PushUnpatchedReference(CodeBuffer* buf) { in PushUnpatchedReference() 483 static void AlignBuffer(CodeBuffer* buf, size_t offset) { in AlignBuffer()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 181 uint16_t buf[kBaseLen]; in TEST_F() local
|