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 {
111 if (ref_info->IsSingleton() && !IsArray()) {
345 } else if (ref_info1->IsSingleton()) {
347 } else if (ref_info2->IsSingleton()) {
474 if (location->GetReferenceInfo()->IsSingleton()) {
load_store_elimination.cc 370 if (ref_info->IsSingleton() && !location->IsValueKilledByLoopSideEffects()) {
408 if (ref_info->IsSingleton()) {
647 if (ref_info->IsSingleton() && !loop_info->IsDefinedOutOfTheLoop(original_ref)) {
    [all...]
  /external/v8/src/regexp/
regexp-ast.cc 176 if (!that.IsSingleton()) {
regexp-ast.h 110 bool IsSingleton() { return (from_ == to_); }

Completed in 87 milliseconds