Searched defs:exit (Results 51 - 75 of 81) sorted by relevance

1234

/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp432 // exit:
454 // Create the start and exit basic blocks for the atomic operation
456 MachineBasicBlock *exit = F->CreateMachineBasicBlock(LLVM_BB); local
458 F->insert(It, exit);
463 exit->splice(exit->begin(), MBB, llvm::next(MachineBasicBlock::iterator(MI)),
465 exit->transferSuccessorsAndUpdatePHIs(MBB);
482 start->addSuccessor(exit);
504 start->addSuccessor(exit);
526 start->addSuccessor(exit);
[all...]
/external/v8/src/arm/
H A Dbuiltins-arm.cc996 Label use_receiver, exit; local
1008 __ b(ge, &exit);
1017 __ bind(&exit);
H A Dfull-codegen-arm.cc407 // Pretend that the exit is a backwards jump to the entry.
986 Label loop, exit; local
996 __ b(eq, &exit);
1000 __ b(eq, &exit);
1154 __ bind(&exit);
2829 Label exit; local
2837 __ b(ne, &exit);
2843 __ bind(&exit);
H A Dstub-cache-arm.cc443 Label exit; local
493 __ JumpIfSmi(r0, &exit);
512 __ JumpIfSmi(r0, &exit);
526 __ bind(&exit);
1198 // the exit frame to make GC aware of them and store pointers to them.
1214 // Create AccessorInfo instance on the stack above the exit frame with
H A Dcode-stubs-arm.cc1611 // On exit r0 is 0, positive or negative to indicate the result of
3733 // To let the GC traverse the return address of the exit frames, we need to
3819 // Enter the exit frame that transitions from JavaScript to C++.
3893 Label invoke, handler_entry, exit; local
3895 // Called from C, so do not pop argc and args on exit (preserve sp)
3969 __ b(&exit);
4016 __ bind(&exit); // r0 holds result
6819 // Push return address (accessible to GC through exit frame pc).
/external/v8/src/
H A Dfull-codegen.cc1005 // with one that's safe for GC. If we hit an exit from the try block of
1033 // with one that's safe for GC. If we hit an exit from the try block of
1219 Label try_entry, handler_entry, exit; local
1244 __ jmp(&exit);
1253 __ bind(&exit);
/external/v8/src/ia32/
H A Dbuiltins-ia32.cc338 Label use_receiver, exit; local
346 __ j(above_equal, &exit);
354 __ bind(&exit);
H A Dfull-codegen-ia32.cc407 // Pretend that the exit is a backwards jump to the entry.
954 Label loop, exit; local
963 __ j(equal, &exit);
965 __ j(equal, &exit);
1108 __ bind(&exit);
2766 Label exit; local
2774 __ j(not_equal, &exit);
2780 __ bind(&exit);
H A Dcode-stubs-ia32.cc4872 // Exit the JavaScript to C++ exit frame.
4919 // Enter the exit frame that transitions from JavaScript to C++.
4982 Label invoke, handler_entry, exit; local
5026 __ jmp(&exit);
5060 __ bind(&exit);
/external/v8/src/mips/
H A Dbuiltins-mips.cc1024 Label use_receiver, exit; local
1036 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE));
1045 __ bind(&exit);
H A Dfull-codegen-mips.cc416 // Pretend that the exit is a backwards jump to the entry.
996 Label loop, exit; local
1006 __ Branch(&exit, eq, a0, Operand(at));
1009 __ Branch(&exit, eq, a0, Operand(null_value));
1163 __ bind(&exit);
2849 Label exit; local
2856 __ Branch(&exit, ne, a3,
2863 __ bind(&exit);
H A Dstub-cache-mips.cc430 Label exit; local
478 __ JumpIfSmi(a0, &exit, scratch);
497 __ JumpIfSmi(a0, &exit);
511 __ bind(&exit);
1200 // the exit frame to make GC aware of them and store pointers to them.
1222 // Create AccessorInfo instance on the stack above the exit frame with
H A Dcode-stubs-mips.cc1684 // On exit, v0 is 0, positive, or negative (smi) to indicate the result
3877 // To let the GC traverse the return address of the exit frames, we need to
3893 // This is the return address of the exit frame.
3993 // Enter the exit frame that transitions from JavaScript to C++.
4057 Label invoke, handler_entry, exit; local
4148 __ b(&exit); // b exposes branch delay slot.
4201 __ bind(&exit); // v0 holds result
7080 // Push return address (accessible to GC through exit frame pc).
/external/v8/src/x64/
H A Dbuiltins-x64.cc343 Label use_receiver, exit; local
351 __ j(above_equal, &exit);
359 __ bind(&exit);
H A Dfull-codegen-x64.cc896 Label loop, exit; local
905 __ j(equal, &exit);
909 __ j(equal, &exit);
1062 __ bind(&exit);
2659 Label exit; local
2667 __ j(not_equal, &exit, Label::kNear);
2673 __ bind(&exit);
H A Dcode-stubs-x64.cc3888 // Exit the JavaScript to C++ exit frame.
3940 // Enter the exit frame that transitions from JavaScript to C++.
3955 // rbp: frame pointer of exit frame (restored after C call).
4014 Label invoke, handler_entry, exit; local
4085 __ jmp(&exit);
4118 __ bind(&exit);
/external/clang/lib/CodeGen/
H A DCGException.cpp1459 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { function in class:CodeGenFunction::FinallyInfo
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc255 void exit(ThreadState *thr, uptr pc) { function in class:AtExitContext
288 atexit_ctx->exit(thr, pc);
/external/valgrind/tsan/
H A Dts_valgrind.cc84 extern "C" void exit(int e) { VG_(exit)(e); } function
511 exit(G_flags->error_exitcode);
624 exit((int)args[1]);
890 * Race verification loop exit.
1006 // On an ARM system a non-call jump may possibly exit a function.
/external/kernel-headers/original/linux/
H A Dblkdev.h38 void (*exit)(struct as_io_context *aic); /* called on task exit */ member in struct:as_io_context
81 void (*exit)(struct io_context *); /* called on task exit */ member in struct:cfq_io_context
H A Dcdrom.h954 int (*exit)(struct cdrom_device_info *); member in struct:cdrom_device_info
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
H A Dantsupportlib.jar ... apache.tools.ant.Main projectHelpMain protected void exit (int) int exitCode protected void addBuildListeners (org.apache. ...
/external/mksh/src/
H A Dsh.h428 #define mkssert(e) ((e) ? (void)0 : exit(255))
602 #define LEXIT 2 /* exit statement */
604 #define LLEAVE 4 /* untrappable exit/error */
613 EXTERN int exstat; /* exit status */
614 EXTERN int subst_exstat; /* exit status of last $(..)/`..` */
616 EXTERN short trap_exstat; /* exit status before running a trap */
1081 char *exit; /* exit handler */ member in struct:block
1237 #define XERROK BIT(8) /* non-zero exit ok (for set -e) */
/external/emma/lib/
H A Demma.jar ... .IOptsParser parser int level String msg protected final void exit (boolean, java.lang.String, java.lang. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1299 milliseconds

1234