HomeSort by relevance Sort by last modified time
    Searched defs:exit (Results 276 - 300 of 739) sorted by null

<<11121314151617181920>>

  /external/v8/src/x87/
builtins-x87.cc 336 Label use_receiver, exit; local
344 __ j(above_equal, &exit);
353 __ bind(&exit);
486 // Exit the internal frame. Notice that this also removes the empty.
    [all...]
  /external/v8/test/cctest/compiler/
test-loop-analysis.cc 190 Node* exit; member in struct:v8::internal::compiler::While
197 exit = t.graph.NewNode(t.common.IfFalse(), branch);
203 that.loop->ReplaceInput(1, exit);
255 t.Return(t.p0, t.start, w.exit);
272 t.Return(phi, t.start, w.exit);
288 t.Return(c.phi, t.start, w.exit);
304 t.Return(t.p0, c.phi, w.exit);
321 t.Return(t.graph.NewNode(&kIntAdd, c1.phi, c2.phi), t.start, w.exit);
337 w2.chain(w1.exit);
338 t.Return(t.p0, t.start, w2.exit);
625 Node* exit = t.graph.NewNode(t.common.IfFalse(), branch); local
657 Node* exit = loop; local
697 Node* exit = t.graph.NewNode(t.common.IfFalse(), branch); local
935 Node* exit = t.graph.NewNode(t.common.IfFalse(), branch); local
971 Node* exit = t.graph.NewNode(t.common.IfFalse(), branch); local
    [all...]
test-run-machops.cc 672 RawMachineLabel header, body, exit; local
675 m.Branch(m.Int32Constant(0), &body, &exit);
678 m.Bind(&exit);
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 325 * The VM calls this through the "exit" hook.
329 gCurRuntime->exit(code);
669 /* route exit() to our handler */
670 addOption("exit", (void*) runtime_exit);
1079 void AndroidRuntime::exit(int code) function in class:android::AndroidRuntime
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 844 Fragment* exit = &*island.end(); local
845 if (exit == island.begin()->getParent()->end()) {
849 if ((island.offset() + island.size()) > exit->getOffset()) {
852 invalid_frags.push_back(exit);
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
Expr.java 338 Scope.exit();
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
LayoutFileParser.java 88 Scope.exit();
129 Scope.exit();
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 241 public void exit() { method in class:A2dpSinkStateMachine.Disconnected
242 log("Exit Disconnected: " + getCurrentMessage().what);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 2346 def exit(self, status=0, message=None): member in class:ArgumentParser
    [all...]
optparse.py 811 parser.exit()
814 parser.exit()
1570 def exit(self, status=0, msg=None): member in class:OptionParser
    [all...]
  /art/compiler/optimizing/
bounds_check_elimination.cc 1237 HBasicBlock* exit = GetGraph()->GetExitBlock(); local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI.cpp 3604 int32_t QCameraCmdThread::exit() function in class:android::QCameraCmdThread
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java 604 public ReplyPacket exit(int exitCode) { method in class:VmMirror
    [all...]
  /external/boringssl/win-x86_64/crypto/aes/
aes-x86_64.asm 932 jmp NEAR $L$exit
983 jmp NEAR $L$exit
1044 jmp NEAR $L$exit
1132 jmp NEAR $L$exit
1136 $L$exit:
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1730 const BasicBlock *exit() const { return Exit; } function in class:clang::threadSafety::SCFG
1731 BasicBlock *exit() { return Exit; } function in class:clang::threadSafety::SCFG
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 1243 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { function in class:CodeGenFunction::FinallyInfo
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1101 bool exit = false; local
1103 exit = true;
1107 exit = false;
1111 } while (!exit);
    [all...]
  /external/v8/src/arm64/
builtins-arm64.cc 669 Label use_receiver, exit; local
679 __ JumpIfObjectType(x0, x1, x3, FIRST_JS_RECEIVER_TYPE, &exit, ge);
688 __ Bind(&exit);
848 // Exit the JS internal frame and remove the parameters (except function),
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 854 // with one that's safe for GC. If we hit an exit from the try block of
859 current = current->Exit(&stack_depth, &context_length);
882 // with one that's safe for GC. If we hit an exit from the try block of
887 current = current->Exit(&stack_depth, &context_length);
908 current = current->Exit(&stack_depth, &context_length);
1129 Label try_entry, handler_entry, exit; local
    [all...]

Completed in 1625 milliseconds

<<11121314151617181920>>