Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dtypes.cc83 int TypeImpl<Config>::BitsetType::InherentLub(TypeImpl* type) { in InherentLub() function in v8::internal::TypeImpl::BitsetType
/external/chromium_org/v8/test/cctest/
Dtest-types.cc122 static int InherentLub(Handle<HeapType> type) { return InherentLub(*type); } in InherentLub() function