Searched defs:exit (Results 76 - 100 of 138) sorted by relevance

123456

/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/aes/
H A Daes-x86_64.S898 jmp L$exit
949 jmp L$exit
1010 jmp L$exit
1098 jmp L$exit
1102 L$exit:
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h518 void (*exit)(void); member in struct:usbi_os_backend
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single
533 Instruction *exit = in->getExit(); local
534 if (!exit) {
539 if (exit->op == OP_BRA) {
540 exit->op = OP_JOIN;
541 exit->asFlow()->limit = 1; // must-not-propagate marker
/external/chromium_org/v8/src/arm64/
H A Dbuiltins-arm64.cc641 Label use_receiver, exit; local
652 __ JumpIfObjectType(x0, x1, x3, FIRST_SPEC_OBJECT_TYPE, &exit, ge);
661 __ Bind(&exit);
/external/chromium_org/v8/src/ia32/
H A Dbuiltins-ia32.cc440 Label use_receiver, exit; local
448 __ j(above_equal, &exit);
456 __ bind(&exit);
H A Dcode-stubs-ia32.cc2289 // Move result to edi and exit the internal frame.
2335 // Enter the exit frame that transitions from JavaScript to C++.
2391 // Exit the JavaScript to C++ exit frame.
2420 Label invoke, handler_entry, exit; local
2463 __ jmp(&exit);
2496 __ bind(&exit);
/external/chromium_org/v8/src/ic/arm/
H A Dhandler-compiler-arm.cc338 Label exit; local
479 __ bind(&exit);
653 // the exit frame to make GC aware of them and store pointers to them.
/external/chromium_org/v8/src/ic/arm64/
H A Dhandler-compiler-arm64.cc381 Label exit; local
514 __ Bind(&exit);
695 // name below the exit frame to make GC aware of them and store pointers to
/external/chromium_org/v8/src/ic/mips/
H A Dhandler-compiler-mips.cc332 Label exit; local
474 __ bind(&exit);
651 // the exit frame to make GC aware of them and store pointers to them.
/external/chromium_org/v8/src/ic/mips64/
H A Dhandler-compiler-mips64.cc332 Label exit; local
474 __ bind(&exit);
651 // the exit frame to make GC aware of them and store pointers to them.
/external/chromium_org/v8/src/x87/
H A Dbuiltins-x87.cc440 Label use_receiver, exit; local
448 __ j(above_equal, &exit);
456 __ bind(&exit);
H A Dcode-stubs-x87.cc1975 // Move result to edi and exit the internal frame.
2026 // Enter the exit frame that transitions from JavaScript to C++.
2082 // Exit the JavaScript to C++ exit frame.
2111 Label invoke, handler_entry, exit; local
2154 __ jmp(&exit);
2187 __ bind(&exit);
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-machops.cc197 MLabel header, body, exit; local
200 m.Branch(m.Int32Constant(0), &body, &exit);
203 m.Bind(&exit);
/external/libusb/libusb/
H A Dlibusbi.h364 void (*exit)(void); member in struct:usbi_os_backend
/external/lldb/tools/driver/
H A DDriver.cpp148 // read functions can exit.
481 Driver::ParseArgs (int argc, const char *argv[], FILE *out_fh, bool &exit) argument
715 exit = true;
720 exit = true;
738 exit = true;
1228 exit(1);
1236 exit(2);
1247 exit(3);
1260 exit(1);
1268 exit(
1717 bool exit = false; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp377 std::vector<Limits> limitT, limitB, limitS; // entry, exit, single
533 Instruction *exit = in->getExit(); local
534 if (!exit) {
539 if (exit->op == OP_BRA) {
540 exit->op = OP_JOIN;
541 exit->asFlow()->limit = 1; // must-not-propagate marker
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java530 public ReplyPacket exit(int exitCode) { method in class:VmMirror
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc295 void KernelProxy::exit(int status) { function in class:nacl_io::KernelProxy
/external/chromium_org/v8/src/
H A Dfull-codegen.cc1162 // with one that's safe for GC. If we hit an exit from the try block of
1190 // with one that's safe for GC. If we hit an exit from the try block of
1378 Label try_entry, handler_entry, exit; local
1403 __ jmp(&exit);
1412 __ bind(&exit);
/external/clang/lib/CodeGen/
H A DCGException.cpp1430 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { function in class:CodeGenFunction::FinallyInfo
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.cpp1008 bool exit = false; local
1010 exit = true;
1014 exit = false;
1018 } while (!exit);
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc587 // On exit r0 is 0, positive or negative to indicate the result of
1011 // Enter the exit frame that transitions from JavaScript to C++.
1044 // To let the GC traverse the return address of the exit frames, we need to
1132 Label invoke, handler_entry, exit; local
1136 // Called from C, so do not pop argc and args on exit (preserve sp)
1217 __ b(&exit);
1262 __ bind(&exit); // r0 holds result
2753 // Move result to edi and exit the internal frame.
4666 // Create PropertyAccessorInfo instance on the stack above the exit frame with
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc2163 // Move result to edi and exit the internal frame.
2207 // Enter the exit frame that transitions from JavaScript to C++.
2216 // rbp: frame pointer of exit frame (restored after C call).
2303 // Exit the JavaScript to C++ exit frame.
2334 Label invoke, handler_entry, exit; local
2417 __ jmp(&exit);
2450 __ bind(&exit);
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc68 // so it may appear multiple times in a test if the test has multiple exit
1629 Label good, exit; local
1641 __ Bind(&exit);
1647 __ B(&exit);
11095 Label exit; local
11096 __ b(&exit);
11111 __ bind(&exit);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1529 // entry point, and one exit point.
1551 // TODO: set entry and exit!
1565 const BasicBlock *exit() const { return Exit; } function in class:clang::threadSafety::SCFG
1566 BasicBlock *exit() { return Exit; } function in class:clang::threadSafety::SCFG

Completed in 760 milliseconds

123456