/art/compiler/utils/ |
D | assembler_test.h | 76 std::string RepeatR(void (Ass::*f)(Reg), const std::string& fmt) { in RepeatR() 83 std::string Repeatr(void (Ass::*f)(Reg), const std::string& fmt) { in Repeatr() 90 std::string RepeatRR(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRR() 99 std::string RepeatRRNoDupes(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRRNoDupes() 108 std::string Repeatrr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrr() 117 std::string Repeatww(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatww() 126 std::string Repeatbb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatbb() 135 std::string RepeatRRR(void (Ass::*f)(Reg, Reg, Reg), const std::string& fmt) { in RepeatRRR() 146 std::string Repeatrb(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in Repeatrb() 155 std::string RepeatRr(void (Ass::*f)(Reg, Reg), const std::string& fmt) { in RepeatRr() [all …]
|
/art/runtime/ |
D | common_throws.cc | 65 const char* fmt, in ThrowException() 83 const char* fmt, in ThrowWrappedException() 139 void ThrowBootstrapMethodError(const char* fmt, ...) { in ThrowBootstrapMethodError() 146 void ThrowWrappedBootstrapMethodError(const char* fmt, ...) { in ThrowWrappedBootstrapMethodError() 175 void ThrowClassCircularityError(ObjPtr<mirror::Class> c, const char* fmt, ...) { in ThrowClassCircularityError() 184 void ThrowClassFormatError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowClassFormatError() 235 void ThrowIllegalAccessError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIllegalAccessError() 317 void ThrowIncompatibleClassChangeError(ObjPtr<mirror::Class> referrer, const char* fmt, ...) { in ThrowIncompatibleClassChangeError() 341 void ThrowInternalError(const char* fmt, ...) { in ThrowInternalError() 350 void ThrowIOException(const char* fmt, ...) { in ThrowIOException() [all …]
|
D | parsed_options.cc | 650 void ParsedOptions::UsageMessageV(FILE* stream, const char* fmt, va_list ap) { in UsageMessageV() 654 void ParsedOptions::UsageMessage(FILE* stream, const char* fmt, ...) { in UsageMessage() 661 void ParsedOptions::Usage(const char* fmt, ...) { in Usage()
|
D | check_jni.cc | 210 JniValueType GetValue(char fmt) { in GetValue() 532 bool Check(ScopedObjectAccess& soa, bool entry, const char* fmt, JniValueType* args) in Check() 581 bool CheckNonHeap(JavaVMExt* vm, bool entry, const char* fmt, JniValueType* args) { in CheckNonHeap() 908 bool CheckPossibleHeapValue(ScopedObjectAccess& soa, char fmt, JniValueType arg) in CheckPossibleHeapValue() 958 bool CheckNonHeapValue(char fmt, JniValueType arg) { in CheckNonHeapValue() 1004 void TracePossibleHeapValue(ScopedObjectAccess& soa, bool entry, char fmt, JniValueType arg, in TracePossibleHeapValue() 1077 void TraceNonHeapValue(char fmt, JniValueType arg, std::string* msg) { in TraceNonHeapValue() 1463 void AbortF(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in AbortF() 1631 static void AbortF(const char* jni_function_name, const char* fmt, ...) { in AbortF()
|
D | java_vm_ext.cc | 547 void JavaVMExt::JniAbortV(const char* jni_function_name, const char* fmt, va_list ap) { in JniAbortV() 553 void JavaVMExt::JniAbortF(const char* jni_function_name, const char* fmt, ...) { in JniAbortF()
|
D | monitor.cc | 604 static void ThrowIllegalMonitorStateExceptionF(const char* fmt, ...) in ThrowIllegalMonitorStateExceptionF()
|
D | thread.cc | 2966 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF() 2974 const char* fmt, va_list ap) { in ThrowNewExceptionV()
|
D | class_linker.cc | 139 static void ThrowNoClassDefFoundError(const char* fmt, ...) { in ThrowNoClassDefFoundError()
|
/art/dexoptanalyzer/ |
D | dexoptanalyzer.cc | 63 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 69 static void UsageError(const char* fmt, ...) { in UsageError() 76 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | OpcodeInfo.java | 35 public OpcodeInfo(Opcode opcode, String name, int opcodeValue, AbstractFormat fmt) { in OpcodeInfo()
|
D | Instruction.java | 309 int opcodeValue, AbstractFormat fmt) { in addOpcodeInfo()
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 44 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 50 static void UsageError(const char* fmt, ...) { in UsageError() 57 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/test/092-locale/src/ |
D | Main.java | 74 DateFormat fmt = DateFormat.getDateInstance(DateFormat.FULL, usa); in testCalendar() local
|
/art/openjdkjvm/ |
D | OpenjdkJvm.cc | 184 JNIEXPORT int jio_fprintf(FILE* fp, const char* fmt, ...) { in jio_fprintf() 194 JNIEXPORT int jio_vfprintf(FILE* fp, const char* fmt, va_list args) { in jio_vfprintf() 224 int jio_vsnprintf(char *str, size_t count, const char *fmt, va_list args) { in jio_vsnprintf() 229 int jio_snprintf(char *str, size_t count, const char *fmt, ...) { in jio_snprintf()
|
/art/disassembler/ |
D | disassembler_mips.cc | 572 size_t fmt = (instruction >> 21) & 0x7; // TODO: other fmts? in Dump() local
|
/art/profman/ |
D | profman.cc | 75 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 81 static void UsageError(const char* fmt, ...) { in UsageError() 88 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
/art/patchoat/ |
D | patchoat.cc | 1093 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 1099 static void UsageError(const char* fmt, ...) { in UsageError() 1106 NO_RETURN static void Usage(const char *fmt, ...) { in Usage()
|
/art/dex2oat/ |
D | dex2oat.cc | 196 static void UsageErrorV(const char* fmt, va_list ap) { in UsageErrorV() 202 static void UsageError(const char* fmt, ...) { in UsageError() 209 NO_RETURN static void Usage(const char* fmt, ...) { in Usage()
|
/art/test/476-checker-ctor-fence-redun-elim/src/ |
D | Main.java | 827 String fmt = "["; in valueToString() local
|
/art/runtime/interpreter/ |
D | interpreter_common.cc | 481 void AbortTransactionF(Thread* self, const char* fmt, ...) { in AbortTransactionF() 488 void AbortTransactionV(Thread* self, const char* fmt, va_list args) { in AbortTransactionV()
|
D | unstarted_runtime.cc | 71 static void AbortTransactionOrFail(Thread* self, const char* fmt, ...) { in AbortTransactionOrFail()
|
/art/libdexfile/dex/ |
D | dex_file_verifier.cc | 220 #define LOAD_FIELD(var, idx, fmt, error_stmt) \ argument 2882 void DexFileVerifier::ErrorStringPrintf(const char* fmt, ...) { in ErrorStringPrintf()
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 164 void Mips64Assembler::EmitFR(int opcode, int fmt, FpuRegister ft, FpuRegister fs, FpuRegister fd, in EmitFR() 178 void Mips64Assembler::EmitFI(int opcode, int fmt, FpuRegister ft, uint16_t imm) { in EmitFI()
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 303 int fmt, in EmitFR() 321 uint32_t MipsAssembler::EmitFI(int opcode, int fmt, FRegister ft, uint16_t imm) { in EmitFI()
|