/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | MethodAnalyzer.java | 70 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/ |
D | supp_unknown.supp | 4 Memcheck:Jump 11 Memcheck:Jump 18 Memcheck:Jump
|
D | badjump2.stderr.exp-kfail | 1 Jump to the invalid address stated on the next line
|
D | badjump2.stderr.exp | 1 Jump to the invalid address stated on the next line
|
/external/v8/src/interpreter/ |
D | control-flow-builders.cc | 22 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/ |
D | builtins-mips64.cc | 516 __ 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/ |
D | JumpDiagnostics.cpp | 578 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/ |
D | builtins-mips.cc | 517 __ 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/ |
D | builtins-arm.cc | 499 __ 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/ |
D | builtins-arm64.cc | 844 __ 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/ |
D | select.ll | 9 ; 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.
|
D | degenerate-phi.ll | 4 ; This is actually a test for value tracking. Jump threading produces
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1219 __ 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/ |
D | builtins-s390.cc | 1225 __ 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/ |
D | ControlFlow.cpp | 20 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/ |
D | unknown_ext_chain_masm.asm | 39 …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/ |
D | select.ll | 9 ; 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
|
D | degenerate-phi.ll | 4 ; This is actually a test for value tracking. Jump threading produces
|
/external/v8/src/ic/mips64/ |
D | access-compiler-mips64.cc | 17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/v8/src/ic/arm/ |
D | access-compiler-arm.cc | 17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/v8/src/ic/s390/ |
D | access-compiler-s390.cc | 18 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/v8/src/ic/mips/ |
D | access-compiler-mips.cc | 17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/v8/src/ic/ppc/ |
D | access-compiler-ppc.cc | 17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/v8/src/ic/arm64/ |
D | access-compiler-arm64.cc | 17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | ControlFlow.cpp | 22 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()
|