Home
last modified time | relevance | path

Searched refs:Jump (Results 1 – 25 of 179) sorted by relevance

12345678

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java70 private final List<Jump> jumps = new ArrayList<Jump>();
257 jumps.add(new Jump(lastInsn, label, 1)); in visitJumpInsn()
286 jumps.add(new Jump(lastInsn, dflt, branch)); in visitSwitchInsn()
291 jumps.add(new Jump(lastInsn, l, branch)); in visitSwitchInsn()
350 jumps.add(new Jump(lastInsn, label, branch)); in visitSwitchTarget()
361 for (final Jump j : jumps) { in visitEnd()
414 private static class Jump { class in MethodAnalyzer
420 Jump(final Instruction source, final Label target, final int branch) { in Jump() method in MethodAnalyzer.Jump
/external/valgrind/memcheck/tests/
Dsupp_unknown.supp4 Memcheck:Jump
11 Memcheck:Jump
18 Memcheck:Jump
Dbadjump2.stderr.exp-kfail1 Jump to the invalid address stated on the next line
Dbadjump2.stderr.exp1 Jump to the invalid address stated on the next line
/external/v8/src/interpreter/
Dcontrol-flow-builders.cc22 builder()->Jump(sites->New()); in EmitJump()
105 builder()->Jump(&exit_); in EndTry()
120 builder()->Jump(finalization_sites_.New()); in LeaveTry()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc516 __ Jump(at); in GenerateTailCallToSharedCode() local
540 __ Jump(at); in GenerateTailCallToReturnedCode() local
847 __ Jump(a2); in Generate_ResumeGeneratorTrampoline() local
977 __ Jump(ra); in Generate_JSEntryTrampolineHelper() local
1124 __ Jump(ra); in Generate_InterpreterEntryTrampoline() local
1142 __ Jump(a4); in Generate_InterpreterEntryTrampoline() local
1204 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1208 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1211 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1251 __ Jump(at); in Generate_InterpreterPushArgsAndConstructImpl() local
[all …]
/external/clang/lib/Sema/
DJumpDiagnostics.cpp578 Stmt *Jump = Jumps.pop_back_val(); in VerifyJumps() local
581 if (GotoStmt *GS = dyn_cast<GotoStmt>(Jump)) { in VerifyJumps()
594 if (IndirectGotoStmt *IGS = dyn_cast<IndirectGotoStmt>(Jump)) { in VerifyJumps()
603 SwitchStmt *SS = cast<SwitchStmt>(Jump); in VerifyJumps()
776 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, in DiagnoseIndirectJumpStmt() argument
780 S.Diag(Jump->getGotoLoc(), diag::err_indirect_goto_in_protected_scope); in DiagnoseIndirectJumpStmt()
795 void JumpScopeChecker::DiagnoseIndirectJump(IndirectGotoStmt *Jump, in DiagnoseIndirectJump() argument
808 DiagnoseIndirectJumpStmt(S, Jump, Target, Diagnosed); in DiagnoseIndirectJump()
819 DiagnoseIndirectJumpStmt(S, Jump, Target, Diagnosed); in DiagnoseIndirectJump()
825 S.Diag(Jump->getGotoLoc(), in DiagnoseIndirectJump()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc517 __ Jump(at); in GenerateTailCallToSharedCode() local
542 __ Jump(at); in GenerateTailCallToReturnedCode() local
872 __ Jump(ra); in Generate_JSEntryTrampolineHelper() local
972 __ Jump(a2); in Generate_ResumeGeneratorTrampoline() local
1133 __ Jump(ra); in Generate_InterpreterEntryTrampoline() local
1151 __ Jump(t0); in Generate_InterpreterEntryTrampoline() local
1213 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1217 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1220 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1260 __ Jump(at); in Generate_InterpreterPushArgsAndConstructImpl() local
[all …]
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc499 __ Jump(r2); in GenerateTailCallToSharedCode() local
530 __ Jump(r2); in GenerateTailCallToReturnedCode() local
705 __ Jump(lr); in Generate_JSConstructStubHelper() local
847 __ Jump(r5); in Generate_ResumeGeneratorTrampoline() local
980 __ Jump(lr); in Generate_JSEntryTrampolineHelper() local
1131 __ Jump(lr); in Generate_InterpreterEntryTrampoline() local
1143 __ Jump(r4); in Generate_InterpreterEntryTrampoline() local
1203 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1207 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1210 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
[all …]
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc844 __ Jump(x5); in Generate_ResumeGeneratorTrampoline() local
1149 __ Jump(x7); in Generate_InterpreterEntryTrampoline() local
1217 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1221 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1224 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1266 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
1271 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1348 __ Jump(ip0); in Generate_InterpreterEnterBytecode() local
1451 __ Jump(entry); in Generate_CompileLazy() local
1479 __ Jump(entry); in Generate_CompileLazy() local
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
Dselect.ll9 ; Jump threading of branch with select as condition.
35 ; Jump threading of switch with select as condition.
70 ; Jump threading of indirectbr with select as address.
Ddegenerate-phi.ll4 ; This is actually a test for value tracking. Jump threading produces
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1219 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1223 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1226 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1273 __ Jump(ip); in Generate_InterpreterPushArgsAndConstructImpl() local
1276 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
1281 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1361 __ Jump(ip); in Generate_InterpreterEnterBytecode() local
1609 __ Jump(ip); in GenerateMakeCodeYoungAgainCommon() local
1652 __ Jump(r3); in CODE_AGE_LIST() local
1959 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
[all …]
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1225 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1229 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
1232 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
1278 __ Jump(ip); in Generate_InterpreterPushArgsAndConstructImpl() local
1281 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
1286 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1365 __ Jump(ip); in Generate_InterpreterEnterBytecode() local
1616 __ Jump(ip); in GenerateMakeCodeYoungAgainCommon() local
1661 __ Jump(r2); in CODE_AGE_LIST() local
1961 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
[all …]
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DControlFlow.cpp20 const bool NearJmp = AssemblerX8632::k##Near##Jump; \ in TEST_F()
154 __ jmp(&ForwardJmp, AssemblerX8632::k##Near##Jump); \ in TEST_F()
166 __ jmp(&Done, AssemblerX8632::k##Near##Jump); \ in TEST_F()
/external/vulkan-validation-layers/loader/
Dunknown_ext_chain_masm.asm39 …jmp qword ptr [rax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next fu…
49 …jmp qword ptr [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next fun…
68 …jmp qword ptr [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropria…
81 …jmp dword ptr [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next fu…
93 …jmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next fun…
111 …jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropria…
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll9 ; Jump threading of branch with select as condition.
35 ; Jump threading of switch with select as condition.
70 ; Jump threading of indirectbr with select as address.
94 ; Jump threading of indirectbr with select as address. Test increased
Ddegenerate-phi.ll4 ; This is actually a test for value tracking. Jump threading produces
/external/v8/src/ic/mips64/
Daccess-compiler-mips64.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/arm/
Daccess-compiler-arm.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/s390/
Daccess-compiler-s390.cc18 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/mips/
Daccess-compiler-mips.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/ppc/
Daccess-compiler-ppc.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/arm64/
Daccess-compiler-arm64.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DControlFlow.cpp22 const bool NearJmp = AssemblerX8664::k##Near##Jump; \ in TEST_F()
210 __ jmp(&ForwardJmp, AssemblerX8664::k##Near##Jump); \ in TEST_F()
222 __ jmp(&Done, AssemblerX8664::k##Near##Jump); \ in TEST_F()

12345678