HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 226 - 250 of 299) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/vixl/test/examples/
test-examples.cc 109 __ Push(xzr, lr);
  /external/chromium-trace/catapult/devil/devil/android/
device_utils_test.py     [all...]
  /external/v8/test/cctest/
test-assembler-arm64.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 104 // Push and pop all registers that can hold pointers.
274 push(ra);
348 push(ra);
404 push(ra);
441 push(holder_reg); // Temporarily save holder on the stack.
456 push(holder_reg); // Temporarily save holder on the stack.
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc 106 // Push and pop all registers that can hold pointers.
276 push(ra);
350 push(ra);
407 push(ra);
444 push(holder_reg); // Temporarily save holder on the stack.
459 push(holder_reg); // Temporarily save holder on the stack.
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc     [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
open_element_stack_test.js 11 _test['Push element'] = function () {
20 stack.push(element1);
25 stack.push(element2);
35 stack.push(element);
36 stack.push('#element2');
53 stack.push('#element2');
54 stack.push(element);
67 stack.push(element1);
68 stack.push(element2);
84 stack.push(element2)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 359 region->free_list.Push(b);
572 region->free_list.Push(b);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_parser_imp.cpp     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 158 __ Push(a0, a1);
190 __ push(a1);
191 __ Push(info()->scope()->GetScopeInfo(info()->isolate()));
200 __ push(a1);
290 __ push(scratch0());
354 __ push(at);
785 __ Push(a1, scratch);
    [all...]
  /art/compiler/utils/arm/
assembler_arm32.h 238 void Push(Register rd, Condition cond = AL) OVERRIDE;
391 void EmitVPushPop(uint32_t reg, int nregs, bool push, bool dbl, Condition cond);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg 603 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
604 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope());<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg 581 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek());}; separator="\n">
582 <ruleDescriptor.ruleScope:{it|<it.name>_stack.Push(new <it.name>_scope(this));<it.name>_scopeInit(<it.name>_stack.Peek());}; separator="\n">
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg 748 <ruleDescriptor.useScopes:{<it>Stack.Push(T<it>Scope.Create);}; separator="\n">
749 <ruleDescriptor.ruleScope:{<it.name>Stack.Push(T<it.name>Scope.Create);}; separator="\n">
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 584 self._device.adb.Push(
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/pdfium/core/include/fpdfdoc/
fpdf_doc.h 924 enum HighlightingMode { None = 0, Invert, Outline, Push, Toggle };
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 154 void Push(const CPVT_WordRange& linerange, const CPDF_Rect& rect);
  /external/pdfium/fpdfsdk/src/formfiller/
FFL_FormFiller.cpp 700 if (eHM != CPDF_FormControl::Push) {
  /external/v8/tools/
run_perf.py 696 # Only attempt to push files that exist.
702 # Only push files not yet pushed in one execution.
708 # Work-around for "text file busy" errors. Push the files to a temporary
710 output = self.adb_wrapper.Push(file_on_host, file_on_device_tmp)
714 logging.critical('PUSH FAILED: ' + output)
721 # Push external startup data. Backwards compatible for revisions where
  /system/extras/simpleperf/
cmd_record.cpp 626 record_cache_->Push(data, size);
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 145 __ Push(r3, r4);
176 __ push(r4);
177 __ Push(info()->scope()->GetScopeInfo(info()->isolate()));
186 __ push(r4);
348 __ push(ip);
753 __ Push(r4, scratch);
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 739 procedure Push(const Index: Integer);
742 /// Seek back to previous index saved during last Push() call.
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc 135 __ push(r0);
136 __ push(r1);
170 __ push(r1);
171 __ Push(info()->scope()->GetScopeInfo(info()->isolate()));
180 __ push(r1);
275 __ push(scratch0());
354 __ push(ip);
812 __ push(scratch);
815 __ push(r1);
    [all...]

Completed in 789 milliseconds

1 2 3 4 5 6 7 8 91011>>