Searched defs:Jump (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/arm/
H A Dmacro-assembler-arm.cc75 void MacroAssembler::Jump(Register target, Condition cond) { function in class:v8::internal::MacroAssembler
84 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
95 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
98 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
102 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
106 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
1029 Jump(adaptor, RelocInfo::CODE_TARGET);
1059 Jump(code);
1089 Jump(code, rmode);
1246 add(pc, r1, Operand(r2, ASR, kSmiTagSize)); // Jump
[all...]
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.cc55 void MacroAssembler::Jump(Register target, Condition cond) { function in class:v8::internal::MacroAssembler
60 void MacroAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
67 void MacroAssembler::Jump(Address target, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
70 Jump(reinterpret_cast<intptr_t>(target), rmode, cond);
74 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, function in class:v8::internal::MacroAssembler
79 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
1133 Jump(adaptor, RelocInfo::CODE_TARGET);
1163 Jump(code);
1193 Jump(code, rmode);
1373 add(pc, r1, Operand::SmiUntag(r2)); // Jump
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp478 SDValue Jump = Op.getOperand(2); local
484 Chain, Jump, Cond);
/external/llvm/lib/Target/R600/
H A DAMDILISelLowering.cpp381 SDValue Jump = Op.getOperand(2); local
387 Chain, Jump, Cond);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp478 SDValue Jump = Op.getOperand(2); local
484 Chain, Jump, Cond);
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp350 // 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(); local
497 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
506 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
515 SwitchStmt *SS = cast<SwitchStmt>(Jump);
543 /// Jump-triviality is transitive but asymmetric.
687 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, argument
691 S.Diag(Jump
705 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_errors.c194 // Jump to an unaddressable memory location.
197 } Jump; member in union:_MC_Error::__anon28595
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,
931 extra.Err.Jump.ai.tag = Addr_Undescribed;
1295 &extra->Err.Jump.ai );
1406 JumpSupp, // Jump to unaddressable target
1426 else if (VG_STREQ(name, "Jump")) skin
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3286 milliseconds