Searched defs:arg2 (Results 1 – 6 of 6) sorted by relevance
/art/test/458-checker-instruction-simplification/src/ |
D | Main.java | 371 public static int AddNegs1(int arg1, int arg2) { in AddNegs1() 416 public static int AddNegs2(int arg1, int arg2) { in AddNegs2() 455 public static long AddNegs3(long arg1, long arg2) { in AddNegs3() 488 public static long AddNeg1(long arg1, long arg2) { in AddNeg1() 522 public static long AddNeg2(long arg1, long arg2) { in AddNeg2() 631 public static int NegSub1(int arg1, int arg2) { in NegSub1() 663 public static int NegSub2(int arg1, int arg2) { in NegSub2() 735 public static int SubNeg1(int arg1, int arg2) { in SubNeg1() 770 public static int SubNeg2(int arg1, int arg2) { in SubNeg2() 805 public static long SubNeg3(long arg1, long arg2) { in SubNeg3()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 143 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni() local 166 ScopedLocalRef<jobject> arg2(soa.Env(), in InterpreterJni() local
|
/art/compiler/dex/quick/x86/ |
D | call_x86.cc | 161 const RegStorage arg2 = TargetReg32(kArg2); in GenEntrySequence() local
|
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 319 RegStorage arg1, int arg2, bool safepoint_pc) { in CallRuntimeHelperRegRegImm() 349 RegLocation arg2, bool safepoint_pc) { in CallRuntimeHelperImmRegLocationRegLocation() 368 RegLocation arg2, in CallRuntimeHelperRegLocationRegLocationRegLocation() 379 QuickEntrypointEnum trampoline, RegLocation arg0, RegLocation arg1, RegLocation arg2, in CallRuntimeHelperRegLocationRegLocationRegLocationRegLocation()
|
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 258 const RegStorage arg2 = TargetReg(kArg2); in GenEntrySequence() local
|
/art/runtime/arch/ |
D | stub_test.cc | 67 size_t Invoke3(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, Thread* self) { in Invoke3() 72 size_t Invoke3WithReferrer(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, Thread* self, in Invoke3WithReferrer() 422 size_t Invoke3WithReferrerAndHidden(size_t arg0, size_t arg1, size_t arg2, uintptr_t code, in Invoke3WithReferrerAndHidden()
|