Searched defs:int (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/x86/ |
D | fault_handler_x86.cc | 236 void FaultManager::HandleNestedSignal(int, siginfo_t*, void* context) { in HandleNestedSignal() argument 295 bool NullPointerHandler::Action(int, siginfo_t*, void* context) { in Action() argument 335 bool SuspensionHandler::Action(int, siginfo_t*, void* context) { in Action() argument 409 bool StackOverflowHandler::Action(int, siginfo_t* info, void* context) { in Action() argument
|
/art/runtime/ |
D | thread_linux.cc | 24 void Thread::SetNativePriority(int) { in SetNativePriority() 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 …]
|