/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 49 // | arg4 | | 84 // | arg4 | | 121 // | arg4 | | 149 // | arg4 | | 167 // | A4 | arg4 195 // | arg4 | | 235 // | R8 | arg4 [all...] |
/external/valgrind/VEX/priv/ |
ir_defs.c | [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/watchface/ |
CanvasWatchFaceService.html | [all...] |
Gles2WatchFaceService.html | [all...] |
WatchFaceService.html | [all...] |
/frameworks/base/docs/html/reference/android/support/wearable/activity/ |
ConfirmationActivity.html | [all...] |
WearableActivity.html | [all...] |
/external/boringssl/src/crypto/aes/asm/ |
bsaes-x86_64.pl | 1149 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d") 1185 mov 240($arg4),%eax # rounds 1189 mov $arg4,$key 1386 mov 240($arg4),%eax # rounds 1390 mov $arg4,$key [all...] |
/external/libxml2/os400/libxmlrpg/ |
xmlerror.rpgle | [all...] |
/external/valgrind/include/ |
pub_tool_libcproc.h | 71 ULong arg2, ULong arg3, ULong arg4, ULong arg5);
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 116 public int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException;
|
Posix.java | 117 public native int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException;
|
/external/icu/icu4c/source/test/perf/collperf/ |
collperf.cpp | 662 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \ 667 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
|
/external/llvm/test/CodeGen/X86/ |
stackmap.ll | 279 define void @spilledValue(i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16) { 281 call void (i64, i32, i8*, i32, ...) @llvm.experimental.patchpoint.void(i64 11, i32 15, i8* null, i32 5, i64 %arg0, i64 %arg1, i64 %arg2, i64 %arg3, i64 %arg4, i64 %l0, i64 %l1, i64 %l2, i64 %l3, i64 %l4, i64 %l5, i64 %l6, i64 %l7, i64 %l8, i64 %l9, i64 %l10, i64 %l11, i64 %l12, i64 %l13, i64 %l14, i64 %l15, i64 %l16)
|
/external/v8/src/mips64/ |
simulator-mips64.cc | 1612 int64_t arg4, arg5; local [all...] |
/external/lldb/source/Plugins/ABI/SysV-x86_64/ |
ABISysV_x86_64.cpp | 181 { "rcx" , "arg4", 8, 0, eEncodingUint , eFormatHex , { gcc_dwarf_rcx , gcc_dwarf_rcx , LLDB_REGNUM_GENERIC_ARG4 , gdb_rcx , LLDB_INVALID_REGNUM }, NULL, NULL}, 335 s.Printf (", arg4 = 0x%" PRIx64, (uint64_t)*arg4_ptr); 384 log->Printf("About to write arg4 (0x%" PRIx64 ") into %s", (uint64_t)*arg4_ptr, reg_info->name); [all...] |
/external/valgrind/coregrind/ |
m_libcproc.c | 431 ULong arg2, ULong arg3, ULong arg4, ULong arg5) 435 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */ 437 (UWord) arg2, (UWord) arg3, (UWord) arg4,
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 696 PUSH ebx // pass arg4 700 call VAR(cxx_name, 1) // cxx_name(arg1, arg2, arg3, arg4, Thread*) [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 145 String arg4)
|
ToUnknownStream.java | 723 String arg4) 726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4); [all...] |
/frameworks/base/media/java/android/media/tv/ |
TvInputService.java | [all...] |
/external/boringssl/src/crypto/rc4/asm/ |
rc4-x86_64.pl | 121 $out="%rcx"; # arg4 594 mov 16(%rsi),%r9 # arg4, disp->FunctionEntry
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
CallEvent.h | 939 typename Arg4> 940 T *create(Arg1 A1, Arg2 A2, Arg3 A3, Arg4 A4, ProgramStateRef St, [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_linux.cc | 543 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { 544 return internal_syscall(SYSCALL(prctl), option, arg2, arg3, arg4, arg5);
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 337 public static int prctl(int option, long arg2, long arg3, long arg4, long arg5) throws ErrnoException { return Libcore.os.prctl(option, arg2, arg3, arg4, arg5); };
|