HomeSort by relevance Sort by last modified time
    Searched refs:IsSingleton (Results 1 - 4 of 4) 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()) {
load_store_elimination.cc 370 if (ref_info->IsSingleton() && !location->IsValueKilledByLoopSideEffects()) {
408 if (ref_info->IsSingleton()) {
618 if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(ref_info->GetReference())) {
708 if (heap_location_collector_.FindReferenceInfoOf(reference)->IsSingleton()) {
    [all...]
  /external/v8/src/regexp/
regexp-ast.cc 176 if (!that.IsSingleton()) {
regexp-ast.h 115 bool IsSingleton() { return (from_ == to_); }

Completed in 136 milliseconds