Home
last modified time | relevance | path

Searched defs:Lub (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dtypes.cc158 TypeImpl<Config>::BitsetType::Lub(TypeImpl* type) { in Lub() function in v8::internal::TypeImpl::BitsetType
184 TypeImpl<Config>::BitsetType::Lub(i::Map* map) { in Lub() function in v8::internal::TypeImpl::BitsetType
325 TypeImpl<Config>::BitsetType::Lub(i::Object* value) { in Lub() function in v8::internal::TypeImpl::BitsetType
337 TypeImpl<Config>::BitsetType::Lub(double value) { in Lub() function in v8::internal::TypeImpl::BitsetType
391 TypeImpl<Config>::BitsetType::Lub(double min, double max) { in Lub() function in v8::internal::TypeImpl::BitsetType
Dtypes.h815 bitset Lub() { in Lub() function
846 bitset Lub() { return this->Get(0)->AsBitset(); } in Lub() function
890 bitset Lub() { in Lub() function
/external/v8/test/cctest/
Dtest-types.cc90 static bitset Lub(Handle<HeapType> type) { return Lub(*type); } in Lub() function