Home
last modified time | relevance | path

Searched defs:code (Results 1276 - 1300 of 1379) sorted by relevance

1...<<515253545556

/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc899 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() local
1742 InstructionCode code = opcode; in VisitExtMul() local
1799 InstructionCode code = opcode; in VisitExtAddPairwise() local
2593 InstructionCode code = opcode | AddressingModeField::encode(kMode_MRR) | VisitAtomicExchange() local
2611 InstructionCode code = opcode | AddressingModeField::encode(kMode_MRR) | VisitAtomicCompareExchange() local
2631 InstructionCode code; VisitAtomicLoad() local
2704 InstructionCode code; VisitAtomicStore() local
2764 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | VisitAtomicBinop() local
4240 InstructionCode code = opcode; VisitSignExtendLong() local
4295 InstructionCode code = kArm64Cnt; VisitI8x16Popcnt() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc587 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoadTransform() local
600 InstructionCode code = opcode | AddressingModeField::encode(mode); in VisitLoad() local
680 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitAtomicExchange() local
712 InstructionCode code = is_seqcst ? kArchAtomicStoreWithWriteBarrier in VisitStoreCommon() local
738 InstructionCode code = VisitStoreCommon() local
1724 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitAtomicBinOp() local
1746 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitPairAtomicBinOp() local
2091 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicCompareExchange() local
2141 InstructionCode code = VisitWord32AtomicPairLoad() local
2160 InstructionCode code = opcode | AddressingModeField::encode(mode); VisitWord32AtomicPairLoad() local
2185 InstructionCode code = kIA32Word32ReleasePairStore | VisitWord32AtomicPairStore() local
2201 InstructionCode code = kIA32Word32SeqCstPairStore | VisitWord32AtomicPairStore() local
2247 InstructionCode code = kIA32Word32AtomicPairCompareExchange | VisitWord32AtomicPairCompareExchange() local
3233 InstructionCode code = kIA32F64x2PromoteLowF32x4; VisitF64x2PromoteLowF32x4() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc119 MidTierRegisterAllocationData( const RegisterConfiguration* config, Zone* zone, Frame* frame, InstructionSequence* code, TickCounter* tick_counter, const char* debug_name) MidTierRegisterAllocationData() argument
2784 InstructionSequence* code() const { return data_->code(); } code() function in v8::internal::compiler::final
2977 InstructionSequence* code() const { return data_->code(); } code() function in v8::internal::compiler::final
3309 InstructionSequence* code() const { return data_->code(); } code() function in v8::internal::compiler::final
3441 InstructionSequence* code() const { return data_->code(); } code() function in v8::internal::compiler::final
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc518 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() local
1917 InstructionCode code; in VisitAtomicLoad() local
1977 InstructionCode code; VisitAtomicStore() local
2049 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | VisitAtomicExchange() local
2075 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | VisitAtomicCompareExchange() local
2100 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | VisitAtomicBinop() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc600 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() local
2164 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitWord32Compare() local
2190 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitWord32Compare() local
2215 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitWord32Compare() local
[all...]
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc635 static void AssertCodeIsBaseline(MacroAssembler* masm, Register code, in AssertCodeIsBaseline() argument
1718 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local
2045 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<Code> code) Generate_CallOrConstructVarargs() argument
2107 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<Code> code) Generate_CallOrConstructForwardVarargs() argument
3850 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
3922 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
3991 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h828 TNode<Code> FromCodeT(TNode<CodeT> code) { in FromCodeT() argument
844 TNode<CodeDataContainer> CodeDataContainerFromCodeT(TNode<CodeT> code) { in CodeDataContainerFromCodeT() argument
853 TNode<CodeT> ToCodeT(TNode<Code> code) { in ToCodeT() argument
862 ToCodeT(TNode<Code> code, TNode<CodeDataContainer> code_data_container) ToCodeT() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4296 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4375 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
5000 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
5185 Handle<Code> code = CallRecordWriteStub() local
5204 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
6080 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc593 static void AssertCodeIsBaseline(MacroAssembler* masm, Register code, in AssertCodeIsBaseline() argument
1852 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local
2184 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<Code> code) Generate_CallOrConstructVarargs() argument
2278 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<Code> code) Generate_CallOrConstructForwardVarargs() argument
3989 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
4046 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
4125 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc133 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() argument
221 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, TargetAddressStorageMode mode, bool check_constant_pool) Call() argument
1724 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
1946 Handle<Code> code = CallRecordWriteStub() local
1972 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
2622 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc1684 Handle<CodeT> code = in CallRuntime() local
1693 Handle<CodeT> code = in JumpToExternalReference() local
1903 Jump(Handle<CodeT> code, RelocInfo::Mode rmode, Condition cond) Jump() argument
1951 Call(Handle<CodeT> code, RelocInfo::Mode rmode) Call() argument
2184 LoadCodeTEntry(Register destination, Register code) LoadCodeTEntry() argument
2193 CallCodeTObject(Register code) CallCodeTObject() argument
2201 JumpCodeTObject(Register code, JumpMode jump_mode) JumpCodeTObject() argument
2464 Register code = kJavaScriptCallCodeStartRegister; InvokeFunctionCode() local
3682 int code = AcquireNextAvailable(available_).code(); TruncateDoubleToI() local
3687 int code = AcquireNextAvailable(availablefp_).code(); TruncateDoubleToI() local
[all...]
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc430 static void AssertCodeTIsBaseline(MacroAssembler* masm, Register code, in AssertCodeTIsBaseline() argument
421 AssertCodeTIsBaselineAllowClobber(MacroAssembler* masm, Register code, Register scratch) AssertCodeTIsBaselineAllowClobber() argument
1985 int code = config->GetAllocatableGeneralCode(0); Generate_ContinueToBuiltinHelper() local
2428 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<CodeT> code) Generate_CallOrConstructVarargs() argument
2502 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<CodeT> code) Generate_CallOrConstructForwardVarargs() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc156 void TurboAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode, in Jump() argument
239 void TurboAssembler::Call(Handle<Code> code, RelocInf argument
1585 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
1974 Handle<Code> code = CallRecordWriteStub() local
1977 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, save_doubles); CallRecordWriteStub() local
1994 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
3392 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
H A Dassembler-ppc.cc1623 stop(Condition cond, int32_t code, CRegister cr) stop() argument
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.cc1736 jmp(Handle<Code> code, RelocInfo::Mode rmode) jmp() argument
1800 j(Condition cc, Handle<Code> code, RelocInfo::Mode rmode) j() argument
2500 XMMRegister code = XMMRegister::from_code(level); prefetch() local
3362 emit_operand(int code, Operand adr) emit_operand() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc2564 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument
2663 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rj, const Operand& rk) CallRecordWriteStub() argument
3113 Register code = kJavaScriptCallCodeStartRegister; CallRecordWriteStub() local
3310 Handle<Code> code = CallRecordWriteStub() local
3328 Handle<Code> code = CodeFactory::CEntry(isolate(), 1, SaveFPRegsMode::kIgnore, CallRecordWriteStub() local
4068 int code = config->GetAllocatableGeneralCode(i); CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dassembler-x64.cc218 int code = reg.code(); in AddressUsesRegister() local
598 emit_operand(int code, Operand adr) emit_operand() argument
[all...]
H A Dmacro-assembler-x64.cc752 Handle<CodeT> code = CallRecordWriteStub() local
781 Handle<CodeT> code = CallRecordWriteStub() local
2043 LoadCodeTEntry(Register destination, Register code) CallRecordWriteStub() argument
2052 CallCodeTObject(Register code) CallRecordWriteStub() argument
2060 JumpCodeTObject(Register code, JumpMode jump_mode) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc140 uint32_t code = instr->Bits(25, 6); in Stop() local
2044 uint32_t code = instr_.Bits(14, 0); SoftwareInterrupt() local
2276 IsWatchpoint(uint64_t code) IsWatchpoint() argument
2280 PrintWatchpoint(uint64_t code) PrintWatchpoint() argument
2290 HandleStop(uint64_t code, Instruction* instr) HandleStop() argument
2301 uint32_t code = static_cast<uint32_t>(instr->Bits(14, 0)); IsStopInstruction() local
2306 IsEnabledStop(uint64_t code) IsEnabledStop() argument
2312 EnableStop(uint64_t code) EnableStop() argument
2318 DisableStop(uint64_t code) DisableStop() argument
2324 IncreaseStopCounter(uint64_t code) IncreaseStopCounter() argument
2339 PrintStopInfo(uint64_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1250 uint32_t code = svc & kStopCodeMask; SoftwareInterrupt() local
1278 isWatchedStop(uint32_t code) isWatchedStop() argument
1283 isEnabledStop(uint32_t code) isEnabledStop() argument
1290 EnableStop(uint32_t code) EnableStop() argument
1297 DisableStop(uint32_t code) DisableStop() argument
1304 IncreaseStopCounter(uint32_t code) IncreaseStopCounter() argument
1320 PrintStopInfo(uint32_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h911 bool IsZeroRegister(unsigned code, Reg31Mode r31mode) const { in IsZeroRegister() argument
920 T reg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const { in reg() argument
929 int32_t wreg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const { in wreg() argument
933 xreg(unsigned code, Reg31Mode r31mode = Reg31IsZeroRegister) const xreg() argument
942 set_reg(unsigned code, T value, Reg31Mode r31mode = Reg31IsZeroRegister) set_reg() argument
949 set_wreg(unsigned code, int32_t value, Reg31Mode r31mode = Reg31IsZeroRegister) set_wreg() argument
954 set_xreg(unsigned code, int64_t value, Reg31Mode r31mode = Reg31IsZeroRegister) set_xreg() argument
961 set_reg_no_log(unsigned code, T value, Reg31Mode r31mode = Reg31IsZeroRegister) set_reg_no_log() argument
969 set_wreg_no_log(unsigned code, int32_t value, Reg31Mode r31mode = Reg31IsZeroRegister) set_wreg_no_log() argument
974 set_xreg_no_log(unsigned code, int64_t value, Reg31Mode r31mode = Reg31IsZeroRegister) set_xreg_no_log() argument
1013 vreg(unsigned code) vreg() argument
1064 set_vreg(unsigned code, T value, RegLogMode log_mode = LogRegWrites) set_vreg() argument
1079 set_breg(unsigned code, int8_t value, RegLogMode log_mode = LogRegWrites) set_breg() argument
1084 set_hreg(unsigned code, int16_t value, RegLogMode log_mode = LogRegWrites) set_hreg() argument
1089 set_sreg(unsigned code, float value, RegLogMode log_mode = LogRegWrites) set_sreg() argument
1094 set_sreg_bits(unsigned code, uint32_t value, RegLogMode log_mode = LogRegWrites) set_sreg_bits() argument
1099 set_dreg(unsigned code, double value, RegLogMode log_mode = LogRegWrites) set_dreg() argument
1104 set_dreg_bits(unsigned code, uint64_t value, RegLogMode log_mode = LogRegWrites) set_dreg_bits() argument
1109 set_qreg(unsigned code, qreg_t value, RegLogMode log_mode = LogRegWrites) set_qreg() argument
1116 set_vreg_no_log(unsigned code, T value) set_vreg_no_log() argument
1125 set_breg_no_log(unsigned code, uint8_t value) set_breg_no_log() argument
1129 set_hreg_no_log(unsigned code, uint16_t value) set_hreg_no_log() argument
1133 set_sreg_no_log(unsigned code, float value) set_sreg_no_log() argument
1137 set_dreg_no_log(unsigned code, double value) set_dreg_no_log() argument
1141 set_qreg_no_log(unsigned code, qreg_t value) set_qreg_no_log() argument
1324 LogRegister(unsigned code, Reg31Mode r31mode = Reg31IsStackPointer) LogRegister() argument
1327 LogVRegister(unsigned code, PrintRegisterFormat format) LogVRegister() argument
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc109 uint32_t code = instr->Bits(25, 6); in Stop() local
2239 uint32_t code = (func == BREAK) ? instr_.Bits(25, 6) : -1; SoftwareInterrupt() local
2471 IsWatchpoint(uint64_t code) IsWatchpoint() argument
2475 PrintWatchpoint(uint64_t code) PrintWatchpoint() argument
2485 HandleStop(uint64_t code, Instruction* instr) HandleStop() argument
2496 uint32_t code = static_cast<uint32_t>(instr->Bits(25, 6)); IsStopInstruction() local
2500 IsEnabledStop(uint64_t code) IsEnabledStop() argument
2506 EnableStop(uint64_t code) EnableStop() argument
2512 DisableStop(uint64_t code) DisableStop() argument
2518 IncreaseStopCounter(uint64_t code) IncreaseStopCounter() argument
2533 PrintStopInfo(uint64_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc93 uint32_t code = instr->Bits(25, 6); in Stop() local
2219 uint32_t code = (func == BREAK) ? instr_.Bits(25, 6) : -1; SoftwareInterrupt() local
2462 IsWatchpoint(uint32_t code) IsWatchpoint() argument
2466 PrintWatchpoint(uint32_t code) PrintWatchpoint() argument
2476 HandleStop(uint32_t code, Instruction* instr) HandleStop() argument
2487 uint32_t code = static_cast<uint32_t>(instr->Bits(25, 6)); IsStopInstruction() local
2491 IsEnabledStop(uint32_t code) IsEnabledStop() argument
2497 EnableStop(uint32_t code) EnableStop() argument
2503 DisableStop(uint32_t code) DisableStop() argument
2509 IncreaseStopCounter(uint32_t code) IncreaseStopCounter() argument
2524 PrintStopInfo(uint32_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc2313 uint32_t code = svc & kStopCodeMask; SoftwareInterrupt() local
2341 isWatchedStop(uint32_t code) isWatchedStop() argument
2346 isEnabledStop(uint32_t code) isEnabledStop() argument
2353 EnableStop(uint32_t code) EnableStop() argument
2360 DisableStop(uint32_t code) DisableStop() argument
2367 IncreaseStopCounter(uint32_t code) IncreaseStopCounter() argument
2383 PrintStopInfo(uint32_t code) PrintStopInfo() argument
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc2977 int32_t code = get_ebreak_code(instr_.instr()); SoftwareInterrupt() local
2997 IsWatchpoint(uint64_t code) IsWatchpoint() argument
3001 PrintWatchpoint(uint64_t code) PrintWatchpoint() argument
3011 HandleStop(uint64_t code) HandleStop() argument
3028 IsEnabledStop(uint64_t code) IsEnabledStop() argument
3034 EnableStop(uint64_t code) EnableStop() argument
3040 DisableStop(uint64_t code) DisableStop() argument
3046 IncreaseStopCounter(uint64_t code) IncreaseStopCounter() argument
3061 PrintStopInfo(uint64_t code) PrintStopInfo() argument
4416 auto code = builtins_.code(builtin); DecodeRVIType() local
[all...]

Completed in 97 milliseconds

1...<<515253545556