HomeSort by relevance Sort by last modified time
    Searched refs:Jump (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/lib/Analysis/
JumpInstrTableInfo.cpp 1 //===-- JumpInstrTableInfo.cpp: Info for Jump-Instruction Tables ----------===//
9 /// \brief Information about jump-instruction tables that have been created by
23 INITIALIZE_PASS(JumpInstrTableInfo, "jump-instr-table-info",
24 "Jump-Instruction Table Info", true, true)
38 Function *Jump) {
39 Tables[TableFunTy].push_back(JumpPair(Target, Jump));
  /external/valgrind/main/memcheck/tests/
badjump2.stderr.exp 0 Jump to the invalid address stated on the next line
badjump.stderr.exp 2 Jump to the invalid address stated on the next line
  /external/llvm/include/llvm/Analysis/
JumpInstrTableInfo.h 1 //===-- JumpInstrTableInfo.h: Info for Jump-Instruction Tables --*- C++ -*-===//
9 /// \brief Information about jump-instruction tables that have been created by
26 /// This class stores information about jump-instruction tables created by the
35 /// for the jump-instruction tables.
43 return "Jump-Instruction Table Info";
50 void insertEntry(FunctionType *TableFunTy, Function *Target, Function *Jump);
  /external/chromium_org/v8/src/ic/arm/
access-compiler-arm.cc 19 __ Jump(code, RelocInfo::CODE_TARGET);
ic-compiler-arm.cc 81 __ 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/
access-compiler-arm64.cc 19 __ Jump(code, RelocInfo::CODE_TARGET);
ic-compiler-arm64.cc 81 __ Jump(handlers->at(current), RelocInfo::CODE_TARGET);
118 __ Jump(handler_stubs->at(i), RelocInfo::CODE_TARGET);
  /external/chromium_org/v8/src/ic/mips/
access-compiler-mips.cc 19 __ Jump(code, RelocInfo::CODE_TARGET);
ic-compiler-mips.cc 65 __ 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);
stub-cache-mips.cc 84 // Jump to the first instruction in the code stub.
86 __ Jump(at);
  /external/chromium_org/v8/src/ic/mips64/
access-compiler-mips64.cc 19 __ Jump(code, RelocInfo::CODE_TARGET);
ic-compiler-mips64.cc 65 __ 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);
stub-cache-mips64.cc 84 // Jump to the first instruction in the code stub.
86 __ Jump(at);
  /hardware/intel/bootstub/
head.S 87 jmpl *%ecx # Jump to the 32-bit entrypoint
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
49 /// InDiag - The note to emit if there is a jump into this scope.
52 /// OutDiag - The note to emit if there is an indirect jump out
327 // 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();
491 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
500 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
509 SwitchStmt *SS = cast<SwitchStmt>(Jump);
    [all...]
  /external/chromium_org/v8/src/mips64/
debug-mips64.cc 176 __ Jump(t9);
320 __ Jump(t9);
builtins-mips64.cc 255 // stack, and jump back to the case where the argument is a string.
291 __ Jump(at);
297 __ Jump(at);
501 // and jump into the continuation code at any time from now on. Any
828 __ Jump(ra);
898 __ Jump(a0);
    [all...]
  /external/llvm/test/MC/Mips/
micromips-jump-instructions.s 6 # for jump and branch instructions.
8 # Jump instructions
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 247 // stack, and jump back to the case where the argument is a string.
284 __ Jump(r2);
290 __ Jump(r0);
477 // and jump into the continuation code at any time from now on. Any
710 __ Jump(lr);
794 __ Jump(lr);
899 // Jump to point after the code-age stub.
    [all...]
debug-arm.cc 163 __ Jump(ip);
313 __ Jump(ip);
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memset.S 71 SUB PC,CPC1,A1.2 ! Jump into table below
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 256 // stack, and jump back to the case where the argument is a string.
292 __ Jump(at);
298 __ Jump(at);
494 // and jump into the continuation code at any time from now on. Any
813 __ Jump(ra);
884 __ Jump(a0);
    [all...]
debug-mips.cc 173 __ Jump(t9);
317 __ Jump(t9);
  /external/chromium_org/v8/src/x64/
debug-x64.cc 149 __ Jump(Operand(kScratchRegister, 0));

Completed in 450 milliseconds

1 2 3 4