Searched defs:buf_size (Results 1 – 4 of 4) sorted by relevance
/art/runtime/base/unix_file/ |
D | random_access_file_test.h | 84 const int buf_size = content.size() + 10; in TestReadContent() local
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 297 static char* DecodeRegList(int opcode, int vector, char* buf, size_t buf_size) { in DecodeRegList() 320 static char* DecodeFPCSRegList(int count, int base, char* buf, size_t buf_size) { in DecodeFPCSRegList()
|
/art/runtime/ |
D | trace.cc | 492 static void DumpBuf(uint8_t* buf, size_t buf_size, TraceClockSource clock_source) in DumpBuf() 688 void Trace::GetVisitedMethods(size_t buf_size, in GetVisitedMethods()
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 235 static void DecodeRegExtendOrShift(int operand, char *buf, size_t buf_size) { in DecodeRegExtendOrShift()
|