/art/benchmark/micro-native/ |
D | micro_native.cc | 47 static void NativeMethods_emptyJniMethod6(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6() argument 54 static void NativeMethods_emptyJniStaticMethod6(JNIEnv*, jclass, int, int, int, int, int, int) { } in NativeMethods_emptyJniStaticMethod6() argument 66 static void NativeMethods_emptyJniMethod6_Fast(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6_Fast() argument 73 static void NativeMethods_emptyJniStaticMethod6_Fast(JNIEnv*, jclass, int, int, int, int, int, int)… in NativeMethods_emptyJniStaticMethod6_Fast() argument
|
/art/sigchainlib/ |
D | sigchain_dummy.cc | 44 bool (*fn)(int, siginfo_t*, void*) ATTRIBUTE_UNUSED) { in RemoveSpecialSignalHandlerFn()
|
D | sigchain.cc | 241 void RemoveSpecialHandler(bool (*fn)(int, siginfo_t*, void*)) { in RemoveSpecialHandler() 340 int (*linked)(int, const SigactionType*, in __sigaction() argument 423 int (*linked)(int, const SigsetType*, SigsetType*)) { in __sigprocmask() argument 475 extern "C" void RemoveSpecialSignalHandlerFn(int signal, bool (*fn)(int, siginfo_t*, void*)) { in RemoveSpecialSignalHandlerFn()
|
D | sigchain_test.cc | 220 action.sa_sigaction = [](int, siginfo_t*, void*) { called = 1; }; in TEST_F() argument
|
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 324 bool NullPointerHandler::Action(int, siginfo_t* sig, void* context) { in Action() argument 369 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() argument 439 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action() argument
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Instruction.java | 446 addOpcodeInfo(Opcode.NEG_INT, "neg-int", 0x7b, new Format12x()); in addOpcodeInfo() 447 addOpcodeInfo(Opcode.NOT_INT, "not-int", 0x7c, new Format12x()); in addOpcodeInfo() 455 addOpcodeInfo(Opcode.LONG_TO_INT, "long-to-int", 0x84, new Format12x()); in addOpcodeInfo() 458 addOpcodeInfo(Opcode.FLOAT_TO_INT, "float-to-int", 0x87, new Format12x()); in addOpcodeInfo() 461 addOpcodeInfo(Opcode.DOUBLE_TO_INT, "double-to-int", 0x8a, new Format12x()); in addOpcodeInfo() 467 addOpcodeInfo(Opcode.ADD_INT, "add-int", 0x90, new Format23x()); in addOpcodeInfo() 468 addOpcodeInfo(Opcode.SUB_INT, "sub-int", 0x91, new Format23x()); in addOpcodeInfo() 469 addOpcodeInfo(Opcode.MUL_INT, "mul-int", 0x92, new Format23x()); in addOpcodeInfo() 470 addOpcodeInfo(Opcode.DIV_INT, "div-int", 0x93, new Format23x()); in addOpcodeInfo() 471 addOpcodeInfo(Opcode.REM_INT, "rem-int", 0x94, new Format23x()); in addOpcodeInfo() [all …]
|
/art/runtime/ |
D | runtime_common.cc | 511 void InitPlatformSignalHandlersCommon(void (*newact)(int, siginfo_t*, void*), in InitPlatformSignalHandlersCommon() argument
|
/art/tools/dexanalyze/ |
D | dexanalyze.cc | 45 unsigned int, in StdoutLogger()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 706 unsigned int : 7; member 707 unsigned int : 16; member 708 unsigned int : 16; member 709 unsigned int : 16; member 710 unsigned int : 16; member 711 unsigned int : 16; member
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1063 RedefinitionDataIter operator++(int) { in operator ++() argument
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 313 void BranchFpuCondCodeHelper(void (mips::MipsAssembler::*f)(int, in BranchFpuCondCodeHelper()
|