| /third_party/node/deps/v8/src/d8/ |
| H A D | d8.h | 373 DisallowReassignment(const char* name, T value) in DisallowReassignment() argument 378 DisallowReassignment& operator=(T value) { in operator =() argument 394 void Overwrite(T value) { value_ = value; } in Overwrite() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.h | 479 TNode<T> UncheckedCast(Node* value) { in UncheckedCast() argument 483 UncheckedCast(TNode<U> value) UncheckedCast() argument 492 ReinterpretCast(Node* value) ReinterpretCast() argument 496 Cast(Node* value, const char* location = �) Cast() argument 501 Cast(TNode<T> value, const char* location = �) Cast() argument 525 Uint64Constant(uint64_t value) Uint64Constant() argument 529 Uint32Constant(uint32_t value) Uint32Constant() argument 532 UintPtrConstant(uintptr_t value) UintPtrConstant() argument 536 PointerConstant(void* value) PointerConstant() argument 544 SmiConstant(E value) SmiConstant() argument 564 BoolConstant(bool value) BoolConstant() argument 596 Parameter( int value, cppgc::SourceLocation loc = cppgc::SourceLocation::Current()) Parameter() argument 602 message << "Parameter " << value; Parameter() local 614 UncheckedParameter(int value) UncheckedParameter() argument 938 Word64Not(TNode<Int64T> value) Word64Not() argument 941 Word64Not(TNode<Uint64T> value) Word64Not() argument 1080 WordShr(TNode<IntPtrT> value, int shift) WordShr() argument 1083 WordSar(TNode<IntPtrT> value, int shift) WordSar() argument 1140 Projection(TNode<PairT<T1, T2>> value) Projection() argument 1462 TNode<T> value() const { value() function in v8::internal::compiler::TypedCodeAssemblerVariable 1466 operator =(TNode<T> value) operator =() argument [all...] |
| H A D | js-call-reducer.cc | 299 TNode<Number> NumberInc(TNode<Number> value) { in NumberInc() argument 740 TNode<Object> value = LoadElement<Object>( SafeLoadElement() local 769 StoreJSArrayLength(TNode<JSArray> array, TNode<Number> value, ElementsKind kind) StoreJSArrayLength() argument 771 StoreField(AccessBuilder::ForJSArrayLength(kind), array, value); StoreJSArrayLength() local 791 CheckFloat64Hole(TNode<Number> value, CheckFloat64HoleMode mode) CheckFloat64Hole() argument 799 TryConvertHoleToUndefined(TNode<Object> value, ElementsKind kind) TryConvertHoleToUndefined() argument 851 StoreContextSlot(TNode<Context> context, size_t slot_index, TNode<Object> value) StoreContextSlot() argument 853 StoreField(AccessBuilder::ForContextSlot(slot_index), context, value); StoreContextSlot() local 1026 SpeculativeToNumber( TNode<Object> value, NumberOperationHint hint) SpeculativeToNumber() argument 1033 CheckSmi(TNode<Object> value) CheckSmi() argument 1038 CheckString(TNode<Object> value) CheckString() argument 1043 CheckBounds(TNode<Number> value, TNode<Number> limit) CheckBounds() argument 1049 TypeGuardUnsignedSmall(TNode<Object> value) TypeGuardUnsignedSmall() argument 1053 TypeGuardNonInternal( TNode<Object> value) TypeGuardNonInternal() argument 1058 TypeGuardFixedArrayLength( TNode<Object> value) TypeGuardFixedArrayLength() argument [all...] |
| H A D | js-create-lowering.cc | 703 Node* value = NodeProperties::GetValueInput(node, 2 + i); ReduceJSCreateArray() local 992 Node* value = NodeProperties::GetValueInput(node, 0); ReduceJSCreateIterResultObject() local 1007 a.Store(AccessBuilder::ForJSIteratorResultValue(), value); ReduceJSCreateIterResultObject() local 1040 Node* value = NodeProperties::GetValueInput(node, 1); ReduceJSCreateKeyValueArray() local 1115 Node* value = effect = maybe_value.value(); ReduceJSCreateLiteralArrayOrObject() local 1187 Node* value = effect = AllocateLiteralRegExp(effect, control, literal); ReduceJSCreateLiteralRegExp() local 1206 Node* value = jsgraph()->Constant(template_object); ReduceJSGetTemplateObject() local 1419 Node* value = effect = a.Finish(); ReduceJSCreateObject() local 1605 Node* value = graph()->NewNode( TryAllocateAliasedArguments() local 1611 jsgraph()->Constant(i), value); TryAllocateAliasedArguments() local 1629 Node* value = jsgraph()->TheHoleConstant(); AllocateElements() local 1768 Node* value; TryAllocateFastLiteral() local 1807 Node* value = jsgraph()->HeapConstant(factory()->one_pointer_filler_map()); TryAllocateFastLiteral() local 1876 Float64 value = elements.GetFromImmutableFixedDoubleArray(i); TryAllocateFastLiteralElements() local [all...] |
| H A D | machine-operator.cc | 2019 const Operator* MachineOperatorBuilder::S128Const(const uint8_t value[16]) { in S128Const() argument
|
| H A D | raw-machine-assembler.cc | 74 Node* RawMachineAssembler::RelocatableIntPtrConstant(intptr_t value, in RelocatableIntPtrConstant() argument 593 void RawMachineAssembler::Return(Node* value) { in Return() argument 632 void RawMachineAssembler::PopAndReturn(Node* pop, Node* value) { in PopAndReturn() argument 696 void RawMachineAssembler::StaticAssert(Node* value, const char* source) { in StaticAssert() argument 697 AddNode(common()->StaticAssert(source), value); in StaticAssert() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 972 Register value = i.InputRegister(index); in AssembleArchInstruction() local 307 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand operand, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode) OutOfLineRecordWrite() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | code-generator-mips.cc | 877 Register value = i.InputRegister(2); in AssembleArchInstruction() local 145 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode) OutOfLineRecordWrite() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| H A D | code-generator-loong64.cc | 824 Register value = i.InputRegister(2); in AssembleArchInstruction() local 148 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Operand offset, Register value, RecordWriteMode mode, StubCallMode stub_mode) OutOfLineRecordWrite() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| H A D | code-generator-riscv64.cc | 868 Register value = i.InputRegister(2); in AssembleArchInstruction() local 159 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode) OutOfLineRecordWrite() argument [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug-interface.cc | 40 i::Object value = Utils::OpenHandle(*context)->debug_context_id(); in GetContextId() local 208 i::Handle<i::Object> value; in GetPrivateMembers() local 263 i::Handle<i::Object> value; in GetPrivateMembers() local 143 GetInternalProperties(Isolate* v8_isolate, Local<Value> value) GetInternalProperties() argument 286 GetCreationContext(Local<Object> value) GetCreationContext() argument 467 i::Object value = script->context_data(); ContextId() local 885 EstimatedValueSize(Isolate* v8_isolate, Local<Value> value) EstimatedValueSize() argument 1006 Cast(v8::Local<v8::Value> value) Cast() argument 1094 SetReturnValue(v8::Isolate* v8_isolate, v8::Local<v8::Value> value) SetReturnValue() argument 1260 Set(v8::Isolate* isolate, v8::Local<v8::Value> key, v8::Local<v8::Value> value) Set() argument 1282 Cast(v8::Value* value) Cast() argument [all...] |
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.h | 1199 void set_has_inferred_function_name(bool value) { in set_has_inferred_function_name() argument 1233 void set_class_scope_has_private_brand(bool value) { in set_class_scope_has_private_brand() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-regexp-gen.cc | 206 FastStoreLastIndex(TNode<JSRegExp> regexp, TNode<Smi> value) FastStoreLastIndex() argument 214 SlowStoreLastIndex(TNode<Context> context, TNode<Object> regexp, TNode<Object> value) SlowStoreLastIndex() argument 667 TNode<IntPtrT> value = ChangeInt32ToIntPtr(UncheckedCast<Int32T>( RegExpExecInternal() local 1202 TNode<Object> value = TF_BUILTIN() local 1383 TNode<Object> value = GetProperty(context, regexp, name); SlowFlagGetter() local [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-mips64/asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ |
| H A D | asn1t.h | 516 long value; /* NID for an object or value for an int */ member [all...] |
| /third_party/node/deps/v8/src/codegen/mips64/ |
| H A D | assembler-mips64.h | 76 V8_INLINE explicit Operand(Smi value) in Operand() argument
|