/dalvik/vm/mterp/armv5te/ |
OP_MOVE_FROM16.S | 10 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_MOVE_RESULT.S | 9 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_ARRAY_LENGTH.S | 15 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_CONST_WIDE_32.S | 12 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/mips/ |
OP_CONST_WIDE_16.S | 10 GOTO_OPCODE(t0) # jump to next instruction
|
OP_CONST_WIDE_32.S | 13 GOTO_OPCODE(t0) # jump to next instruction
|
OP_CONST_WIDE_HIGH16.S | 11 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MONITOR_ENTER.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MOVE_RESULT_WIDE.S | 10 GOTO_OPCODE(t0) # jump to next instruction
|
/external/clang/test/SemaObjC/ |
autoreleasepool.m | 12 @autoreleasepool { // expected-note {{jump bypasses auto release push of @autoreleasepool block}}
|
arc-jump-block.m | 22 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}} 25 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}} 87 int test2(id obj, int state) { // expected-note {{jump enters lifetime of block}} FIXME: wierd location
|
/external/llvm/test/CodeGen/Hexagon/ |
simpletailcall.ll | 5 ; CHECK: jump bar_empty
|
/external/markdown/tests/extensions-x-footnotes/ |
footnote.html | 11 <p><a href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">↩</a></p> 18 <p><a href="#fnref:2" rev="footnote" title="Jump back to footnote 2 in the text">↩</a></p> 22  <a href="#fnref:3" rev="footnote" title="Jump back to footnote 3 in the text">↩</a></p> 26 <p>Paragraph two. <a href="#fnref:4" rev="footnote" title="Jump back to footnote 4 in the text">↩</a></p>
|
/external/valgrind/main/memcheck/tests/amd64-linux/ |
defcfaexpr.stderr.exp | 1 Conditional jump or move depends on uninitialised value(s)
|
/external/valgrind/main/memcheck/tests/ |
origin6-fp.stderr.exp-glibc25-amd64 | 1 Conditional jump or move depends on uninitialised value(s)
|
origin6-fp.stderr.exp-glibc27-ppc64 | 1 Conditional jump or move depends on uninitialised value(s)
|
partiallydefinedeq.stderr.exp2 | 3 Conditional jump or move depends on uninitialised value(s) 7 Conditional jump or move depends on uninitialised value(s) 11 Conditional jump or move depends on uninitialised value(s)
|
origin1-yes.stderr.exp | 3 Conditional jump or move depends on uninitialised value(s) 10 Conditional jump or move depends on uninitialised value(s) 17 Conditional jump or move depends on uninitialised value(s) 24 Conditional jump or move depends on uninitialised value(s) 32 Conditional jump or move depends on uninitialised value(s) 40 Conditional jump or move depends on uninitialised value(s) 51 Conditional jump or move depends on uninitialised value(s)
|
/external/webkit/Source/WebCore/manual-tests/wml/ |
access-target.wml | 7 <p>If the test passes, this deck will jump to "targetdeck.wml" after 3 second</p>
|
/external/webkit/Source/JavaScriptCore/assembler/ |
MacroAssemblerARM.h | 390 Jump branch8(Condition cond, Address left, TrustedImm32 right) 396 Jump branch32(Condition cond, RegisterID left, RegisterID right, int useConstantPool = 0) 399 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool)); 402 Jump branch32(Condition cond, RegisterID left, TrustedImm32 right, int useConstantPool = 0) 414 return Jump(m_assembler.jmp(ARMCondition(cond), useConstantPool)); 417 Jump branch32(Condition cond, RegisterID left, Address right) 423 Jump branch32(Condition cond, Address left, RegisterID right) 429 Jump branch32(Condition cond, Address left, TrustedImm32 right) 435 Jump branch32(Condition cond, BaseIndex left, TrustedImm32 right) 441 Jump branch32WithUnalignedHalfWords(Condition cond, BaseIndex left, TrustedImm32 right 500 Jump jump() function in class:JSC::MacroAssemblerARM 505 void jump(RegisterID target) function in class:JSC::MacroAssemblerARM 510 void jump(Address address) function in class:JSC::MacroAssemblerARM 761 Jump jump = branch32(cond, left, ARMRegisters::S1, true); local 769 Jump jump = branch32(cond, ARMRegisters::S0, ARMRegisters::S1, true); local [all...] |
MacroAssemblerX86.h | 111 Jump branch32(Condition cond, AbsoluteAddress left, RegisterID right) 114 return Jump(m_assembler.jCC(x86Condition(cond))); 117 Jump branch32(Condition cond, AbsoluteAddress left, TrustedImm32 right) 120 return Jump(m_assembler.jCC(x86Condition(cond))); 130 return Call::fromTailJump(jump()); 133 Call makeTailRecursiveCall(Jump oldJump) 145 Jump branchPtrWithPatch(Condition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) 149 return Jump(m_assembler.jCC(x86Condition(cond))); 152 Jump branchPtrWithPatch(Condition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) 156 return Jump(m_assembler.jCC(x86Condition(cond))) [all...] |
MacroAssemblerARMv7.h | 655 Jump branchDouble(DoubleCondition cond, FPRegisterID left, FPRegisterID right) 661 // ConditionNE jumps if NotEqual *or* unordered - force the unordered cases not to jump. 662 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); 663 Jump result = makeBranch(ARMv7Assembler::ConditionNE); 668 Jump unordered = makeBranch(ARMv7Assembler::ConditionVS); 669 Jump notEqual = makeBranch(ARMv7Assembler::ConditionNE); 672 Jump result = makeJump(); 679 Jump branchTruncateDoubleToInt32(FPRegisterID, RegisterID) 682 return jump(); 694 // Convert the integer result back to float & compare to the original value - if not equal or unordered (NaN) then jump 1000 Jump jump() function in class:JSC::MacroAssemblerARMv7 1005 void jump(RegisterID target) function in class:JSC::MacroAssemblerARMv7 1011 void jump(Address address) function in class:JSC::MacroAssemblerARMv7 [all...] |
/external/clang/test/SemaCXX/ |
scope-check.cpp | 24 C c; // expected-note {{jump bypasses variable initialization}} 71 C c1; // expected-note {{jump bypasses variable initialization}} 92 D d; // expected-note {{jump exits scope of variable with non-trivial destructor}} 143 int x = 56; // expected-note {{jump bypasses variable initialization}} 151 l1: int x = 5; // expected-note {{jump bypasses variable initialization}} 201 int a = 3; // expected-note {{jump bypasses variable initialization}}
|
/external/webkit/Source/JavaScriptCore/jit/ |
JSInterfaceJIT.h | 192 inline Jump emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload); 193 inline Jump emitLoadInt32(unsigned virtualRegisterIndex, RegisterID dst); 194 inline Jump emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch); 202 inline Jump emitJumpIfNotJSCell(unsigned virtualRegisterIndex); 207 Jump emitJumpIfImmediateNumber(RegisterID reg); 208 Jump emitJumpIfNotImmediateNumber(RegisterID reg); 225 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadJSCell(unsigned virtualRegisterIndex, RegisterID payload) 231 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitJumpIfNotJSCell(unsigned virtualRegisterIndex) 237 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadInt32(unsigned virtualRegisterIndex, RegisterID dst) 266 inline JSInterfaceJIT::Jump JSInterfaceJIT::emitLoadDouble(unsigned virtualRegisterIndex, FPRegisterID dst, RegisterID scratch [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.cpp | 125 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo)); 135 failures.append(jump()); 139 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo)); 142 failures.append(jump()); 168 Jump unicodeFail; 170 Jump isAscii = branch32(LessThanOrEqual, character, TrustedImm32(0x7f)); 184 Jump below = branch32(LessThan, character, Imm32(lo)); 190 unicodeFail = jump(); 231 Jump jumpIfNoAvailableInput(unsigned countToCheck) 237 Jump jumpIfAvailableInput(unsigned countToCheck 716 generator->m_expressionState.addIndirectJumpEntry(getStackOffset(), jump); local [all...] |