/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/libnativebridge/tests/ |
D | DummyNativeBridge2.cpp | 30 extern "C" void* native_bridge2_loadLibrary(const char* /* libpath */, int /* flag */) { in native_bridge2_loadLibrary() argument 53 static bool native_bridge2_dummy_signal_handler(int, siginfo_t*, void*) { in native_bridge2_dummy_signal_handler() argument
|
D | DummyNativeBridge3.cpp | 31 extern "C" void* native_bridge3_loadLibrary(const char* /* libpath */, int /* flag */) { in native_bridge3_loadLibrary() argument 54 static bool native_bridge3_dummy_signal_handler(int, siginfo_t*, void*) { in native_bridge3_dummy_signal_handler() argument 101 int /* flag */, in native_bridge3_loadLibraryExt() argument
|
D | DummyNativeBridge6.cpp | 31 extern "C" void* native_bridge6_loadLibrary(const char* /* libpath */, int /* flag */) { in native_bridge6_loadLibrary() argument 54 extern "C" android::NativeBridgeSignalHandlerFn native_bridge6_getSignalHandler(int /* signal */) { in native_bridge6_getSignalHandler() argument 92 int /* flag */, in native_bridge6_loadLibraryExt() argument
|
D | DummyNativeBridge.cpp | 28 extern "C" void* native_bridge_loadLibrary(const char* /* libpath */, int /* flag */) { in native_bridge_loadLibrary() argument
|
/art/sigchainlib/ |
D | sigchain_dummy.cc | 44 bool (*fn)(int, siginfo_t*, void*) ATTRIBUTE_UNUSED) { in RemoveSpecialSignalHandlerFn()
|
D | sigchain.cc | 260 void RemoveSpecialHandler(bool (*fn)(int, siginfo_t*, void*)) { in RemoveSpecialHandler() 361 int (*linked)(int, const SigactionType*, in __sigaction() argument 448 int (*linked)(int, const SigsetType*, SigsetType*)) { in __sigprocmask() argument 500 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 | 328 bool NullPointerHandler::Action(int, siginfo_t* sig, void* context) { in Action() argument 373 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() argument 443 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 | 521 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/perfetto_hprof/ |
D | perfetto_hprof.cc | 689 act.sa_sigaction = [](int, siginfo_t*, void*) { in ArtPlugin_Initialize() argument
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 222 ObsoleteMapIter operator++(int) { in operator ++() argument 1440 RedefinitionDataIter operator++(int) { in operator ++() argument
|