Home
last modified time | relevance | path

Searched refs:kType (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/deps/v8/src/common/
Dassert-scope.cc18 template <PerThreadAssertType kType>
19 using PerThreadDataBit = base::BitField<bool, kType, 1>;
26 template <PerThreadAssertType kType, bool kAllow>
27 PerThreadAssertScope<kType, kAllow>::PerThreadAssertScope() in PerThreadAssertScope()
30 PerThreadDataBit<kType>::update(old_data_.value(), kAllow); in PerThreadAssertScope()
33 template <PerThreadAssertType kType, bool kAllow>
34 PerThreadAssertScope<kType, kAllow>::~PerThreadAssertScope() { in ~PerThreadAssertScope()
39 template <PerThreadAssertType kType, bool kAllow>
40 void PerThreadAssertScope<kType, kAllow>::Release() { in Release()
46 template <PerThreadAssertType kType, bool kAllow>
[all …]
Dassert-scope.h34 template <PerThreadAssertType kType, bool kAllow>
187 template <PerThreadAssertType kType, bool kAllow>
190 : public PerThreadAssertScope<kType, kAllow> {
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h930 InstructionBase::Type kType = kUnsupported; in InstructionType() local
947 kType = kOp6Type; in InstructionType()
950 kType = kUnsupported; in InstructionType()
953 if (kType == kUnsupported) { in InstructionType()
962 kType = kOp7Type; in InstructionType()
965 kType = kUnsupported; in InstructionType()
969 if (kType == kUnsupported) { in InstructionType()
980 kType = kOp8Type; in InstructionType()
983 kType = kUnsupported; in InstructionType()
987 if (kType == kUnsupported) { in InstructionType()
[all …]
/third_party/skia/src/utils/
DSkJSON.h76 bool is() const { return this->getType() == T::kType; } in is()
214 inline static constexpr Type kType = Type::kNull;
221 inline static constexpr Type kType = Type::kBool;
233 inline static constexpr Type kType = Type::kNumber;
252 inline static constexpr Type kType = vtype; variable
255 SkASSERT(this->getType() == kType); in size()
260 SkASSERT(this->getType() == kType); in begin()
266 SkASSERT(this->getType() == kType); in end()
272 SkASSERT(this->getType() == kType);
286 inline static constexpr Type kType = Type::kString;
/third_party/node/lib/internal/webstreams/
Dqueuingstrategies.js24 kType,
71 [kType] = 'ByteLengthQueuingStrategy';
110 return customInspect(depth, options, this[kType], {
126 [kType] = 'CountQueuingStrategy';
165 return customInspect(depth, options, this[kType], {
Dcompression.js34 const kType = Symbol('kType'); constant
43 value?.[kType] === 'CompressionStream';
48 value?.[kType] === 'DecompressionStream';
56 this[kType] = 'CompressionStream';
105 this[kType] = 'DecompressionStream';
Dencoding.js36 const kType = Symbol('kType'); constant
46 value?.[kType] === 'TextEncoderStream';
51 value?.[kType] === 'TextDecoderStream';
57 this[kType] = 'TextEncoderStream';
150 this[kType] = 'TextDecoderStream';
Dtransformstream.js47 kType,
112 [kType] = 'TransformStream';
199 return customInspect(depth, options, this[kType], {
252 this[kType] = 'TransformStream';
270 [kType] = 'TransformStreamDefaultController';
320 return customInspect(depth, options, this[kType], {
337 this[kType] = 'TransformStreamDefaultController';
Dutil.js55 const kType = Symbol('kType'); constant
129 value[kType] === brand;
256 kType, property
Dreadablestream.js114 kType,
240 [kType] = 'ReadableStream';
578 return customInspect(depth, options, this[kType], {
652 this[kType] = 'ReadableStream';
671 [kType] = 'ReadableStreamBYOBRequest';
741 return customInspect(depth, options, this[kType], {
758 this[kType] = 'ReadableStreamBYOBRequest';
810 [kType] = 'ReadableStreamDefaultReader';
882 return customInspect(depth, options, this[kType], {
899 [kType] = 'ReadableStreamBYOBReader';
[all …]
Dwritablestream.js66 kType,
149 [kType] = 'WritableStream';
268 return customInspect(depth, options, this[kType], {
333 this[kType] = 'WritableStream';
381 [kType] = 'WritableStreamDefaultWriter';
503 return customInspect(depth, options, this[kType], {
524 [kType] = 'WritableStreamDefaultController';
561 return customInspect(depth, options, this[kType], {
576 this[kType] = 'WritableStreamDefaultController';
/third_party/node/deps/v8/src/compiler/
Dmachine-operator.cc1718 #define EXCHANGE(kType) \ in Word32AtomicExchange() argument
1719 if (type == MachineType::kType()) { \ in Word32AtomicExchange()
1720 return &cache_.kWord32AtomicExchange##kType; \ in Word32AtomicExchange()
1729 #define COMPARE_EXCHANGE(kType) \ in Word32AtomicCompareExchange() argument
1730 if (type == MachineType::kType()) { \ in Word32AtomicCompareExchange()
1731 return &cache_.kWord32AtomicCompareExchange##kType; \ in Word32AtomicCompareExchange()
1739 #define ADD(kType) \ in Word32AtomicAdd() argument
1740 if (type == MachineType::kType()) { \ in Word32AtomicAdd()
1741 return &cache_.kWord32AtomicAdd##kType; \ in Word32AtomicAdd()
1749 #define SUB(kType) \ in Word32AtomicSub() argument
[all …]
/third_party/node/lib/internal/
Dblob.js71 const kType = Symbol('kType'); constant
171 this[kType] = RegExpPrototypeExec(disallowedTypeCharacters, type) !== null ?
195 const type = this[kType];
205 this[kType] = type;
216 return this[kType];
358 this[kType] = type;
/third_party/node/lib/internal/perf/
Dperformance_entry.js21 const kType = Symbol('kType'); constant
37 get entryType() { return this[kType]; }
70 this[kType] = type;
/third_party/skia/tests/
DRecordTestUtils.h23 void operator()(const U& r) { ptr = &r; type = U::kType; } in operator()
26 void operator()(const T&) { type = U::kType; } in operator()
34 REPORTER_ASSERT(r, T::kType == reader.type); in assert_type()
DRecorderTest.cpp27 void operator()(const T&) { ++fHistogram[T::kType]; } in operator ()()
30 int count() const { return fHistogram[T::kType]; } in count()
/third_party/skia/gm/
Dnonclosedpaths.cpp96 constexpr ClosureType kType[] = { in onDraw() local
113 SkPath path = MakePath(kType[type]); in onDraw()
135 SkPath path = MakePath(kType[type]); in onDraw()
/third_party/node/lib/internal/fs/
Dutils.js61 const kType = Symbol('type'); constant
166 this[kType] = type;
170 return this[kType] === UV_DIRENT_DIR;
174 return this[kType] === UV_DIRENT_FILE;
178 return this[kType] === UV_DIRENT_BLOCK;
182 return this[kType] === UV_DIRENT_CHAR;
186 return this[kType] === UV_DIRENT_LINK;
190 return this[kType] === UV_DIRENT_FIFO;
194 return this[kType] === UV_DIRENT_SOCKET;
/third_party/node/src/
Dnode_perf.h118 !observers[Traits::kType]) { in Notify()
130 OneByteString(env->isolate(), GetPerformanceEntryTypeName(Traits::kType)), in Notify()
146 static constexpr PerformanceEntryType kType = member
/third_party/skia/src/gpu/
DGrGpuBuffer.cpp63 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKeyForDynamicBuffer() local
64 GrScratchKey::Builder builder(key, kType, 1 + (sizeof(size_t) + 3) / 4); in ComputeScratchKeyForDynamicBuffer()
DGrAttachment.cpp107 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
109 GrScratchKey::Builder builder(key, kType, 5); in ComputeScratchKey()
DGrTexture.cpp111 static const GrScratchKey::ResourceType kType = GrScratchKey::GenerateResourceType(); in ComputeScratchKey() local
123 GrScratchKey::Builder builder(key, kType, 5); in ComputeScratchKey()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h741 constexpr CTypeInfo::Type kType = internal::TypeInfoHelper<T>::Type();
752 CTypeInfo::IsIntegralType(kType),
756 CTypeInfo::IsIntegralType(kType),
760 CTypeInfo::IsFloatingPointType(kType),
763 kType == CTypeInfo::Type::kVoid,
767 CTypeInfo::IsPrimitive(kType) || kType == CTypeInfo::Type::kVoid,
/third_party/skia/src/core/
DSkRecord.h137 fType = T::kType; in set()
139 SkASSERT(this->ptr() == ptr && this->type() == T::kType); in set()
/third_party/skia/tools/sk_app/win/
DANGLEWindowContext_win.cpp34 static constexpr EGLint kType = EGL_PLATFORM_ANGLE_TYPE_D3D11_ANGLE; in get_angle_egl_display() local
35 static constexpr EGLint attribs[] = {EGL_PLATFORM_ANGLE_TYPE_ANGLE, kType, EGL_NONE}; in get_angle_egl_display()

12