| /art/compiler/utils/ |
| D | assembler_test.h | 63 std::string RepeatR(void (Ass::*f)(Reg), std::string fmt) { in RepeatR() 70 std::string Repeatr(void (Ass::*f)(Reg), std::string fmt) { in Repeatr() 77 std::string RepeatRR(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRR() 86 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRRNoDupes() 95 std::string Repeatrr(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrr() 104 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), std::string fmt) { in RepeatRRR() 115 std::string Repeatrb(void (Ass::*f)(Reg, Reg), std::string fmt) { in Repeatrb() 124 std::string RepeatRr(void (Ass::*f)(Reg, Reg), std::string fmt) { in RepeatRr() 133 std::string RepeatRI(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in RepeatRI() 137 std::string Repeatri(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) { in Repeatri() [all …]
|
| /art/runtime/ |
| D | common_throws.cc | 50 mirror::Class* referrer, const char* fmt, va_list* args = nullptr) in ThrowException() 66 mirror::Class* referrer, const char* fmt, va_list* args = nullptr) in ThrowWrappedException() 140 void ThrowClassCircularityError(mirror::Class* c, const char* fmt, ...) { in ThrowClassCircularityError() 149 void ThrowClassFormatError(mirror::Class* referrer, const char* fmt, ...) { in ThrowClassFormatError() 197 void ThrowIllegalAccessError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIllegalAccessError() 271 void ThrowIncompatibleClassChangeError(mirror::Class* referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError() 289 void ThrowIOException(const char* fmt, ...) { in ThrowIOException() 296 void ThrowWrappedIOException(const char* fmt, ...) { in ThrowWrappedIOException() 305 void ThrowLinkageError(mirror::Class* referrer, const char* fmt, ...) { in ThrowLinkageError() 312 void ThrowWrappedLinkageError(mirror::Class* referrer, const char* fmt, ...) { in ThrowWrappedLinkageError() [all …]
|
| D | parsed_options.cc | 610 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV() 614 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage() 621 void ParsedOptions::Usage(const char* fmt, ...) { in Usage()
|
| D | check_jni.cc | 183 JniValueType GetValue(char fmt) { in GetValue() 458 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() 507 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) { in CheckNonHeap() 830 bool CheckPossibleHeapValue(ScopedObjectAccess& soa, char fmt, JniValueType arg) in CheckPossibleHeapValue() 880 bool CheckNonHeapValue(char fmt, JniValueType arg) { in CheckNonHeapValue() 923 void TracePossibleHeapValue(ScopedObjectAccess& soa, bool entry, char fmt, JniValueType arg, in TracePossibleHeapValue() 996 void TraceNonHeapValue(char fmt, JniValueType arg, std::string* msg) { in TraceNonHeapValue() 1334 void AbortF(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in AbortF() 1501 static void AbortF(const char* jni_function_name, const char* fmt, ...) { in AbortF()
|
| D | java_vm_ext.cc | 475 void JavaVMExt::JniAbortV(const char* jni_function_name, const char* fmt, va_list ap) { in JniAbortV() 481 void JavaVMExt::JniAbortF(const char* jni_function_name, const char* fmt, ...) { in JniAbortF()
|
| D | dex_file_verifier.cc | 125 #define LOAD_FIELD(var, idx, fmt, error_stmt) \ argument 2400 void DexFileVerifier::ErrorStringPrintf(const char* fmt, ...) { in ErrorStringPrintf()
|
| D | monitor.cc | 440 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF()
|
| D | thread.cc | 2244 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF() 2252 const char* fmt, va_list ap) { in ThrowNewExceptionV()
|
| /art/compiler/utils/arm/ |
| D | assembler_arm_test.h | 69 std::string fmt) { in RepeatRRIIC() 85 std::string fmt) { in RepeatTemplatedRRIIC() 167 std::string fmt) { in RepeatRRiiC() 181 std::string fmt) { in RepeatTemplatedRRiiC() 256 std::string RepeatRRC(void (Ass::*f)(Reg, Reg, Cond), std::string fmt) { in RepeatRRC() 270 std::string fmt) { in RepeatTemplatedRRC() 318 std::string RepeatRRRC(void (Ass::*f)(Reg, Reg, Reg, Cond), std::string fmt) { in RepeatRRRC() 335 std::string fmt) { in RepeatTemplatedRRRC() 400 std::string fmt) { in RepeatTemplatedRSC() 456 std::string fmt) { in RepeatTemplatedRRSC()
|
| D | assembler_arm32_test.cc | 299 void ExecuteAndPrint(std::function<void()> f, std::string fmt, std::ostringstream& oss) { in ExecuteAndPrint() 327 bool without_pc, std::string fmt, std::string filter, in TemplateHelper() 354 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter, in TemplateHelper() 378 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter, in TemplateHelper() 402 bool without_pc ATTRIBUTE_UNUSED, std::string fmt, std::string filter, in TemplateHelper() 427 std::string fmt, std::string filter, std::ostringstream& oss) { in TemplateHelper() 456 bool without_pc, std::string fmt, std::string filter, in TemplateHelper() 483 std::string fmt, std::string filter, std::ostringstream& oss) { in TemplateHelper() 509 std::string fmt, std::string filter, std::ostringstream& oss) { in TemplateHelper() 557 std::string fmt, std::string test_name, std::string filter) { in GenericTemplateHelper() [all …]
|
| /art/tools/dexfuzz/src/dexfuzz/rawdex/ |
| D | OpcodeInfo.java | 35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) { in OpcodeInfo()
|
| /art/profman/ |
| D | profman.cc | 59 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 65 static void UsageError(const char* fmt, ...) { in UsageError() 72 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
| /art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
| D | RandomInstructionGenerator.java | 155 AbstractFormat fmt = newOpcodeInfo.format; in generateMutation() local 224 AbstractFormat fmt = newInsn.insn.info.format; in applyMutation() local
|
| /art/runtime/base/ |
| D | stringprintf.cc | 65 std::string StringPrintf(const char* fmt, ...) { in StringPrintf()
|
| /art/test/092-locale/src/ |
| D | Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); in testCalendar() local
|
| /art/runtime/openjdkjvm/ |
| D | OpenjdkJvm.cc | 182 JNIEXPORT int jio_fprintf(FILE* fp, const char* fmt, ...) { in jio_fprintf() 192 JNIEXPORT int jio_vfprintf(FILE* fp, const char* fmt, va_list args) { in jio_vfprintf() 222 int jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args) { in jio_vsnprintf() 227 int jio_snprintf(char *str, size_t count, const char *fmt, ...) { in jio_snprintf()
|
| /art/disassembler/ |
| D | disassembler_mips.cc | 464 size_t fmt = (instruction >> 21) & 0x7; // TODO: other fmts? in Dump() local
|
| /art/compiler/jit/ |
| D | jit_compiler.cc | 79 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
| /art/runtime/interpreter/ |
| D | interpreter_common.cc | 476 void AbortTransactionF(Thread* self, const char* fmt, ...) { in AbortTransactionF() 483 void AbortTransactionV(Thread* self, const char* fmt, va_list args) { in AbortTransactionV()
|
| D | unstarted_runtime.cc | 60 static void AbortTransactionOrFail(Thread* self, const char* fmt, ...) { in AbortTransactionOrFail()
|
| /art/patchoat/ |
| D | patchoat.cc | 892 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 898 static void UsageError(const char* fmt, ...) { in UsageError() 905 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
| /art/dex2oat/ |
| D | dex2oat.cc | 162 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 168 static void UsageError(const char* fmt, ...) { in UsageError() 175 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
| /art/compiler/ |
| D | oat_test.cc | 45 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
| /art/compiler/utils/mips64/ |
| D | assembler_mips64.cc | 156 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, in EmitFR() 170 void Mips64Assembler::EmitFI(int opcode, int fmt, FpuRegister ft, uint16_t imm) { in EmitFI()
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 163 void MipsAssembler::EmitFR(int opcode, int fmt, FRegister ft, FRegister fs, FRegister fd, in EmitFR() 177 void MipsAssembler::EmitFI(int opcode, int fmt, FRegister ft, uint16_t imm) { in EmitFI()
|