HomeSort by relevance Sort by last modified time
    Searched defs:exit (Results 326 - 350 of 937) sorted by null

<<11121314151617181920>>

  /external/syslinux/gpxe/src/include/
curses.h 39 void ( *exit ) ( struct _curses_screen *scr ); member in struct:_curses_screen
  /external/v8/src/arm/
code-stubs-arm.cc 498 // On exit r0 is 0, positive or negative to indicate the result of
826 // Enter the exit frame that transitions from JavaScript to C++.
830 : StackFrame::EXIT);
876 // To let the GC traverse the return address of the exit frames, we need to
995 Label invoke, handler_entry, exit; local
    [all...]
  /external/v8/src/builtins/arm/
builtins-arm.cc 655 Label use_receiver, exit; local
666 __ b(ge, &exit);
675 __ bind(&exit);
976 // Exit the JS frame and remove the parameters (except function), and
    [all...]
  /external/v8/src/builtins/arm64/
builtins-arm64.cc 657 Label use_receiver, exit; local
667 __ JumpIfObjectType(x0, x1, x3, FIRST_JS_RECEIVER_TYPE, &exit, ge);
676 __ Bind(&exit);
    [all...]
  /external/v8/src/builtins/ia32/
builtins-ia32.cc 201 Label use_receiver, exit; local
209 __ j(above_equal, &exit, Label::kNear);
218 __ bind(&exit);
390 // Exit the internal frame. Notice that this also removes the empty.
    [all...]
  /external/v8/src/builtins/mips/
builtins-mips.cc 663 Label use_receiver, exit; local
674 __ Branch(&exit, greater_equal, a3, Operand(FIRST_JS_RECEIVER_TYPE));
683 __ bind(&exit);
    [all...]
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 657 Label use_receiver, exit; local
668 __ Branch(&exit, greater_equal, a3, Operand(FIRST_JS_RECEIVER_TYPE));
677 __ bind(&exit);
    [all...]
  /external/v8/src/builtins/ppc/
builtins-ppc.cc 142 // r6: number of slots to drop at exit (arguments + receiver)
666 Label use_receiver, exit; local
677 __ bge(&exit);
686 __ bind(&exit);
    [all...]
  /external/v8/src/builtins/s390/
builtins-s390.cc 142 // r5: number of slots to drop at exit (arguments + receiver)
662 Label use_receiver, exit; local
674 __ bge(&exit);
683 __ bind(&exit);
    [all...]
  /external/v8/src/builtins/x64/
builtins-x64.cc 202 Label use_receiver, exit; local
210 __ j(above_equal, &exit, Label::kNear);
219 __ bind(&exit);
462 // Exit the internal frame. Notice that this also removes the empty
    [all...]
  /external/v8/src/builtins/x87/
builtins-x87.cc 196 Label use_receiver, exit; local
204 __ j(above_equal, &exit, Label::kNear);
213 __ bind(&exit);
356 // Exit the internal frame. Notice that this also removes the empty.
    [all...]
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 412 // Pretend that the exit is a backwards jump to the entry.
970 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 399 // Pretend that the exit is a backwards jump to the entry.
968 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 377 // Pretend that the exit is a backwards jump to the entry.
915 Label loop, exit; local
926 __ j(equal, &exit);
928 __ j(equal, &exit);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 408 // Pretend that the exit is a backwards jump to the entry.
969 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 408 // Pretend that the exit is a backwards jump to the entry.
970 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 402 // Pretend that the exit is a backwards jump to the entry.
933 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 401 // Pretend that the exit is a backwards jump to the entry.
901 Label loop, exit; local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 384 // Pretend that the exit is a backwards jump to the entry.
933 Label loop, exit; local
944 __ j(equal, &exit);
946 __ j(equal, &exit);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 372 // Pretend that the exit is a backwards jump to the entry.
905 Label loop, exit; local
916 __ j(equal, &exit);
918 __ j(equal, &exit);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 1539 Label invoke, handler_entry, exit; local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 521 // On exit a0 is 0, positive or negative to indicate the result of
1112 Label invoke, handler_entry, exit; local
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 517 // On exit a0 is 0, positive or negative to indicate the result of
1109 Label invoke, handler_entry, exit; local
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 514 // On exit r3 is 0, positive or negative to indicate the result of
901 // Enter the exit frame that transitions from JavaScript to C++.
917 : StackFrame::EXIT);
1071 Label invoke, handler_entry, exit; local
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 506 // On exit r2 is 0, positive or negative to indicate the result of
866 // Enter the exit frame that transitions from JavaScript to C++.
887 : StackFrame::EXIT);
914 // To let the GC traverse the return address of the exit frames, we need to
1033 Label invoke, handler_entry, exit; local
    [all...]

Completed in 805 milliseconds

<<11121314151617181920>>