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

1 2 3

  /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);
  /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/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 248 // stack, and jump back to the case where the argument is a string.
285 __ Jump(r2);
291 __ Jump(r0);
478 // and jump into the continuation code at any time from now on. Any
711 __ Jump(lr);
795 __ Jump(lr);
900 // Jump to point after the code-age stub.
    [all...]
debug-arm.cc 152 __ Jump(ip);
macro-assembler-arm.h 79 // Jump, Call, and Ret pseudo instructions implementing inter-working.
80 void Jump(Register target, Condition cond = al);
81 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
82 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
225 // black and fall through. For the rest we jump to the label so the
516 // Control will jump to not_int32 if the value cannot be exactly represented
528 // Control will jump to not_int32 if the object cannot be exactly represented
    [all...]
macro-assembler-arm.cc 32 void MacroAssembler::Jump(Register target, Condition cond) {
37 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
44 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode,
47 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
51 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
56 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
    [all...]
deoptimizer-arm.cc 318 __ Jump(ip);
stub-cache-arm.cc 93 // Jump to the first instruction in the code stub.
455 // We jump to a runtime call that extends the properties array.
803 // Jump to stub.
810 __ Jump(code, RelocInfo::CODE_TARGET);
    [all...]
  /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 160 __ Jump(t9);
stub-cache-mips.cc 88 // Jump to the first instruction in the code stub.
90 __ Jump(at);
442 // We jump to a runtime call that extends the properties array.
795 // Jump to stub.
802 __ Jump(code, RelocInfo::CODE_TARGET);
    [all...]
  /external/chromium_org/v8/src/x64/
debug-x64.cc 149 __ Jump(Operand(kScratchRegister, 0));
macro-assembler-x64.h 207 // black and fall through. For the rest we jump to the label so the
428 // If either argument is not a smi, jump to on_not_smis and retain
489 // Test-and-jump functions. Typically combines a check function
490 // above with a conditional jump.
492 // Jump if the value can be represented by a smi.
496 // Jump if the value cannot be represented by a smi.
500 // Jump if the unsigned integer value can be represented by a smi.
504 // Jump if the unsigned integer value cannot be represented by a smi.
508 // Jump to label if the value is a tagged smi.
513 // Jump to label if the value is not a tagged smi
    [all...]
  /external/lldb/source/Expression/
IRInterpreter.cpp 98 void Jump (const BasicBlock *bb)
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));
    [all...]
  /external/oprofile/events/mips/25K/
events 12 event:0x6 counters:0,1 um:zero minimum:500 name:BRANCHES_JUMPS_ISSUED : Branch/Jump instructions issued
25 # Branch/Jump Prediction:
  /external/chromium_org/v8/src/arm64/
builtins-arm64.cc 240 // stack, and jump back to the case where the argument is a string.
483 // and jump into the continuation code at any time from now on. Any
885 // Jump to point after the code-age stub.
    [all...]
macro-assembler-arm64.cc     [all...]
macro-assembler-arm64.h     [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 91 // - as a jump target
115 SizeT szB; // not used for exec (jump) errors
120 // Jump to an unaddressable memory location.
123 } Jump;
434 emit( " <what>Conditional jump or move depends"
443 emit( "Conditional jump or move depends"
589 emit( " <what>Jump to the invalid address stated "
592 VG_(pp_addrinfo_mc)( VG_(get_error_address)(err), &extra->Err.Jump.ai,
595 emit( "Jump to the invalid address stated on the next line\n" );
597 VG_(pp_addrinfo_mc)( VG_(get_error_address)(err), &extra->Err.Jump.ai
    [all...]

Completed in 761 milliseconds

1 2 3