HomeSort by relevance Sort by last modified time
    Searched refs:Push (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 0 // push.h
18 // Class to reweight/push an FST.
41 void Push(MutableFst<Arc> *fst, ReweightType type) {
57 void Push(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, uint32 ptype) {
61 Push(ofst, rtype);
equivalent.h 28 #include "fst/lib/push.h"
130 Push(&efst1, REWEIGHT_TO_INITIAL);
131 Push(&efst2, REWEIGHT_TO_INITIAL);
  /external/v8/src/arm/
virtual-frame-arm.h 42 // stack. It supports push/pop operations on the expression stack, as well
219 // Push a copy of the value of a local frame slot on top of the frame.
224 // Push the value of a local frame slot on top of the frame and invalidate
237 // Push the address of the receiver slot on the frame.
243 // Push the function on top of the frame.
264 // Push a copy of the value of a parameter frame slot on top of the frame.
269 // Push the value of a paramter frame slot on top of the frame and
285 // Push a try-catch or try-finally handler on top of the virtual frame.
337 // Push an element on top of the expression stack and emit a
338 // corresponding push instruction
    [all...]
jump-target-arm.cc 102 // Call is used to push the address of the catch block on the stack as
181 cgen()->frame()->Push(arg);
228 cgen()->frame()->Push(arg);
regexp-macro-assembler-arm.h 135 // When adding local variables remember to push space for them in
203 inline void Push(Register source);
  /external/v8/src/ia32/
virtual-frame-ia32.h 43 // stack. It supports push/pop operations on the expression stack, as well
240 // Push a copy of the value of a local frame slot on top of the frame.
245 // Push the value of a local frame slot on top of the frame and invalidate
258 // Push the address of the receiver slot on the frame.
261 // Push the function on top of the frame.
280 // Push a copy of the value of a parameter frame slot on top of the frame.
285 // Push the value of a paramter frame slot on top of the frame and
303 // Push a try-catch or try-finally handler on top of the virtual frame.
388 // Push an element on top of the expression stack and emit a
389 // corresponding push instruction
    [all...]
regexp-macro-assembler-ia32.h 129 // When adding local variables remember to push space for them in
180 inline void Push(Register source);
184 inline void Push(Immediate value);
codegen-ia32.cc 55 __ push(RegisterAllocator::ToRegister(i));
249 frame_->Push(Factory::the_hole_value());
498 frame_->Push(Factory::false_value());
503 frame_->Push(Factory::true_value());
511 frame_->Push(Factory::true_value());
515 frame_->Push(Factory::false_value());
530 frame_->Push(Factory::true_value());
537 frame_->Push(Factory::false_value());
554 frame_->Push(&temp);
564 frame_->Push(&temp)
    [all...]
jump-target-ia32.cc 145 // Call is used to push the address of the catch block on the stack as
382 cgen()->frame()->Push(arg);
422 cgen()->frame()->Push(arg);
  /external/v8/src/mips/
virtual-frame-mips.h 44 // stack. It supports push/pop operations on the expression stack, as well
217 // Push a copy of the value of a local frame slot on top of the frame.
222 // Push the value of a local frame slot on top of the frame and invalidate
235 // Push the address of the receiver slot on the frame.
241 // Push the function on top of the frame.
263 // Push a copy of the value of a parameter frame slot on top of the frame.
268 // Push the value of a paramter frame slot on top of the frame and
284 // Push a try-catch or try-finally handler on top of the virtual frame.
361 // Push an element on top of the expression stack and emit a
362 // corresponding push instruction
    [all...]
macro-assembler-mips.h 184 // Push multiple registers on the stack.
186 // For example if you push t0, t1, s0, and ra you get:
200 void Push(Register src) {
204 inline void push(Register src) { Push(src); } function in class:v8::internal::MacroAssembler
206 void Push(Register src, Condition cond, Register tst1, Register tst2) {
230 // Push a new try handler and link into try handler chain.
  /external/v8/src/x64/
virtual-frame-x64.h 43 // stack. It supports push/pop operations on the expression stack, as well
241 // Push a copy of the value of a local frame slot on top of the frame.
246 // Push the value of a local frame slot on top of the frame and invalidate
259 // Push the address of the receiver slot on the frame.
262 // Push the function on top of the frame.
279 // Push a copy of the value of a parameter frame slot on top of the frame.
284 // Push the value of a paramter frame slot on top of the frame and
300 // Push a try-catch or try-finally handler on top of the virtual frame.
383 // Push an element on top of the expression stack and emit a
384 // corresponding push instruction
    [all...]
codegen-x64.cc 52 __ push(RegisterAllocator::ToRegister(i));
268 // allow us to push the arguments directly into place.
401 frame_->Push(Factory::the_hole_value());
515 frame_->Push(return_value);
588 __ push(receiver_); // First IC argument.
589 __ push(key_); // Second IC argument.
645 // Push receiver and key arguments on the stack.
646 __ push(receiver_);
647 __ push(key_);
689 frame()->Push(name)
    [all...]
regexp-macro-assembler-x64.h 147 // if it wants them stored. We push the parameters after the frame pointer.
159 // (that we are using). We push these after the frame pointer.
166 // we use. We push this after the frame pointer (and after the
172 // When adding local variables remember to push space for them in
231 inline void Push(Register source);
235 inline void Push(Immediate value);
240 inline void Push(Label* label);
full-codegen-x64.cc 60 __ push(rbp); // Caller's frame pointer.
62 __ push(rsi); // Callee's context.
63 __ push(rdi); // Callee's JS Function.
72 __ push(rdx);
83 __ push(rdi);
118 __ push(rdi);
120 __ push(Operand(rbp, JavaScriptFrameConstants::kFunctionOffset));
126 __ push(rdx);
127 __ Push(Smi::FromInt(scope()->num_parameters()));
181 __ push(rax)
    [all...]
jump-target-x64.cc 145 // Call is used to push the address of the catch block on the stack as
382 cgen()->frame()->Push(arg);
422 cgen()->frame()->Push(arg);
virtual-frame-x64.cc 89 Push(rdi);
133 __ Push(undefined);
138 __ push(kScratchRegister);
148 __ push(kScratchRegister);
176 Push(&temp);
200 __ push(reg);
208 __ push(operand);
216 __ push(immediate);
224 __ Push(smi_value);
238 __ Push(value)
    [all...]
  /external/v8/tools/
jsmin.py 76 def Push(self):
104 self.Push()
121 self.Push()
  /external/opencore/oscl/oscl/osclerror/src/
oscl_error_trapcleanup.cpp 174 //Push a CBase item onto the cleanup stack
177 //a push outside any TRAP statement, so generate an
184 Push(item);
188 //Push a nonOsclTrapStackCBase item onto the cleanup stack
191 //a push outside any TRAP statement, so generate an
198 Push(item);
202 //Push a nonOsclTrapStackCBase item onto the trap mark stack
212 //a push outside any TRAP statement, so generate an
219 Push(item);
222 void OsclTrapStack::Push(OsclTrapStackItem *aItem
    [all...]
oscl_error_trapcleanup.h 120 void Push(OsclTrapStackItem *aItem);
  /external/skia/include/svg/
SkSVGPaintState.h 56 static void Push(SkSVGPaint** head, SkSVGPaint* add);
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.cpp     [all...]
  /build/tools/releasetools/
check_target_files_signatures 79 def Push(msg):
161 Push(filename + ":")
187 Push(filename+":")
311 Push(apk.filename)
405 Push("input target_files:")
414 Push("comparison target_files:")
  /external/v8/src/
jump-target.cc 255 cgen()->frame()->Push(arg);
287 cgen()->frame()->Push(arg);
311 cgen()->frame()->Push(arg);
329 cgen()->frame()->Push(arg);
virtual-frame.cc 346 void VirtualFrame::Push(Register reg, NumberInfo::Type info) {
360 void VirtualFrame::Push(Handle<Object> value) {

Completed in 584 milliseconds

1 2 3