Home
last modified time | relevance | path

Searched refs:kUint16 (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtype-cache.h35 Type const kUint16 = CreateRange<uint16_t>(); variable
Dtyped-optimization.cc477 if (!from_char_code_repl_type.Is(type_cache_->kUint16)) { in TryReduceStringComparisonOfStringFromSingleCharCode()
524 if (!left_type.Is(type_cache_->kUint16)) { in ReduceStringComparison()
531 if (!right_type.Is(type_cache_->kUint16)) { in ReduceStringComparison()
Daccess-builder.cc642 MaybeHandle<Map>(), TypeCache::Get()->kUint16, MachineType::Uint16(), in ForMapInstanceType()
782 TypeCache::Get()->kUint16, MachineType::Uint16(), in ForSeqTwoByteStringCharacter()
Dtyper.cc2058 return typer_->cache_->kUint16; in TypeStringCharCodeAt()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DConverter.cpp652 case interop::GPUIndexFormat::kUint16: in Convert()