/third_party/node/deps/v8/src/codegen/ |
H A D | constant-pool.cc | 267 void ConstantPool::EmitAndClear(Jump require_jump) { in EmitAndClear() 290 if (require_jump == Jump::kRequired) assm_->b(&after_pool); in EmitAndClear() 360 bool ConstantPool::ShouldEmitNow(Jump require_jump, size_t margin) const { in ShouldEmitNow() 375 int worst_case_size = ComputeSize(Jump::kRequired, Alignment::kRequired); in ShouldEmitNow() 384 require_jump == Jump::kOmitted && (dist64 >= kOpportunityDistToPool64); in ShouldEmitNow() 395 require_jump == Jump::kOmitted && (dist32 >= kOpportunityDistToPool32); in ShouldEmitNow() 405 int ConstantPool::ComputeSize(Jump require_jump, in ComputeSize() 414 Alignment ConstantPool::IsAlignmentRequiredIfEmittedAt(Jump require_jump, in IsAlignmentRequiredIfEmittedAt() 429 IsAlignmentRequiredIfEmittedAt(Jump::kRequired, pc_offset); in IsInImmRangeIfEmittedAt() 431 pc_offset + ComputeSize(Jump in IsInImmRangeIfEmittedAt() [all...] |
H A D | constant-pool.h | 237 enum class Jump { kOmitted, kRequired }; class 267 int ComputeSize(Jump require_jump, Alignment require_alignment) const; 270 void EmitAndClear(Jump require); 271 bool ShouldEmitNow(Jump require_jump, size_t margin = 0) const; 272 V8_EXPORT_PRIVATE void Check(Emission force_emission, Jump require_jump, 321 int PrologueSize(Jump require_jump) const; 327 Alignment IsAlignmentRequiredIfEmittedAt(Jump require_jump,
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | control-flow-builders.cc | 27 builder()->Jump(sites->New()); in EmitJump() 76 // Jump to our parent's JumpToHeader which in turn can be a JumpLoop or, iff in JumpToHeader() 77 // they are a nested inner loop too, a Jump to its parent's JumpToHeader. in JumpToHeader() 159 builder()->Jump(&exit_); in EndTry() 183 builder()->Jump(finalization_sites_.New()); in LeaveTry() 228 builder()->Jump(end_labels_.New()); in JumpToEnd()
|
H A D | interpreter-generator.cc | 1894 // Jump <imm> 1896 // Jump by the number of bytes represented by the immediate operand |imm|. 1897 IGNITION_HANDLER(Jump, InterpreterAssembler) { in IGNITION_HANDLER() 1899 Jump(relative_jump); in IGNITION_HANDLER() 1904 // Jump by the number of bytes in the Smi in the |idx| entry in the constant 1908 Jump(relative_jump); in IGNITION_HANDLER() 1913 // Jump by the number of bytes represented by an immediate operand if the 1924 // Jump by the number of bytes in the Smi in the |idx| entry in the constant 1935 // Jump by the number of bytes represented by an immediate operand if the 1946 // Jump b [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | jump-table-assembler.cc | 139 Jump(lazy_compile_target, RelocInfo::NO_INFO); // 1 instr 153 Jump(target, RelocInfo::NO_INFO); 208 // Jump to {lazy_compile_target}. 6 bytes or 12 bytes 255 // Jump produces max. 4 instructions for 32-bit platform 257 Jump(lazy_compile_target, RelocInfo::NO_INFO); 291 // Jump produces max 4 instructions. 292 Jump(lazy_compile_target, RelocInfo::NO_INFO); 321 // Jump to {lazy_compile_target}. max 5 instrs 376 // Jump produces max. 8 instructions (include constant pool and j) 377 Jump(lazy_compile_targe [all...] |
/third_party/node/deps/v8/src/builtins/mips/ |
H A D | builtins-mips.cc | 40 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 70 __ Jump(a2); in GenerateTailCallToReturnedCode() 457 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 529 __ Jump(ra); in Generate_JSEntryVariant() 618 __ Jump(ra); in Generate_JSEntryTrampolineHelper() 632 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 768 __ Jump(a2); in Generate_ResumeGeneratorTrampoline() 893 __ Jump(a2); in TailCallOptimizedCodeSlot() 1367 __ Jump(ra); in Generate_InterpreterEntryTrampoline() 1493 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenCallImpl() [all...] |
/third_party/node/deps/v8/src/builtins/mips64/ |
H A D | builtins-mips64.cc | 40 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 69 __ Jump(a2); in GenerateTailCallToReturnedCode() 464 __ Jump(a2); in Generate_ResumeGeneratorTrampoline() 632 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 714 __ Jump(ra); in Generate_JSEntryVariant() 795 __ Jump(ra); in Generate_JSEntryTrampolineHelper() 809 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 904 __ Jump(a2); in TailCallOptimizedCodeSlot() 1376 __ Jump(ra); in Generate_InterpreterEntryTrampoline() 1500 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenCallImpl() [all...] |
/third_party/node/deps/v8/src/builtins/loong64/ |
H A D | builtins-loong64.cc | 40 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 69 __ Jump(a2); in GenerateTailCallToReturnedCode() 629 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 712 __ Jump(ra); in Generate_JSEntryVariant() 793 __ Jump(ra); in Generate_JSEntryTrampolineHelper() 807 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 895 __ Jump(a2); in TailCallOptimizedCodeSlot() 1375 __ Jump(ra); in Generate_InterpreterEntryTrampoline() 1501 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1504 __ Jump(mas in Generate_InterpreterPushArgsThenCallImpl() [all...] |
/third_party/node/deps/v8/src/builtins/riscv64/ |
H A D | builtins-riscv64.cc | 38 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 68 __ Jump(a2); in GenerateTailCallToReturnedCode() 666 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 748 __ Jump(ra); in Generate_JSEntryVariant() 835 __ Jump(ra); in Generate_JSEntryTrampolineHelper() 849 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 951 __ Jump(a2); in TailCallOptimizedCodeSlot() 1443 __ Jump(ra); in Generate_InterpreterEntryTrampoline() 1570 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1573 __ Jump(mas in Generate_InterpreterPushArgsThenCallImpl() [all...] |
/third_party/node/deps/v8/src/builtins/arm/ |
H A D | builtins-arm.cc | 45 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 162 __ Jump(lr); in Generate_JSBuiltinsConstructStubHelper() 312 __ Jump(lr); in Generate_JSConstructStubGeneric() 624 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 809 __ Jump(lr); in Generate_JSEntryTrampolineHelper() 829 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 918 __ Jump(r2); in TailCallOptimizedCodeSlot() 1388 __ Jump(lr); in Generate_InterpreterEntryTrampoline() 1515 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1518 __ Jump(mas in Generate_InterpreterPushArgsThenCallImpl() [all...] |
/third_party/node/deps/v8/src/builtins/ppc/ |
H A D | builtins-ppc.cc | 129 __ Jump(masm->isolate()->builtins()->code_handle(builtin_id), in Generate_BaselineOrInterpreterEntry() 224 __ Jump(code_obj); in Generate_BaselineOrInterpreterEntry() 256 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 886 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 1073 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 1175 __ Jump(r5); in TailCallOptimizedCodeSlot() 1746 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1749 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl() 1805 __ Jump(code, RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsThenConstructImpl() 1808 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenConstructImpl() [all...] |
/third_party/node/deps/v8/src/builtins/s390/ |
H A D | builtins-s390.cc | 132 __ Jump(masm->isolate()->builtins()->code_handle(builtin_id), in Generate_BaselineOrInterpreterEntry() 225 __ Jump(code_obj); in Generate_BaselineOrInterpreterEntry() 301 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 893 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 1108 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 1208 __ Jump(r4); in TailCallOptimizedCodeSlot() 1805 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1808 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl() 1863 __ Jump(code, RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsThenConstructImpl() 1866 __ Jump(BUILTIN_COD in Generate_InterpreterPushArgsThenConstructImpl() [all...] |
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.cc | 49 // If the node is a Jump, it may be a hole, but only if it is not a in NearestPostDominatingHole() 52 if (Jump* jump = node->TryCast<Jump>()) { in NearestPostDominatingHole() 97 // │ Jump │ │ 100 // Control flow { │ │ Jump │ │ Linear control flow 118 // │ Jump │ A A 121 // Control flow { │ │ Jump │ │ B │ B 129 // │ Jump ││ D │ │ D │ │ 132 // Control flow { │ │ Jump │ │ │ E │ │ │ E │ 136 // │ Jump │ └► [all...] |
H A D | maglev-basic-block.h | 62 DCHECK(control_node()->Is<Jump>()); in set_empty_block_predecessor()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
H A D | builtins-arm64.cc | 46 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 732 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 993 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 1749 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1752 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl() 1784 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl), in Generate_InterpreterPushArgsThenConstructImpl() 1788 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl() 1793 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsThenConstructImpl() 1847 __ Jump(x17); in Generate_InterpreterEnterBytecode() 2017 __ Jump(builti in Generate_ContinueToBuiltinHelper() [all...] |
/third_party/vulkan-loader/loader/ |
H A D | unknown_ext_chain_masm.asm | 40 jmp qword ptr [rax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next function in the chain, preserving the args in other registers 50 jmp qword ptr [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next function in the chain 69 jmp qword ptr [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropriate call chain 82 jmp dword ptr [eax + (PHYS_DEV_OFFSET_INST_DISPATCH + (PTR_SIZE * num))] ; Jump to the next function in the chain, preserving the args on the stack 94 jmp dword ptr [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * num))] ; Jump to the next function in the chain 113 jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * num))] ; Jump to the appropriate call chain
|
H A D | unknown_ext_chain_gas_x86.S | 63 jmp [rax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next function in the chain 85 jmp [rax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropriate call chain 117 jmp [eax + (DISPATCH_OFFSET_ICD_TERM + (PTR_SIZE * \num))] # Jump to the next function in the chain 139 jmp dword ptr [eax + (EXT_OFFSET_DEVICE_DISPATCH + (PTR_SIZE * \num))] # Jump to the appropriate call chain
|
/third_party/node/deps/v8/src/builtins/ia32/ |
H A D | builtins-ia32.cc | 42 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 429 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 577 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 1398 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1401 __ Jump(masm->isolate()->builtins()->Call(ConvertReceiverMode::kAny), in Generate_InterpreterPushArgsThenCallImpl() 1524 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl), in Generate_InterpreterPushArgsThenConstructImpl() 1536 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl() 1546 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsThenConstructImpl() 1965 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithArrayLike), in Generate_FunctionPrototypeApply() 1973 __ Jump(mas in Generate_FunctionPrototypeApply() [all...] |
/third_party/node/deps/v8/src/builtins/x64/ |
H A D | builtins-x64.cc | 47 __ Jump(BUILTIN_CODE(masm->isolate(), AdaptorWithBuiltinExitFrame), in Generate_Adaptor() 456 // Jump to a faked try block that does the invoke, with a faked catch in Generate_JSEntryVariant() 676 __ Jump(BUILTIN_CODE(masm->isolate(), RunMicrotasks), RelocInfo::CODE_TARGET); in Generate_RunMicrotasksTrampoline() 1466 __ Jump(BUILTIN_CODE(masm->isolate(), CallWithSpread), in Generate_InterpreterPushArgsThenCallImpl() 1469 __ Jump(masm->isolate()->builtins()->Call(receiver_mode), in Generate_InterpreterPushArgsThenCallImpl() 1530 // Jump to the constructor function (rax, rbx, rdx passed on). in Generate_InterpreterPushArgsThenConstructImpl() 1531 __ Jump(BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl), in Generate_InterpreterPushArgsThenConstructImpl() 1535 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl() 1540 __ Jump(BUILTIN_CODE(masm->isolate(), Construct), RelocInfo::CODE_TARGET); in Generate_InterpreterPushArgsThenConstructImpl() 1956 __ Jump(BUILTIN_COD in Generate_FunctionPrototypeApply() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
H A 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
H A 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()
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.cc | 426 __ Jump(&done, Label::kNear); in SelectBooleanConstant() 593 if (label) __ Jump(label); in UpdateInterruptBudgetAndJumpToLabel() 1546 __ Jump(&done, Label::kNear); in VisitTestUndetectable() 1588 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1605 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1620 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1635 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1650 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1673 __ Jump(&done, Label::kNear); in VisitTestTypeOf() 1695 __ Jump( in VisitTestTypeOf() [all...] |
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.cc | 120 void TurboAssembler::Jump(Register target, Condition cond) { bx(target, cond); } in Jump() function in v8::internal::TurboAssembler 122 void TurboAssembler::Jump(intptr_t target, RelocInfo::Mode rmode, in Jump() function in v8::internal::TurboAssembler 127 void TurboAssembler::Jump(Address target, RelocInfo::Mode rmode, in Jump() function in v8::internal::TurboAssembler 130 Jump(static_cast<intptr_t>(target), rmode, cond); in Jump() 133 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() function in v8::internal::TurboAssembler 157 Jump(scratch, cond); in Jump() 165 Jump(ip, cond); in Jump() 170 Jump(static_cast<intptr_t>(code.address()), rmode, cond); in Jump() 173 void TurboAssembler::Jump(const ExternalReference& reference) { in Jump() function in v8::internal::TurboAssembler 177 Jump(scratc in Jump() [all...] |
H A D | macro-assembler-arm.h | 296 // Jump, Call, and Ret pseudo instructions implementing inter-working. 425 void Jump(Register target, Condition cond = al); 426 void Jump(Address target, RelocInfo::Mode rmode, Condition cond = al); 427 void Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond = al); 428 void Jump(const ExternalReference& reference); 524 // Jump if the register contains a smi. 603 void Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond = al); 793 // Jump to a runtime routine. 836 // Jump if either of the registers contain a non-smi.
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 91 // Jump unconditionally to given label. 171 // Jump, Call, and Ret pseudo instructions implementing inter-working. 176 void Jump(Register target, COND_ARGS); 177 void Jump(intptr_t target, RelocInfo::Mode rmode, COND_ARGS); 178 void Jump(Address target, RelocInfo::Mode rmode, COND_ARGS); 183 void Jump(Handle<Code> code, RelocInfo::Mode rmode, COND_ARGS); 184 void Jump(const ExternalReference& reference); 712 // Jump the register contains a smi. 973 // Jump to the builtin routine. 1018 // Jump i [all...] |