Home
last modified time | relevance | path

Searched refs:kUint8 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dtype-cache.h25 Type* const kUint8 = variable
27 Type* const kUint8Clamped = kUint8;
78 Type* const kAsmSize8 = Type::Union(kInt8, kUint8, zone());
90 Type::Union(Type::Union(kInt8, kUint8, zone()),
/external/v8/src/compiler/
Daccess-builder.cc197 TypeCache::Get().kUint8, MachineType::Uint8()}; in ForMapBitField()
221 TypeCache::Get().kUint8, MachineType::Uint8()}; in ForMapInstanceType()