Searched defs:Jump (Results 1 - 6 of 6) 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/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h47 // * Jump objects may be linked to external targets,
48 // * The address of Jump objects may taken, such that it can later be relinked.
58 typedef MacroAssembler::Jump Jump; typedef in class:JSC::LinkBuffer
100 void link(Jump jump, CodeLocationLabel label)
H A DAbstractMacroAssembler.h49 class Jump;
237 // during JIT code generation. For example, the type Jump is used to
249 friend class Jump;
350 static Call fromTailJump(Jump jump)
360 // Jump:
366 class Jump { class in class:JSC::AbstractMacroAssembler
372 Jump() function in class:JSC::AbstractMacroAssembler::Jump
376 Jump(JmpSrc jmp) function in class:JSC::AbstractMacroAssembler::Jump
399 // A JumpList is a set of Jump objects.
405 typedef Vector<Jump, 1
[all...]
/external/clang/lib/Sema/
H A DJumpDiagnostics.cpp378 // Jump from the catch to the finally or try is not valid.
390 // Jump from the finally to the try or catch is not valid.
431 // Jump from the catch into the try is not allowed either.
475 Stmt *Jump = Jumps.pop_back_val(); local
478 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) {
487 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) {
496 SwitchStmt *SS = cast<SwitchStmt>(Jump);
518 /// Jump-triviality is transitive but asymmetric.
662 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, argument
666 S.Diag(Jump
680 DiagnoseIndirectJump(IndirectGotoStmt *Jump, unsigned JumpScope, LabelDecl *Target, unsigned TargetScope) argument
[all...]
/external/valgrind/main/memcheck/
H A Dmc_errors.c195 // Jump to an unaddressable memory location.
198 } Jump; member in union:_MC_Error::__anon14062
656 emit( " <what>Jump to the invalid address stated "
659 mc_pp_AddrInfo( VG_(get_error_address)(err), &extra->Err.Jump.ai,
662 emit( "Jump to the invalid address stated on the next line\n" );
664 mc_pp_AddrInfo( VG_(get_error_address)(err), &extra->Err.Jump.ai,
944 extra.Err.Jump.ai.tag = Addr_Undescribed;
1297 &extra->Err.Jump.ai );
1412 JumpSupp, // Jump to unaddressable target
1432 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 ...

Completed in 164 milliseconds