Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtypes.h257 static bitset ExpandInternals(bitset bits);
382 return NewBitset(BitsetType::ExpandInternals(BitsetType::Lub(type))); in For()
Dtypes.cc376 Type::bitset BitsetType::ExpandInternals(Type::bitset bits) { in ExpandInternals() function in v8::internal::compiler::BitsetType