/external/v8/src/x64/ |
stub-cache-x64.cc | 141 __ push(receiver); 142 __ push(holder); 143 __ push(name); 148 __ push(kScratchRegister); 149 __ push(FieldOperand(kScratchRegister, InterceptorInfo::kDataOffset)); 235 __ push(receiver_reg); 236 __ Push(Handle<Map>(transition)); 237 __ push(rax); 238 __ push(scratch); 462 __ push(receiver) [all...] |
regexp-macro-assembler-x64.cc | 333 __ push(rsi); 334 __ push(rdi); 336 __ push(backtrack_stackpointer()); 640 __ push(rbp); 652 __ push(rsi); 653 __ push(rdi); 654 __ push(rbx); 657 // Push register parameters on stack for reference. 664 __ push(rdi); 665 __ push(rsi) [all...] |
/external/v8/test/mjsunit/tools/ |
tickprocessor.js | 86 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 112 libc_syms.push(Array.prototype.slice.apply(arguments, [0])); 150 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 173 stdc_syms.push(Array.prototype.slice.apply(arguments, [0])); 216 shell_syms.push(Array.prototype.slice.apply(arguments, [0])); 257 exe_exe_syms.push(Array.prototype.slice.apply(arguments, [0])); 269 exe_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 280 dll_dll_syms.push(Array.prototype.slice.apply(arguments, [0])); 292 dll_exe_syms.push(Array.prototype.slice.apply(arguments, [0])); 338 realOut.push(s) [all...] |
/external/webkit/WebKitTools/Scripts/ |
build-webkit | 177 push @ARGV, split(/ /, $ENV{'BUILD_WEBKIT_ARGS'}) if ($ENV{'BUILD_WEBKIT_ARGS'}); 258 push @options, autotoolsFlag(${$_->{value}}, $_->{option}); 261 push @options, "--makeargs=" . $makeArgs if defined($makeArgs); 263 push @options, XcodeOptions(); 273 push @options, XcodeCoverageSupportOptions() if $coverageSupport; 275 push @options, option($_->{define}, ${$_->{value}}); 318 push @options, "--makeargs=" . $makeArgs if defined($makeArgs); 321 push @options, "DEFINES+=$_->{define}=${$_->{value}}" if ${$_->{value}} != $_->{default}; 334 push @projects, 'WebKitTools/DumpRenderTree'; 335 push @projects, 'WebKitTools/wx/browser' [all...] |
sunspider-compare-results | 128 push @args, "--suite=${suite}" if $suite; 129 push @args, "--ubench" if $ubench; 130 push @args, "--v8" if $v8; 131 push @args, "--parse-only" if $parseonly;
|
/external/quake/quake/src/QW/client/ |
surf8.asm | 244 push ebp
245 push edi
246 push esi
247 push ebx
390 push ebp
391 push edi
392 push esi
393 push ebx
496 push ebp
497 push edi [all...] |
/dalvik/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 306 push(error.charAt(i)); 373 private final int parseLegacy(boolean push) 388 if (push) { 389 push(peek(0)); 390 push(peek(1)); 454 push = true; 471 parseDoctype(push); 480 if (push) 481 push(c); 497 if (push && term != '?' [all...] |
/bionic/libc/arch-x86/string/ |
memset.S | 15 pushl %edi /* push address of buffer */
|
/cts/tools/dx-tests/src/dxc/junit/opcodes/nop/ |
Test_nop.java | 29 // how do we test nop - e.g. push some data onto the stack, and
|
/dalvik/libcore/ |
run-core-tests | 22 # $ make CtsCoreTests && adb sync (to push these files to a running system)
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemEmpty.java | 25 * Simple empty elem to push on the stack when nothing
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 17 push {r0-r3} @ save operands
|
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 33 quilt push -a
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid_nt.c | 10 #pragma warning(push,4)
|
/external/proguard/src/proguard/evaluation/ |
TracedStack.java | 65 * Sets the Value that will be stored along with all push and pop 159 public void push(Value value) method in class:TracedStack 161 super.push(value); 334 producerStack.push(producerValue);
|
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/ |
SDL_systimer.c | 66 push edx 67 push eax 75 push eax 76 push edx
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/ |
enumerate-storage.html | 32 enumeratedArray.push(n);
|
enumerate-with-length-and-key.html | 32 enumeratedArray.push(localStorage.key(i));
|
/external/webkit/LayoutTests/storage/domstorage/sessionstorage/ |
enumerate-storage.html | 32 enumeratedArray.push(n);
|
enumerate-with-length-and-key.html | 32 enumeratedArray.push(n);
|
/external/webkit/SunSpider/ |
UNCOVERED | 86 Array.push
|
/external/wpa_supplicant/ |
eap_gpsk_common.h | 42 #pragma pack(push, 1)
|
wpa_common.h | 26 #pragma pack(push, 1)
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_gpsk_common.h | 42 #pragma pack(push, 1)
|
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/ |
ustack.h | 35 inline void push (const value_type& v) { m_Storage.push_back (v); } function in class:ustl::stack
|