HomeSort by relevance Sort by last modified time
    Searched refs:IsSingleton (Results 1 - 3 of 3) 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.cc 176 if (!that.IsSingleton()) {
regexp-ast.h 110 bool IsSingleton() { return (from_ == to_); }

Completed in 1834 milliseconds