/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-fast-api-calls.h | 238 class CTypeInfo { class 287 explicit constexpr CTypeInfo( in CTypeInfo() function in v8::CTypeInfo 293 explicit constexpr CTypeInfo(Identifier identifier) in CTypeInfo() function in v8::CTypeInfo 294 : CTypeInfo(static_cast<Type>(identifier >> 16), in CTypeInfo() 395 // CTypeInfo::kCallbackOptionsType. 396 CFunctionInfo(const CTypeInfo& return_info, unsigned int arg_count, 397 const CTypeInfo* arg_info); 399 const CTypeInfo& ReturnInfo() const { return return_info_; } in ReturnInfo() 409 // has type CTypeInfo::kCallbackOptionsType, it is not included in 411 const CTypeInfo [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-fast-api-calls.h | 238 class CTypeInfo { class 284 explicit constexpr CTypeInfo( in CTypeInfo() function in v8::CTypeInfo 290 explicit constexpr CTypeInfo(Identifier identifier) in CTypeInfo() function in v8::CTypeInfo 291 : CTypeInfo(static_cast<Type>(identifier >> 16), in CTypeInfo() 386 // CTypeInfo::kCallbackOptionsType. 387 CFunctionInfo(const CTypeInfo& return_info, unsigned int arg_count, 388 const CTypeInfo* arg_info); 390 const CTypeInfo& ReturnInfo() const { return return_info_; } in ReturnInfo() 400 // has type CTypeInfo::kCallbackOptionsType, it is not included in 402 const CTypeInfo [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | fast-api-calls.cc | 14 ElementsKind GetTypedArrayElementsKind(CTypeInfo::Type type) { in GetTypedArrayElementsKind() 16 case CTypeInfo::Type::kInt32: in GetTypedArrayElementsKind() 18 case CTypeInfo::Type::kUint32: in GetTypedArrayElementsKind() 20 case CTypeInfo::Type::kInt64: in GetTypedArrayElementsKind() 22 case CTypeInfo::Type::kUint64: in GetTypedArrayElementsKind() 24 case CTypeInfo::Type::kFloat32: in GetTypedArrayElementsKind() 26 case CTypeInfo::Type::kFloat64: in GetTypedArrayElementsKind() 28 case CTypeInfo::Type::kVoid: in GetTypedArrayElementsKind() 29 case CTypeInfo::Type::kBool: in GetTypedArrayElementsKind() 30 case CTypeInfo in GetTypedArrayElementsKind() [all...] |
H A D | fast-api-calls.h | 18 return OverloadsResolutionResult(-1, CTypeInfo::Type::kVoid); in Invalid() 22 CTypeInfo::Type element_type_) in OverloadsResolutionResult() 26 element_type_ != CTypeInfo::Type::kVoid); in OverloadsResolutionResult() 36 CTypeInfo::Type element_type; 39 ElementsKind GetTypedArrayElementsKind(CTypeInfo::Type type);
|
H A D | effect-control-linearizer.cc | 199 Node* AdaptFastCallArgument(Node* node, CTypeInfo arg_type, 4948 Node* node, CTypeInfo arg_type, GraphAssemblerLabel<0>* if_error) { in AdaptFastCallArgument() 4952 case CTypeInfo::SequenceType::kScalar: { in AdaptFastCallArgument() 4954 case CTypeInfo::Type::kV8Value: { in AdaptFastCallArgument() 4962 case CTypeInfo::Type::kFloat32: { in AdaptFastCallArgument() 4970 case CTypeInfo::SequenceType::kIsSequence: { in AdaptFastCallArgument() 4971 CHECK_EQ(arg_type.GetType(), CTypeInfo::Type::kVoid); in AdaptFastCallArgument() 4992 case CTypeInfo::SequenceType::kIsTypedArray: { in AdaptFastCallArgument() 5019 CTypeInfo arg_type = c_signature->ArgumentInfo( in AdaptOverloadedFastCallArgument() 5031 case CTypeInfo in AdaptOverloadedFastCallArgument() [all...] |
H A D | simplified-lowering.cc | 1880 UseInfo UseInfoForFastApiCallArgument(CTypeInfo type, in UseInfoForFastApiCallArgument() 1883 case CTypeInfo::SequenceType::kScalar: { in UseInfoForFastApiCallArgument() 1885 case CTypeInfo::Type::kVoid: in UseInfoForFastApiCallArgument() 1887 case CTypeInfo::Type::kBool: in UseInfoForFastApiCallArgument() 1889 case CTypeInfo::Type::kInt32: in UseInfoForFastApiCallArgument() 1890 case CTypeInfo::Type::kUint32: in UseInfoForFastApiCallArgument() 1895 case CTypeInfo::Type::kInt64: in UseInfoForFastApiCallArgument() 1896 case CTypeInfo::Type::kUint64: in UseInfoForFastApiCallArgument() 1897 case CTypeInfo::Type::kAny: in UseInfoForFastApiCallArgument() 1899 case CTypeInfo in UseInfoForFastApiCallArgument() [all...] |
H A D | wasm-compiler.cc | 7416 case CTypeInfo::Type::kV8Value: 7695 const CTypeInfo& info) { 7748 CTypeInfo return_info = info->ReturnInfo(); 7751 return_info.GetType() != CTypeInfo::Type::kVoid) { 7757 if (return_info.GetType() == CTypeInfo::Type::kVoid) { 7776 CTypeInfo arg = info->ArgumentInfo(i + 1);
|
/third_party/node/deps/v8/src/execution/ |
H A D | encoded-c-signature.cc | 23 CTypeInfo::SequenceType::kScalar && in EncodedCSignature() 24 CTypeInfo::IsFloatingPointType(signature->ArgumentInfo(i).GetType())) { in EncodedCSignature() 34 CTypeInfo::SequenceType::kScalar && in EncodedCSignature() 35 CTypeInfo::IsFloatingPointType(signature->ReturnInfo().GetType())) { in EncodedCSignature()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | machine-type.h | 278 static MachineType TypeForCType(const CTypeInfo& type) { in TypeForCType() 280 case CTypeInfo::Type::kVoid: in TypeForCType() 282 case CTypeInfo::Type::kBool: in TypeForCType() 284 case CTypeInfo::Type::kInt32: in TypeForCType() 286 case CTypeInfo::Type::kUint32: in TypeForCType() 288 case CTypeInfo::Type::kInt64: in TypeForCType() 290 case CTypeInfo::Type::kAny: in TypeForCType() 293 "CTypeInfo::Type::kAny is assumed to be of size 64 bits."); in TypeForCType() 295 case CTypeInfo::Type::kUint64: in TypeForCType() 297 case CTypeInfo in TypeForCType() [all...] |
/third_party/node/deps/v8/src/api/ |
H A D | api-inl.h | 266 template <CTypeInfo::Identifier type_info_id, typename T> 271 CTypeInfo(type_info_id).GetType()>::ctype>::value, in CopyAndConvertArrayToCppBuffer() 272 "Type mismatch between the expected CTypeInfo::Type and the destination " in CopyAndConvertArrayToCppBuffer() 302 template <const CTypeInfo* type_info, typename T> 310 template <CTypeInfo::Identifier type_info_id, typename T>
|
H A D | api.cc | 10401 CFunctionInfo::CFunctionInfo(const CTypeInfo& return_info, in CFunctionInfo() 10402 unsigned int arg_count, const CTypeInfo* arg_info) in CFunctionInfo() 10406 DCHECK(arg_info_[i].GetType() != CTypeInfo::kCallbackOptionsType); in CFunctionInfo() 10411 const CTypeInfo& CFunctionInfo::ArgumentInfo(unsigned int index) const { in ArgumentInfo() 10718 CTypeInfo(CTypeInfo::Type::kInt32, CTypeInfo::SequenceType::kIsSequence) in TryToCopyAndConvertArrayToCppBuffer() 10729 CTypeInfo(CTypeInfo::Type::kUint32, CTypeInfo in TryToCopyAndConvertArrayToCppBuffer() [all...] |