| /third_party/node/deps/v8/src/compiler/ |
| H A D | js-typed-lowering.cc | 656 Node* value = graph()->NewNode(op, length, r.left(), r.right()); in ReduceJSAdd() local 872 Node* value = done.PhiAt(0); in ReduceJSEqual() local 1008 double value; ReduceJSToNumberInput() local 1180 Node* value = graph()->NewNode(simplified()->StringLength(), receiver); ReduceJSLoadNamed() local 1189 Node* value = NodeProperties::GetValueInput(node, 0); ReduceJSHasInPrototypeChain() local 1339 Node* value = jsgraph()->FalseConstant(); ReduceJSOrdinaryHasInstance() local 1349 Node* value = jsgraph()->FalseConstant(); ReduceJSOrdinaryHasInstance() local 1414 Node* value = NodeProperties::GetValueInput(node, 0); ReduceJSStoreContext() local 1473 Node* value = effect = ReduceJSLoadModule() local 1485 Node* value = NodeProperties::GetValueInput(node, 1); ReduceJSStoreModule() local 2095 Node* value = NodeProperties::GetValueInput(node, 0); ReduceJSStoreMessage() local 2124 Node* value = NodeProperties::GetValueInput(node, 3 + i); ReduceJSGeneratorStore() local 2217 Node* value = NodeProperties::GetValueInput(node, 0); ReduceObjectIsArray() local 2320 Node* value = NodeProperties::GetValueInput(node, 0); ReduceJSParseInt() local [all...] |
| H A D | code-assembler.cc | 34 constexpr MachineType MachineTypeOf<Smi>::value; member in v8::internal::MachineTypeOf 35 constexpr MachineType MachineTypeOf<Object>::value; member in v8::internal::MachineTypeOf 36 constexpr MachineType MachineTypeOf<MaybeObject>::value; member in v8::internal::MachineTypeOf 256 TNode<Int32T> CodeAssembler::Int32Constant(int32_t value) { in Int32Constant() argument 260 TNode<Int64T> CodeAssembler::Int64Constant(int64_t value) { in Int64Constant() argument 264 IntPtrConstant(intptr_t value) IntPtrConstant() argument 268 TaggedIndexConstant(intptr_t value) TaggedIndexConstant() argument 273 NumberConstant(double value) NumberConstant() argument 287 SmiConstant(Smi value) SmiConstant() argument 292 SmiConstant(int value) SmiConstant() argument 307 BooleanConstant(bool value) BooleanConstant() argument 319 Float32Constant(double value) Float32Constant() argument 323 Float64Constant(double value) Float64Constant() argument 372 intptr_t value = m.ResolvedValue(); TryToSmiConstant() local 424 Return(TNode<Object> value) Return() argument 446 Return(TNode<Int32T> value) Return() argument 453 Return(TNode<Uint32T> value) Return() argument 460 Return(TNode<WordT> value) Return() argument 468 Return(TNode<Float32T> value) Return() argument 475 Return(TNode<Float64T> value) Return() argument 502 PopAndReturn(Node* pop, Node* value) PopAndReturn() argument 507 ReturnIf(TNode<BoolT> condition, TNode<Object> value) ReturnIf() argument 531 StaticAssert(TNode<BoolT> value, const char* source) StaticAssert() argument 576 WordShl(TNode<WordT> value, int shift) WordShl() argument 580 WordShr(TNode<WordT> value, int shift) WordShr() argument 584 WordSar(TNode<WordT> value, int shift) WordSar() argument 588 Word32Shr(TNode<Word32T> value, int shift) Word32Shr() argument 592 Word32Sar(TNode<Word32T> value, int shift) Word32Sar() argument 614 ChangeUint32ToWord(TNode<Word32T> value) ChangeUint32ToWord() argument 622 ChangeInt32ToIntPtr(TNode<Word32T> value) ChangeInt32ToIntPtr() argument 629 ChangeFloat64ToIntPtr(TNode<Float64T> value) ChangeFloat64ToIntPtr() argument 636 ChangeFloat64ToUintPtr(TNode<Float64T> value) ChangeFloat64ToUintPtr() argument 644 ChangeUintPtrToFloat64(TNode<UintPtrT> value) ChangeUintPtrToFloat64() argument 654 RoundIntPtrToFloat64(Node* value) RoundIntPtrToFloat64() argument 661 TruncateFloat32ToInt32(TNode<Float32T> value) TruncateFloat32ToInt32() argument 717 PackMapWord(Node* value) PackMapWord() argument 762 Store(Node* base, Node* value) Store() argument 767 StoreToObject(MachineRepresentation rep, TNode<Object> object, TNode<IntPtrT> offset, Node* value, StoreToObjectWriteBarrier write_barrier) StoreToObject() argument 791 OptimizedStoreField(MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreField() argument 798 OptimizedStoreFieldAssertNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldAssertNoWriteBarrier() argument 805 OptimizedStoreFieldUnsafeNoWriteBarrier( MachineRepresentation rep, TNode<HeapObject> object, int offset, Node* value) OptimizedStoreFieldUnsafeNoWriteBarrier() argument 817 Store(Node* base, Node* offset, Node* value) Store() argument 824 StoreEphemeronKey(Node* base, Node* offset, Node* value) StoreEphemeronKey() argument 830 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) StoreNoWriteBarrier() argument 837 StoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) StoreNoWriteBarrier() argument 846 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* value) UnsafeStoreNoWriteBarrier() argument 851 UnsafeStoreNoWriteBarrier(MachineRepresentation rep, Node* base, Node* offset, Node* value) UnsafeStoreNoWriteBarrier() argument 874 AtomicStore(MachineRepresentation rep, AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<Word32T> value) AtomicStore() argument 880 base, offset, value); AtomicStore() local 883 AtomicStore64(AtomicMemoryOrder order, TNode<RawPtrT> base, TNode<WordT> offset, TNode<UintPtrT> value, TNode<UintPtrT> value_high) AtomicStore64() argument 889 base, offset, value, value_high); AtomicStore64() local 951 StoreRoot(RootIndex root_index, TNode<Object> value) StoreRoot() argument 959 Projection(int index, Node* value) Projection() argument 1445 Bind(Node* value) Bind() argument 1447 Node* CodeAssemblerVariable::value() const { value() function in v8::internal::compiler::CodeAssemblerVariable [all...] |
| H A D | raw-machine-assembler.h | 87 Node* PointerConstant(void* value) { in PointerConstant() argument 90 Node* IntPtrConstant(intptr_t value) { in IntPtrConstant() argument 96 Node* Int32Constant(int32_t value) { in Int32Constant() argument 102 Node* Int64Constant(int64_t value) { in Int64Constant() argument 105 NumberConstant(double value) NumberConstant() argument 108 Float32Constant(float value) Float32Constant() argument 111 Float64Constant(double value) Float64Constant() argument 120 RelocatableInt32Constant(int32_t value, RelocInfo::Mode rmode) RelocatableInt32Constant() argument 123 RelocatableInt64Constant(int64_t value, RelocInfo::Mode rmode) RelocatableInt64Constant() argument 174 Store(MachineRepresentation rep, Node* base, Node* value, WriteBarrierKind write_barrier) Store() argument 178 Store(MachineRepresentation rep, Node* base, Node* index, Node* value, WriteBarrierKind write_barrier) Store() argument 183 StoreToObject(MachineRepresentation rep, Node* object, Node* offset, Node* value, WriteBarrierKind write_barrier) StoreToObject() argument 188 AddNode(simplified()->StoreToObject(access), object, offset, value); StoreToObject() local 190 OptimizedStoreField(MachineRepresentation rep, Node* object, int offset, Node* value, WriteBarrierKind write_barrier) OptimizedStoreField() argument 199 OptimizedStoreMap(Node* object, Node* value, WriteBarrierKind write_barrier = kMapWriteBarrier) OptimizedStoreMap() argument 204 Retain(Node* value) Retain() argument 223 UnalignedStore(MachineRepresentation rep, Node* base, Node* value) UnalignedStore() argument 226 UnalignedStore(MachineRepresentation rep, Node* base, Node* index, Node* value) UnalignedStore() argument 265 AtomicStore(AtomicStoreParameters params, Node* base, Node* index, Node* value) AtomicStore() argument 272 AtomicStore64(AtomicStoreParameters params, Node* base, Node* index, Node* value, Node* value_high) AtomicStore64() argument 581 StackPointerGreaterThan(Node* value) StackPointerGreaterThan() argument 904 S128Const(const uint8_t value[16]) S128Const() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.h | 62 int value() const { return value_; } in value() function in v8::internal::compiler::final 160 static inline LifetimePosition FromInt(int value) { in FromInt() argument 171 explicit LifetimePosition(int value) : value_(value) {} in LifetimePosition() argument 691 void set_spilled(bool value) { bits_ = SpilledField::update(bits_, value); } in set_spilled() argument 814 set_is_phi(bool value) set_is_phi() argument 818 set_is_non_loop_phi(bool value) set_is_non_loop_phi() argument 841 register_slot_use(SlotUseKind value) register_slot_use() argument 878 set_spill_type(SpillType value) set_spill_type() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | code-generator-s390.cc | 171 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register offset, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument 193 OutOfLineRecordWrite(CodeGenerator* gen, Register object, int32_t offset, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode, UnwindingInfoWriter* unwinding_info_writer) OutOfLineRecordWrite() argument 1425 Register value = i.InputRegister(2); AssembleArchInstruction() local 1957 DoubleRegister value = i.InputDoubleRegister(0); AssembleArchInstruction() local 2390 Register value = i.InputRegister(2); AssembleArchInstruction() local 2405 Register value = i.InputRegister(2); AssembleArchInstruction() local 2430 Register value = i.InputRegister(2); AssembleArchInstruction() local 2543 Register value = i.InputRegister(2); AssembleArchInstruction() local 3178 Register value = i.InputRegister(index); AssembleArchInstruction() local 3692 double value = (src.type() == Constant::kFloat32) AssembleConstructFrame() local [all...] |
| H A D | instruction-selector-s390.cc | 112 int64_t value; in CanBeImmediate() local 122 bool CanBeImmediate(int64_t value, OperandModes mode) { in CanBeImmediate() argument 698 VisitLoad(Node* node, Node* value, InstructionCode opcode) VisitLoad() argument 727 Node* value = node->InputAt(2); VisitGeneralStore() local 866 Node* const value = node->InputAt(0); VisitStackPointerGreaterThan() local 875 IsContiguousMask32(uint32_t value, int* mb, int* me) IsContiguousMask32() argument 888 IsContiguousMask64(uint64_t value, int* mb, int* me) IsContiguousMask64() argument 1151 Node* value = m.right().node(); TryMatchNegFromSub() local 1704 VisitLoadAndTest(InstructionSelector* selector, InstructionCode opcode, Node* node, Node* value, FlagsContinuation* cont, bool discard_output) VisitLoadAndTest() argument 1745 VisitWordCompareZero(Node* user, Node* value, FlagsContinuation* cont) VisitWordCompareZero() argument 1766 Node* const value = m.left().node(); VisitWordCompareZero() local 1799 Node* const value = m.left().node(); VisitWordCompareZero() local 2172 Node* value = node->InputAt(2); VisitAtomicExchange() local 2296 Node* value = node->InputAt(2); VisitAtomicBinop() local [all...] |
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 2069 Register value = scratch3; Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
| /third_party/node/deps/v8/src/builtins/ppc/ |
| H A D | builtins-ppc.cc | 1088 Register value = scratch1; in ReplaceClosureCodeWithOptimizedCode() local [all...] |
| /third_party/node/deps/v8/src/codegen/s390/ |
| H A D | constants-s390.h | 1854 value); in SetInstructionBits() local 1856 inline void SetInstructionBits(Instr value) { in SetInstructionBits() argument 1961 SetInstructionBits(byte* instr, T value) SetInstructionBits() argument 2191 int32_t value = Bits<SixByteInstr, int32_t>(27, 16); D2Value() local 2217 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); D2Value() local 2253 int32_t value = Bits<SixByteInstr, uint32_t>(27, 16); D1Value() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 2139 void Debug::OnPromiseReject(Handle<Object> promise, Handle<Object> value) { in OnPromiseReject() argument
|
| /third_party/node/deps/v8/src/builtins/loong64/ |
| H A D | builtins-loong64.cc | 2072 Register value = scratch3; Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-win32.cc | 1657 void Thread::SetThreadLocal(LocalStorageKey key, void* value) { in SetThreadLocal() argument
|
| /third_party/node/deps/v8/src/codegen/ia32/ |
| H A D | assembler-ia32.h | 117 inline explicit Immediate(Smi value) in Immediate() argument 180 inline explicit Immediate(Label* value) { in Immediate() argument 1671 void set_byte_at(int pos, byte value) { buffer_start_[pos] = value; } in set_byte_at() argument [all...] |
| H A D | macro-assembler-ia32.cc | 161 void MacroAssembler::CompareRange(Register value, unsigned lower_limit, in CompareRange() argument 173 void MacroAssembler::JumpIfIsInRange(Register value, unsigned lower_limit, in JumpIfIsInRange() argument 389 RecordWriteField(Register object, int offset, Register value, Register slot_address, SaveFPRegsMode save_fp, RememberedSetAction remembered_set_action, SmiCheck smi_check) RecordWriteField() argument 522 RecordWrite(Register object, Register slot_address, Register value, SaveFPRegsMode fp_mode, RememberedSetAction remembered_set_action, SmiCheck smi_check) CallRecordWriteStub() argument 1473 Push(Immediate value) CallRecordWriteStub() argument 1681 EmitIncrementCounter(StatsCounter* counter, int value, Register scratch) CallRecordWriteStub() argument 1696 EmitDecrementCounter(StatsCounter* counter, int value, Register scratch) CallRecordWriteStub() argument [all...] |
| /third_party/node/deps/v8/src/builtins/arm/ |
| H A D | builtins-arm.cc | 90 Register value = temps.Acquire(); in Generate_PushArguments() local 2052 Register value = temps.Acquire(); Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
| /third_party/node/deps/v8/src/builtins/riscv64/ |
| H A D | builtins-riscv64.cc | 2174 Register value = scratch3; Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
| /third_party/node/deps/v8/src/builtins/s390/ |
| H A D | builtins-s390.cc | 345 Register value = ip; in Generate_PushArguments() local 1123 Register value = scratch1; ReplaceClosureCodeWithOptimizedCode() local 2302 Register value = r1; Generate_AllocateSpaceAndShiftExistingArguments() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 79 SetTieringState(JSFunction function, BytecodeOffset osr_offset, TieringState value) SetTieringState() argument
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| H A D | constants-arm.h | 443 inline void SetInstructionBits(Instr value) { in SetInstructionBits() argument
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | assembler-riscv64.h | 81 V8_INLINE explicit Operand(Smi value) in Operand() argument
|
| /third_party/node/deps/v8/src/codegen/x64/ |
| H A D | assembler-x64.h | 120 explicit constexpr Immediate(int32_t value) : value_(value) {} in Immediate() argument 121 explicit constexpr Immediate(int32_t value, RelocInfo::Mode rmode) in Immediate() argument 123 explicit Immediate(Smi value) in Immediate() argument 128 int32_t value() const { return value_; } in value() function in v8::internal::Immediate 143 Immediate64(int64_t value) Immediate64() argument 144 Immediate64(int64_t value, RelocInfo::Mode rmode) Immediate64() argument 146 Immediate64(Address value, RelocInfo::Mode rmode) Immediate64() argument 580 movq(Register dst, int64_t value) movq() argument 581 movq(Register dst, uint64_t value) movq() argument 2068 set_byte_at(int pos, byte value) set_byte_at() argument [all...] |
| /third_party/node/deps/v8/src/handles/ |
| H A D | global-handles.cc | 355 void set_index(uint8_t value) { index_ = value; } in set_index() argument 948 Handle<Object> GlobalHandles::Create(Object value) { in Create() argument 957 Handle<Object> GlobalHandles::Create(Address value) { in Create() argument 833 Acquire( Object value, uintptr_t slot) Acquire() argument 961 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument 968 CreateTraced(Object value, Address* slot, GlobalHandleStoreMode store_mode, bool is_on_stack) CreateTraced() argument 990 CreateTraced(Address value, Address* slot, GlobalHandleStoreMode store_mode) CreateTraced() argument 1274 v8::Value* value = ToApi<v8::Value>(node->handle()); IdentifyWeakUnmodifiedObjects() local 1355 v8::Value* value = ToApi<v8::Value>(node->handle()); IterateYoungWeakObjectsForPhantomHandles() local 1623 v8::Value* value = ToApi<v8::Value>(node->handle()); ApplyPersistentHandleVisitor() local 1644 v8::Value* value = ToApi<v8::Value>(node->handle()); IterateTracedNodes() local [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-debugger-agent-impl.cc | 326 protocol::DictionaryValue* value = object->getObject(key); in getOrCreateObject() local 1508 std::unique_ptr<RemoteObject> value; in currentCallFrames() local [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 377 double value = 0.0; in DoPrintElements() local 415 ElementType value = 0; in PrintTypedArrayElements() local 437 Object value; PrintFixedArrayElements() local 498 Object value = slot.load_tagged(); PrintEmbedderData() local 769 MaybeObject value; PrintWeakArrayElements() local 1031 print_hex_byte(std::ostream& os, int value) print_hex_byte() argument 1083 Object value = this->ValueAtRaw(bucket); SwissNameDictionaryPrint() local 2670 Object value = GetStrongValue(descriptor); PrintDescriptorDetails() local [all...] |
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 1202 Address value = *spill_slot.location(); in IterateCompiledFrame() local 2030 PatchContext(Context value) PatchContext() argument [all...] |