Home
last modified time | relevance | path

Searched defs:Jump (Results 1 – 25 of 77) sorted by relevance

1234

/external/v8/src/ic/arm/
Daccess-compiler-arm.cc17 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/external/v8/src/ic/mips64/
Daccess-compiler-mips64.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/mips/
Daccess-compiler-mips.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/v8/src/ic/s390/
Daccess-compiler-s390.cc18 __ Jump(code, RelocInfo::CODE_TARGET); in GenerateTailCall() local
/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/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/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/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/clang/lib/Sema/
DJumpDiagnostics.cpp578 Stmt *Jump = Jumps.pop_back_val(); in VerifyJumps() local
776 static void DiagnoseIndirectJumpStmt(Sema &S, IndirectGotoStmt *Jump, in DiagnoseIndirectJumpStmt()
795 void JumpScopeChecker::DiagnoseIndirectJump(IndirectGotoStmt *Jump, in DiagnoseIndirectJump()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java364 private static class Jump { class in MethodAnalyzer
369 Jump(final Instruction source, final Label target) { in Jump() method in MethodAnalyzer.Jump
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc829 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
833 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
836 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
893 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
898 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1410 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1418 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1479 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeCall() local
1535 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectApply() local
1608 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectConstruct() local
[all …]
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc764 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
768 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
771 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
920 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
925 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1460 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1467 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1521 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeCall() local
1576 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectApply() local
1647 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectConstruct() local
[all …]
/external/v8/src/builtins/x87/
Dbuiltins-x87.cc730 __ Jump(masm->isolate()->builtins()->CallFunction(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
734 __ Jump(masm->isolate()->builtins()->CallWithSpread(), in Generate_InterpreterPushArgsAndCallImpl() local
737 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny, in Generate_InterpreterPushArgsAndCallImpl() local
886 __ Jump(masm->isolate()->builtins()->ConstructWithSpread(), in Generate_InterpreterPushArgsAndConstructImpl() local
891 __ Jump(masm->isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsAndConstructImpl() local
1427 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1434 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeApply() local
1488 __ Jump(masm->isolate()->builtins()->Call(), RelocInfo::CODE_TARGET); in Generate_FunctionPrototypeCall() local
1543 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectApply() local
1614 __ Jump(masm->isolate()->builtins()->Apply(), RelocInfo::CODE_TARGET); in Generate_ReflectConstruct() local
[all …]
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc977 __ Jump(ip); in AssembleArchInstruction() local
982 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() local
992 __ Jump(i.InputRegister(0)); in AssembleArchInstruction() local
1029 __ Jump(ip); in AssembleArchInstruction() local
2180 __ Jump(kScratchReg); in AssembleArchTableSwitch() local
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h393 void Jump(Label* label) { b(label); } in Jump() function
/external/v8/src/mips64/
Dcode-stubs-mips64.cc708 __ Jump(t9); in Generate() local
716 __ Jump(t9); in Generate() local
1104 __ Jump(t9); in Generate() local
1266 __ Jump(ra); in Generate() local
1844 __ Jump(at); in Generate() local
1848 __ Jump(isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate() local
2196 __ Jump(stub.GetCode(), RelocInfo::CODE_TARGET); in GenerateNumbers() local
2462 __ Jump(a2); in GenerateMiss() local
2487 __ Jump(t9); in Generate() local
/external/v8/src/mips/
Dcode-stubs-mips.cc711 __ Jump(t9); in Generate() local
719 __ Jump(t9); in Generate() local
1107 __ Jump(t9); in Generate() local
1271 __ Jump(ra); in Generate() local
1839 __ Jump(at); in Generate() local
1843 __ Jump(isolate()->builtins()->Construct(), RelocInfo::CODE_TARGET); in Generate() local
2189 __ Jump(stub.GetCode(), RelocInfo::CODE_TARGET); in GenerateNumbers() local
2455 __ Jump(a2); in GenerateMiss() local
2480 __ Jump(t9); in Generate() local
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1198 __ Jump(ip); in AssembleArchInstruction() local
1203 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() local
1212 __ Jump(i.InputRegister(0)); in AssembleArchInstruction() local
1246 __ Jump(ip); in AssembleArchInstruction() local
2529 __ Jump(kScratchReg); in AssembleArchTableSwitch() local
/external/v8/src/x87/
Dmacro-assembler-x87.h736 void Jump(Handle<Code> target, RelocInfo::Mode rmode) { jmp(target, rmode); } in Jump() function
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc663 __ Jump(Handle<Code>::cast(i.InputHeapObject(0)), in AssembleArchInstruction() local
668 __ Jump(target); in AssembleArchInstruction() local
677 __ Jump(i.InputRegister(0)); in AssembleArchInstruction() local
726 __ Jump(x10); in AssembleArchInstruction() local
/external/v8/src/s390/
Ddeoptimizer-s390.cc299 __ Jump(ip); in Generate() local

1234