HomeSort by relevance Sort by last modified time
    Searched defs:IsSingleton (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
load_store_elimination.cc 95 bool IsSingleton() const {
135 if (ref_info->IsSingleton() && !IsArrayElement()) {
307 } else if (ref_info1->IsSingleton()) {
309 } else if (ref_info2->IsSingleton()) {
627 if (!ref_info->IsSingleton() || location->IsValueKilledByLoopSideEffects()) {
733 DCHECK(ref_info->IsSingleton());
    [all...]
  /external/v8/src/regexp/
regexp-ast.h 110 bool IsSingleton() { return (from_ == to_); }

Completed in 201 milliseconds