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

1 2 3

  /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/clang/lib/Sema/
JumpDiagnostics.cpp 1 //===--- JumpDiagnostics.cpp - Protected scope jump analysis ------*- C++ -*-=//
45 /// InDiag - The note to emit if there is a jump into this scope.
48 /// OutDiag - The note to emit if there is an indirect jump out
350 // Jump from the catch into the try is not allowed either.
416 // Jump from the catch to the finally or try is not valid.
428 // Jump from the finally to the try or catch is not valid.
494 Stmt *Jump = Jumps.pop_back_val();
497 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
506 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
515 SwitchStmt *SS = cast<SwitchStmt>(Jump);
    [all...]
  /external/v8/src/arm/
builtins-arm.cc 335 __ Jump(lr);
378 __ Jump(lr);
432 __ Jump(lr);
495 // Jump to the generic array code if the specialized code cannot handle the
501 __ Jump(array_code, RelocInfo::CODE_TARGET);
528 // Jump to the generic array code if the specialized code cannot handle
534 __ Jump(array_code, RelocInfo::CODE_TARGET);
561 // Jump to the generic construct code in case the specialized code cannot
566 __ Jump(generic_construct_stub, RelocInfo::CODE_TARGET);
680 // stack, and jump back to the case where the argument is a string
    [all...]
stub-cache-arm.cc 121 // Jump to the first instruction in the code stub.
463 // We jump to a runtime call that extends the properties array.
536 __ Jump(code, RelocInfo::CODE_TARGET);
    [all...]
debug-arm.cc 194 __ Jump(ip);
macro-assembler-arm.cc 75 void MacroAssembler::Jump(Register target, Condition cond) {
84 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
95 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode,
98 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
102 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
106 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
    [all...]
macro-assembler-arm.h 100 // Jump, Call, and Ret pseudo instructions implementing inter-working.
101 void Jump(Register target, Condition cond = al);
102 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
103 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
238 // black and fall through. For the rest we jump to the label so the
785 // Jump to the specified label if it does not.
791 // and HeapObject elements. Jump to the specified label if it does not.
797 // elements. Jump to the specified label if it does not.
804 // the FastDoubleElements array elements. Otherwise jump to fail, in which
    [all...]
  /external/chromium_org/v8/src/arm/
builtins-arm.cc 275 // stack, and jump back to the case where the argument is a string.
332 __ Jump(r2);
483 // and jump into the continuation code at any time from now on. Any
691 __ Jump(lr);
781 __ Jump(lr);
822 __ Jump(r2);
851 __ Jump(r2);
902 __ mov(pc, lr); // Jump to miss handler
    [all...]
debug-arm.cc 176 __ Jump(ip);
macro-assembler-arm.cc 55 void MacroAssembler::Jump(Register target, Condition cond) {
60 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode,
67 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode,
70 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
74 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
79 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
898 // Jump to not_int32 if the operation did not succeed.
927 // Jump to not_int32 if the operation did not succeed.
    [all...]
macro-assembler-arm.h 89 // Jump, Call, and Ret pseudo instructions implementing inter-working.
90 void Jump(Register target, Condition cond = al);
91 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al);
92 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al);
238 // black and fall through. For the rest we jump to the label so the
517 // Control will jump to not_int32 if the value cannot be exactly represented
529 // Control will jump to not_int32 if the object cannot be exactly represented
    [all...]
  /external/chromium_org/v8/src/mips/
builtins-mips.cc 283 // stack, and jump back to the case where the argument is a string.
306 __ Jump(at);
340 __ Jump(t9);
502 // and jump into the continuation code at any time from now on. Any
803 __ Jump(ra);
843 __ Jump(t9);
872 __ Jump(t9);
902 __ Jump(a0);
932 __ Jump(ra); // Jump to miss handle
    [all...]
debug-mips.cc 187 __ Jump(t9);
macro-assembler-mips.h 165 // Jump, Call, and Ret pseudo instructions implementing inter-working.
169 void Jump(Register target, COND_ARGS);
170 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
171 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
172 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
260 // Jump unconditionally to given label.
358 // black and fall through. For the rest we jump to the label so the
    [all...]
regexp-macro-assembler-mips.cc 186 // Pop Code* offset from backtrack stack, add Code* and jump to location.
189 __ Jump(a0);
599 // is detected, we will jump into exit sequence right away.
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 111 // Jump to the first instruction in the code stub.
113 __ Jump(at);
449 // We jump to a runtime call that extends the properties array.
522 __ Jump(code, RelocInfo::CODE_TARGET);
    [all...]
builtins-mips.cc 506 // Jump to the generic array code if the specialized code cannot handle the
512 __ Jump(array_code, RelocInfo::CODE_TARGET);
541 // Jump to the generic array code if the specialized code cannot handle
547 __ Jump(array_code, RelocInfo::CODE_TARGET);
576 // Jump to the generic construct code in case the specialized code cannot
582 __ Jump(generic_construct_stub, RelocInfo::CODE_TARGET);
696 // stack, and jump back to the case where the argument is a string.
849 // and jump into the continuation code at any time from now on. Any
    [all...]
debug-mips.cc 186 __ Jump(t9);
macro-assembler-mips.h 171 // Jump, Call, and Ret pseudo instructions implementing inter-working.
175 void Jump(Register target, COND_ARGS);
176 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS);
177 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS);
178 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS);
258 // Jump unconditionally to given label.
351 // black and fall through. For the rest we jump to the label so the
    [all...]
regexp-macro-assembler-mips.cc 179 // Pop Code* offset from backtrack stack, add Code* and jump to location.
182 __ Jump(a0);
605 // is detected, we will jump into exit sequence right away.
    [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/v8/src/x64/
macro-assembler-x64.h 216 // black and fall through. For the rest we jump to the label so the
424 // If either argument is not a smi, jump to on_not_smis and retain
485 // Test-and-jump functions. Typically combines a check function
486 // above with a conditional jump.
488 // Jump if the value cannot be represented by a smi.
492 // Jump if the unsigned integer value cannot be represented by a smi.
496 // Jump to label if the value is a tagged smi.
501 // Jump to label if the value is not a tagged smi.
506 // Jump to label if the value is not a non-negative tagged smi.
511 // Jump to label if the value, which must be a tagged smi, has value equa
    [all...]
  /external/valgrind/main/memcheck/
mc_errors.c 165 // - as a jump target
189 SizeT szB; // not used for exec (jump) errors
194 // Jump to an unaddressable memory location.
197 } Jump;
589 emit( " <what>Conditional jump or move depends"
598 emit( "Conditional jump or move depends"
744 emit( " <what>Jump to the invalid address stated "
747 mc_pp_AddrInfo( VG_(get_error_address)(err), &extra->Err.Jump.ai,
750 emit( "Jump to the invalid address stated on the next line\n" );
752 mc_pp_AddrInfo( VG_(get_error_address)(err), &extra->Err.Jump.ai
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 210 // black and fall through. For the rest we jump to the label so the
420 // If either argument is not a smi, jump to on_not_smis and retain
481 // Test-and-jump functions. Typically combines a check function
482 // above with a conditional jump.
484 // Jump if the value cannot be represented by a smi.
488 // Jump if the unsigned integer value cannot be represented by a smi.
492 // Jump to label if the value is a tagged smi.
497 // Jump to label if the value is not a tagged smi.
502 // Jump to label if the value is not a non-negative tagged smi.
507 // Jump to label if the value, which must be a tagged smi, has value equa
    [all...]

Completed in 4225 milliseconds

1 2 3