Home
last modified time | relevance | path

Searched defs:type (Results 10251 - 10275 of 10784) sorted by relevance

1...<<411412413414415416417418419420>>...432

/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dinstruction-selector-mips64.cc2737 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2757 MachineType type = AtomicOpType(node->op()); in VisitWord64AtomicExchange() local
2774 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
2794 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
2812 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
2847 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc2908 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2927 MachineType type = AtomicOpType(node->op()); in VisitWord64AtomicExchange() local
2944 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
2963 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
2982 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
3016 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc223 bool IsSomePositiveOrderedNumber(Type type) { in IsSomePositiveOrderedNumber() argument
309 void set_feedback_type(Type type) { feedback_type argument
313 set_restriction_type(Type type) set_restriction_type() argument
370 Type type = GetInfo(node)->feedback_type(); TypeOf() local
375 Type type = GetInfo(node)->feedback_type(); FeedbackTypeOf() local
381 Type type = FeedbackTypeOf(node->InputAt(0)); TypePhi() local
408 Type type = info->feedback_type(); UpdateFeedbackType() local
824 InputCannotBe(Node* node, Type type) InputCannotBe() argument
829 InputIs(Node* node, Type type) InputIs() argument
842 BothInputsAre(Node* node, Type type) BothInputsAre() argument
853 OneInputCannotBe(Node* node, Type type) OneInputCannotBe() argument
1126 GetOutputInfoForPhi(Node* node, Type type, Truncation use) GetOutputInfoForPhi() argument
1209 VisitObjectIs(Node* node, Type type, SimplifiedLowering* lowering) VisitObjectIs() argument
1225 VisitCheck(Node* node, Type type, SimplifiedLowering* lowering) VisitCheck() argument
1281 DeoptValueSemanticOf(Type type) DeoptValueSemanticOf() argument
1292 DeoptMachineTypeOf(MachineRepresentation rep, Type type) DeoptMachineTypeOf() argument
1880 UseInfoForFastApiCallArgument(CTypeInfo type, FeedbackSource const& feedback) UseInfoForFastApiCallArgument() argument
1963 MachineTypeForWasmReturnType(wasm::ValueType type) MachineTypeForWasmReturnType() argument
1978 UseInfoForJSWasmCallArgument(Node* input, wasm::ValueType type, FeedbackSource const& feedback) UseInfoForJSWasmCallArgument() argument
4125 InsertTypeOverrideForVerifier(const Type& type, Node* node) InsertTypeOverrideForVerifier() argument
[all...]
H A Dtyper.cc353 Type type = typing.TypeNode(node); in Decorate() local
432 BitwiseNot(Type type, Typer* t) BitwiseNot() argument
440 Decrement(Type type, Typer* t) Decrement() argument
448 Increment(Type type, Typer* t) Increment() argument
456 Negate(Type type, Typer* t) Negate() argument
466 ToPrimitive(Type type, Typer* t) ToPrimitive() argument
473 ToBoolean(Type type, Typer* t) ToBoolean() argument
479 ToInteger(Type type, Typer* t) ToInteger() argument
492 ToLength(Type type, Typer* t) ToLength() argument
511 ToName(Type type, Typer* t) ToName() argument
521 ToNumber(Type type, Typer* t) ToNumber() argument
526 ToNumberConvertBigInt(Type type, Typer* t) ToNumberConvertBigInt() argument
531 ToNumeric(Type type, Typer* t) ToNumeric() argument
536 ToObject(Type type, Typer* t) ToObject() argument
548 ToString(Type type, Typer* t) ToString() argument
557 ObjectIsArrayBufferView(Type type, Typer* t) ObjectIsArrayBufferView() argument
564 ObjectIsBigInt(Type type, Typer* t) ObjectIsBigInt() argument
571 ObjectIsCallable(Type type, Typer* t) ObjectIsCallable() argument
578 ObjectIsConstructor(Type type, Typer* t) ObjectIsConstructor() argument
589 ObjectIsDetectableCallable(Type type, Typer* t) ObjectIsDetectableCallable() argument
596 ObjectIsMinusZero(Type type, Typer* t) ObjectIsMinusZero() argument
603 NumberIsMinusZero(Type type, Typer* t) NumberIsMinusZero() argument
610 ObjectIsNaN(Type type, Typer* t) ObjectIsNaN() argument
617 NumberIsNaN(Type type, Typer* t) NumberIsNaN() argument
624 ObjectIsNonCallable(Type type, Typer* t) ObjectIsNonCallable() argument
631 ObjectIsNumber(Type type, Typer* t) ObjectIsNumber() argument
638 ObjectIsReceiver(Type type, Typer* t) ObjectIsReceiver() argument
645 ObjectIsSmi(Type type, Typer* t) ObjectIsSmi() argument
650 ObjectIsString(Type type, Typer* t) ObjectIsString() argument
657 ObjectIsSymbol(Type type, Typer* t) ObjectIsSymbol() argument
664 ObjectIsUndetectable(Type type, Typer* t) ObjectIsUndetectable() argument
758 Type type = Operand(node, 0); TypePhi() local
790 Type type = NodeProperties::IsTyped(node) ? NodeProperties::GetType(node) TypeInductionVariablePhi() local
885 Type type = NodeProperties::GetType(node); InductionVariablePhiTypeIsPrefixedPoint() local
1010 Type const type = Operand(node, 0); TypeProjection() local
1022 Type const type = Operand(node, 0); TypeTypeGuard() local
2041 StringFromSingleCharCodeTyper(Type type, Typer* t) StringFromSingleCharCodeTyper() argument
2045 StringFromSingleCodePointTyper(Type type, Typer* t) StringFromSingleCodePointTyper() argument
2093 Type type = Operand(node, 0); TypeCheckHeapObject() local
2142 Type type = Operand(node, 0); TypeCheckNotTaggedHole() local
2165 Type type = Operand(node, 0); TypeConvertTaggedHoleToUndefined() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc1389 MachineType type = in VisitNode() local
1463 LoadRepresentation type = LoadRepresentationOf(node->op()); in VisitNode() local
1822 LoadRepresentation type in VisitNode() local
597 AddOperandToStateValueDescriptor( StateValueList* values, InstructionOperandVector* inputs, OperandGenerator* g, StateObjectDeduplicator* deduplicator, Node* input, MachineType type, FrameStateInputKind kind, Zone* zone) AddOperandToStateValueDescriptor() argument
1856 LoadRepresentation type = params.representation(); VisitNode() local
1862 LoadRepresentation type = params.representation(); VisitNode() local
1913 LoadRepresentation type = LoadRepresentationOf(node->op()); VisitNode() local
[all...]
H A Dinstruction.h415 explicit ImmediateOperand(ImmediateType type, int32_t value) in ImmediateOperand() argument
422 ImmediateType type() const { return TypeField::decode(value_); } in type() function in v8::internal::compiler::ImmediateOperand
439 static ImmediateOperand* New(Zone* zone, ImmediateType type, int32_ argument
1128 Type type() const { return type_; } type() function in v8::internal::compiler::final
1209 ArgumentsElements(ArgumentsStateType type) ArgumentsElements() argument
1219 Plain(MachineType type) Plain() argument
1249 MachineType type() const { return type_; } type() function in v8::internal::compiler::StateValueDescriptor
1261 StateValueDescriptor(StateValueKind kind, MachineType type) StateValueDescriptor() argument
1337 PushArgumentsElements(ArgumentsStateType type) PushArgumentsElements() argument
1346 PushPlain(MachineType type) PushPlain() argument
1391 FrameStateType type() const { return type_; } type() function in v8::internal::compiler::FrameStateDescriptor
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc2015 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2034 MachineType type = AtomicOpType(node->op()); in VisitWord64AtomicExchange() local
2075 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
2094 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
2119 MachineType type = AtomicOpType(node->op()); VisitAtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3325 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
3344 MachineType type in VisitWord64AtomicExchange() local
3361 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
3380 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
3399 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
3433 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc2042 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2067 MachineType type in VisitWord32AtomicCompareExchange() local
2098 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dinstruction-selector-loong64.cc2481 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2501 MachineType type = AtomicOpType(node->op()); in VisitWord64AtomicExchange() local
2518 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
2538 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
2556 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
2591 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc2703 MachineType type = AtomicOpType(node->op()); in VisitWord32AtomicExchange() local
2723 MachineType type = AtomicOpType(node->op()); in VisitWord64AtomicExchange() local
2740 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicCompareExchange() local
2760 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicCompareExchange() local
2778 MachineType type = AtomicOpType(node->op()); VisitWord32AtomicBinaryOperation() local
2813 MachineType type = AtomicOpType(node->op()); VisitWord64AtomicBinaryOperation() local
[all...]
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc381 void Generate_JSEntryVariant(MacroAssembler* masm, StackFrame::Type type, in Generate_JSEntryVariant() argument
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc4566 void TurboAssembler::DropArguments(Register count, ArgumentsCountType type, in CallRecordWriteStub() argument
4590 DropArgumentsAndPushNewReceiver(Register argc, Register receiver, ArgumentsCountType type, ArgumentsCountMode mode, Register scratch) CallRecordWriteStub() argument
4863 InvokePrologue(Register expected_parameter_count, Register actual_parameter_count, Label* done, InvokeType type) CallRecordWriteStub() argument
4977 InvokeFunctionCode(Register function, Register new_target, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
5018 InvokeFunctionWithNewTarget( Register function, Register new_target, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
5040 InvokeFunction(Register function, Register expected_parameter_count, Register actual_parameter_count, InvokeType type) CallRecordWriteStub() argument
5335 StubPrologue(StackFrame::Type type) CallRecordWriteStub() argument
5344 EnterFrame(StackFrame::Type type) CallRecordWriteStub() argument
5358 LeaveFrame(StackFrame::Type type) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]
/third_party/node/deps/openssl/config/archs/linux64-s390x/no-asm/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/no-asm/include/openssl/
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
H A Dx509.h432 ASN1_OBJECT *type; member
1142 int type, global() variable
1146 **x, int nid, int type, global() variable
1151 int type, global() variable
1155 const ASN1_OBJECT *obj, int lastpos, int type); global() variable
[all...]
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/include/openssl/
H A Dasn1.h185 int type; member
521 int type; global() member
[all...]

Completed in 85 milliseconds

1...<<411412413414415416417418419420>>...432