Searched refs:Jump (Results 1 - 25 of 73) sorted by relevance

123

/external/llvm/lib/Analysis/
H A DJumpInstrTableInfo.cpp1 //===-- JumpInstrTableInfo.cpp: Info for Jump-Instruction Tables ----------===//
24 "Jump-Instruction Table Info", true, true)
38 Function *Jump) {
39 Tables[TableFunTy].push_back(JumpPair(Target, Jump));
37 insertEntry(FunctionType *TableFunTy, Function *Target, Function *Jump) argument
/external/valgrind/main/memcheck/tests/
H A Dbadjump2.stderr.exp0 Jump to the invalid address stated on the next line
H A Dbadjump.stderr.exp2 Jump to the invalid address stated on the next line
/external/llvm/include/llvm/Analysis/
H A DJumpInstrTableInfo.h1 //===-- JumpInstrTableInfo.h: Info for Jump-Instruction Tables --*- C++ -*-===//
43 return "Jump-Instruction Table Info";
50 void insertEntry(FunctionType *TableFunTy, Function *Target, Function *Jump);
/external/chromium_org/v8/src/ic/arm/
H A Daccess-compiler-arm.cc19 __ Jump(code, RelocInfo::CODE_TARGET);
H A Dic-compiler-arm.cc81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq);
108 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq);
113 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, al);
/external/chromium_org/v8/src/ic/arm64/
H A Daccess-compiler-arm64.cc19 __ Jump(code, RelocInfo::CODE_TARGET);
H A Dic-compiler-arm64.cc81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET);
118 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
/external/chromium_org/v8/src/ic/mips/
H A Daccess-compiler-mips.cc19 __ Jump(code, RelocInfo::CODE_TARGET);
H A Dic-compiler-mips.cc65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
H A Dstub-cache-mips.cc84 // Jump to the first instruction in the code stub.
86 __ Jump(at);
/external/chromium_org/v8/src/ic/mips64/
H A Daccess-compiler-mips64.cc19 __ Jump(code, RelocInfo::CODE_TARGET);
H A Dic-compiler-mips64.cc65 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET, eq, match,
91 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET, eq, scratch1(),
97 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
H A Dstub-cache-mips64.cc84 // Jump to the first instruction in the code stub.
86 __ Jump(at);
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp327 // Jump from the catch into the try is not allowed either.
392 // Jump from the catch to the finally or try is not valid.
404 // Jump from the finally to the try or catch is not valid.
488 Stmt *Jump = Jumps.pop_back_val(); local
491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
500 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
509 SwitchStmt *SS = cast<SwitchStmt>(Jump);
538 /// Jump-triviality is transitive but asymmetric.
682 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, argument
686 S.Diag(Jump
701 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/external/chromium_org/v8/src/mips64/
H A Ddebug-mips64.cc176 __ Jump(t9);
320 __ Jump(t9);
H A Dbuiltins-mips64.cc291 __ Jump(at);
297 __ Jump(at);
828 __ Jump(ra);
898 __ Jump(a0);
943 // Jump to point after the code-age stub.
945 __ Jump(a0);
969 __ Jump(ra); // Jump to miss handler
1074 __ Jump(masm->isolate()->builtins()->OnStackReplacement(),
1231 __ Jump(mas
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-jump-instructions.s8 # Jump instructions
/external/chromium_org/v8/src/arm/
H A Dbuiltins-arm.cc284 __ Jump(r2);
290 __ Jump(r0);
710 __ Jump(lr);
794 __ Jump(lr);
899 // Jump to point after the code-age stub.
925 __ mov(pc, lr); // Jump to miss handler
1039 __ Jump(masm->isolate()->builtins()->OnStackReplacement(),
1198 __ Jump(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(),
1203 __ Jump(masm->isolate()->builtins()->ArgumentsAdaptorTrampoline(),
1218 __ Jump(mas
[all...]
H A Ddebug-arm.cc163 __ Jump(ip);
313 __ Jump(ip);
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S71 SUB PC,CPC1,A1.2 ! Jump into table below
/external/chromium_org/v8/src/mips/
H A Dbuiltins-mips.cc292 __ Jump(at);
298 __ Jump(at);
813 __ Jump(ra);
884 __ Jump(a0);
929 // Jump to point after the code-age stub.
931 __ Jump(a0);
955 __ Jump(ra); // Jump to miss handler
1060 __ Jump(masm->isolate()->builtins()->OnStackReplacement(),
1218 __ Jump(mas
[all...]
H A Ddebug-mips.cc173 __ Jump(t9);
317 __ Jump(t9);
/external/chromium_org/v8/src/x64/
H A Ddebug-x64.cc149 __ Jump(Operand(kScratchRegister, 0));
/external/lldb/source/Expression/
H A DIRInterpreter.cpp98 void Jump (const BasicBlock *bb) function in class:InterpreterStackFrame
604 frame.Jump(function.begin());
899 frame.Jump(br_inst->getSuccessor(0));
901 frame.Jump(br_inst->getSuccessor(1));
911 frame.Jump(br_inst->getSuccessor(0));

Completed in 349 milliseconds

123