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

  /art/compiler/optimizing/
load_store_analysis.h 54 bool IsSingleton() const {
113 if (ref_info->IsSingleton() && !IsArray()) {
367 } else if (ref_info1->IsSingleton()) {
369 } else if (ref_info2->IsSingleton()) {
503 if (location->GetReferenceInfo()->IsSingleton()) {
  /external/v8/src/regexp/
regexp-ast.h 115 bool IsSingleton() { return (from_ == to_); }

Completed in 7667 milliseconds