/external/chromium_org/v8/src/mips64/ |
lithium-codegen-mips64.h | 431 void SetExit(Label* exit) { external_exit_ = exit; } 433 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
builtins-mips64.cc | 707 Label use_receiver, exit; local 719 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); 728 __ bind(&exit); [all...] |
/external/chromium_org/v8/src/x64/ |
lithium-codegen-x64.h | 382 void SetExit(Label* exit) { external_exit_ = exit; } 384 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode 385 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
|
builtins-x64.cc | 441 Label use_receiver, exit; local 449 __ j(above_equal, &exit); 457 __ bind(&exit); 592 // Exit the internal frame. Notice that this also removes the empty [all...] |
/external/emma/core/java12/com/vladium/emma/ |
Command.java | 98 if ("exit".equals (on)) // 'exit' should always be first in this else-if chain 175 exit (true, "property override file [" + m_propertyFile.getAbsolutePath () + "] could not be read", ioe, RC_USAGE); method 205 exit (true, null, null, RC_USAGE); method 208 protected final void exit (final boolean showBuildID, final String msg, final Throwable t, final int rc) method in class:Command 223 // error exit: 230 System.exit (rc); 242 // normal exit: 't' is ignored 246 System.exit (0); 301 // return codes used with System.exit() [all...] |
runCommand.java | 163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED); method 254 exit (true, yre.getMessage (), yre, RC_UNEXPECTED); // does not return method 262 exit (true, "unexpected failure: ", t, RC_UNEXPECTED); // does not return method 266 exit (false, null, null, RC_OK); method
|
/external/kernel-headers/original/uapi/linux/ |
cn_proc.h | 59 /* "last" is the last process event: exit, 124 } exit; member in union:proc_event::__anon2483
|
/external/lldb/test/unittest2/test/ |
test_program.py | 33 program = unittest2.TestProgram(testRunner=runner, exit=False, verbosity=2) 53 program = unittest2.main(exit=False, 66 exit=True, 80 exit = False variable in class:InitialisableProgram 121 program.exit = True 125 program.exit = False 127 self.assertTrue(program.exit) 131 self.assertTrue(program.exit)
|
/external/llvm/include/llvm/Analysis/ |
RegionInfo.h | 10 // Calculate a program structure tree built out of single entry single exit 153 /// @brief A single entry single exit Region. 164 /// BasicBlocks that merge several entry or exit edges so that after the merge 165 /// just one entry and one exit edge exists. 171 /// The \e Exit of a Region is the first BasicBlock that is passed after 172 /// leaving the Region. It is not an element of the Region. The exit BasicBlock, 223 // The exit BasicBlock of this region. 225 BasicBlock *exit; member in class:llvm::Region 254 /// @param Exit The exit basic block of the region [all...] |
/external/lzma/C/ |
LzFindMt.h | 26 Bool exit;
member in struct:_CMtSync
|
/art/compiler/utils/arm64/ |
assembler_arm64.cc | 593 vixl::Label exit; local 598 ___ Cbz(reg_x(in_reg.AsCoreRegister()), &exit); local 600 ___ Bind(&exit);
|
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/ |
rc4-x86_64.S | 140 jmp L$exit 337 jmp L$exit 354 jmp L$exit 489 jmp L$exit 509 jmp L$exit 512 L$exit:
|
/external/chromium_org/v8/src/arm64/ |
lithium-codegen-arm64.h | 128 Label* exit, 430 void SetExit(Label* exit) { external_exit_ = exit; } 432 Label* exit() { return (external_exit_ != NULL) ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode
|
/external/chromium_org/v8/test/cctest/ |
test-macro-assembler-x64.cc | 145 static void TestMoveSmi(MacroAssembler* masm, Label* exit, int id, Smi* value) { 150 __ j(not_equal, exit); 166 Label exit; local 168 TestMoveSmi(masm, &exit, 1, Smi::FromInt(0)); 169 TestMoveSmi(masm, &exit, 2, Smi::FromInt(127)); 170 TestMoveSmi(masm, &exit, 3, Smi::FromInt(128)); 171 TestMoveSmi(masm, &exit, 4, Smi::FromInt(255)); 172 TestMoveSmi(masm, &exit, 5, Smi::FromInt(256)); 173 TestMoveSmi(masm, &exit, 6, Smi::FromInt(Smi::kMaxValue)); 174 TestMoveSmi(masm, &exit, 7, Smi::FromInt(-1)) 252 Label exit; local 300 Label exit; local 426 Label exit; local 468 Label exit; local 478 __ j(NegateCondition(cond), &exit); local 489 __ j(NegateCondition(cond), &exit); local 500 __ j(NegateCondition(cond), &exit); local 511 __ j(NegateCondition(cond), &exit); local 524 __ j(NegateCondition(cond), &exit); local 552 __ j(NegateCondition(cond), &exit); local 577 __ j(NegateCondition(cond), &exit); local 593 __ j(NegateCondition(cond), &exit); local 612 __ j(NegateCondition(cond), &exit); local 622 __ j(NegateCondition(cond), &exit); local 627 __ j(NegateCondition(cond), &exit); local 632 __ j(NegateCondition(cond), &exit); local 637 __ j(NegateCondition(cond), &exit); local 713 Label exit; local 926 Label exit; local 1144 Label exit; local 1232 Label exit; local 1335 Label exit; local 1442 Label exit; local 1536 Label exit; local 1602 Label exit; local 1678 Label exit; local 1756 Label exit; local 1836 Label exit; local 1900 Label exit; local 1993 Label exit; local 2096 Label exit; local 2162 Label exit; local 2223 Label exit; local 2262 Label exit; local 2613 Label exit; local [all...] |
test-assembler-mips.cc | 116 Label exit, error; local 225 __ b(&exit); 232 __ bind(&exit); 738 Label exit, exit2, exit3; local 740 __ Branch(&exit, ge, a0, Operand(zero_reg)); 744 __ bind(&exit); [all...] |
test-assembler-mips64.cc | 118 Label exit, error; local 235 __ b(&exit); 242 __ bind(&exit); 740 Label exit, exit2, exit3; local 742 __ Branch(&exit, ge, a0, Operand(zero_reg)); 746 __ bind(&exit); [all...] |
/external/chromium_org/v8/src/arm/ |
builtins-arm.cc | 676 Label use_receiver, exit; local 688 __ b(ge, &exit); 697 __ bind(&exit); 790 // Exit the JS frame and remove the parameters (except function), and [all...] |
/external/chromium_org/v8/src/ia32/ |
builtins-ia32.cc | 440 Label use_receiver, exit; local 448 __ j(above_equal, &exit); 456 __ bind(&exit); 535 // Exit the internal frame. Notice that this also removes the empty. [all...] |
/external/chromium_org/v8/src/ic/arm/ |
handler-compiler-arm.cc | 338 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/ |
handler-compiler-arm64.cc | 381 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/ |
handler-compiler-mips.cc | 332 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/ |
handler-compiler-mips64.cc | 332 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/mips/ |
builtins-mips.cc | 695 Label use_receiver, exit; local 707 __ Branch(&exit, greater_equal, a3, Operand(FIRST_SPEC_OBJECT_TYPE)); 716 __ bind(&exit); [all...] |
/external/chromium_org/v8/src/x87/ |
builtins-x87.cc | 440 Label use_receiver, exit; local 448 __ j(above_equal, &exit); 456 __ bind(&exit); 535 // Exit the internal frame. Notice that this also removes the empty. [all...] |
lithium-codegen-x87.h | 493 void SetExit(Label* exit) { external_exit_ = exit; } 495 Label* exit() { return external_exit_ != NULL ? external_exit_ : &exit_; } function in class:v8::internal::LDeferredCode 496 Label* done() { return codegen_->NeedsDeferredFrame() ? &done_ : exit(); }
|