Home
last modified time | relevance | path

Searched defs:int (Results 1 – 15 of 15) sorted by relevance

/art/benchmark/micro-native/
Dmicro_native.cc47 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/
DDummyNativeBridge2.cpp30 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
DDummyNativeBridge3.cpp31 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
DDummyNativeBridge6.cpp31 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
DDummyNativeBridge.cpp28 extern "C" void* native_bridge_loadLibrary(const char* /* libpath */, int /* flag */) { in native_bridge_loadLibrary() argument
/art/sigchainlib/
Dsigchain_dummy.cc44 bool (*fn)(int, siginfo_t*, void*) ATTRIBUTE_UNUSED) { in RemoveSpecialSignalHandlerFn()
Dsigchain.cc260 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()
Dsigchain_test.cc220 action.sa_sigaction = [](int, siginfo_t*, void*) { called = 1; }; in TEST_F() argument
/art/runtime/arch/x86/
Dfault_handler_x86.cc328 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/
DInstruction.java446 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/tools/dexanalyze/
Ddexanalyze.cc45 unsigned int, in StdoutLogger()
/art/runtime/
Druntime_common.cc521 void InitPlatformSignalHandlersCommon(void (*newact)(int, siginfo_t*, void*), in InitPlatformSignalHandlersCommon() argument
/art/openjdkjvmti/include/
Djvmti.h706 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/
Dperfetto_hprof.cc689 act.sa_sigaction = [](int, siginfo_t*, void*) { in ArtPlugin_Initialize() argument
/art/openjdkjvmti/
Dti_redefine.cc222 ObsoleteMapIter operator++(int) { in operator ++() argument
1440 RedefinitionDataIter operator++(int) { in operator ++() argument