Home
last modified time | relevance | path

Searched refs:IsDisjoint (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/trap-handler/
Dhandler-outside.cc58 bool IsDisjoint(const CodeProtectionInfo* a, const CodeProtectionInfo* b) { in IsDisjoint() function
70 DCHECK(IsDisjoint(code_info, gCodeObjects[i].code_info)); in VerifyCodeRangeIsDisjoint()
/external/google-fruit/include/fruit/impl/meta/
Dset.h90 struct IsDisjoint { struct
/external/google-fruit/include/fruit/impl/
Dcomponent_functors.defn.h723 using type = If(Not(IsDisjoint(typename OtherComp::Ps, AllPs)),
725 If(Not(IsDisjoint(CompConstPs, OtherCompNonConstRs)),
728 If(Not(IsDisjoint(CompNonConstRs, OtherCompConstPs)),