Home
last modified time | relevance | path

Searched defs:buf_size (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/unix_file/
Drandom_access_file_test.h84 const int buf_size = content.size() + 10; in TestReadContent() local
/art/compiler/dex/quick/arm/
Dtarget_arm.cc297 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/
Dtrace.cc492 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/
Dtarget_arm64.cc235 static void DecodeRegExtendOrShift(int operand, char *buf, size_t buf_size) { in DecodeRegExtendOrShift()