Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtypes.cc51 int TypeImpl<Config>::BitsetType::Lub(TypeImpl* type) { in Lub() function in v8::internal::TypeImpl::BitsetType
112 int TypeImpl<Config>::BitsetType::Lub(i::Object* value) { in Lub() function in v8::internal::TypeImpl::BitsetType
122 int TypeImpl<Config>::BitsetType::Lub(double value) { in Lub() function in v8::internal::TypeImpl::BitsetType
133 int TypeImpl<Config>::BitsetType::Lub(int32_t value) { in Lub() function in v8::internal::TypeImpl::BitsetType
144 int TypeImpl<Config>::BitsetType::Lub(uint32_t value) { in Lub() function in v8::internal::TypeImpl::BitsetType
155 int TypeImpl<Config>::BitsetType::Lub(i::Map* map) { in Lub() function in v8::internal::TypeImpl::BitsetType
/external/chromium_org/v8/test/cctest/
Dtest-types.cc121 static int Lub(Handle<HeapType> type) { return Lub(*type); } in Lub() function