HomeSort by relevance Sort by last modified time
    Searched refs:AsTuple (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
types.h 540 tuple->AsTuple()->InitElement(0, first);
541 tuple->AsTuple()->InitElement(1, second);
542 tuple->AsTuple()->InitElement(2, third);
588 TupleType* AsTuple() { return TupleType::cast(this); }
types.cc 488 TupleType* this_tuple = this->AsTuple();
489 TupleType* that_tuple = that->AsTuple();
    [all...]
typer.cc 854 if (type->IsTuple() && index < type->AsTuple()->Arity()) {
855 return type->AsTuple()->Element(index);
    [all...]
  /external/v8/src/ast/
ast-types.h 765 tuple->AsTuple()->InitElement(0, first);
766 tuple->AsTuple()->InitElement(1, second);
767 tuple->AsTuple()->InitElement(2, third);
834 AstTupleType* AsTuple() { return AstTupleType::cast(this); }
    [all...]
ast-types.cc 483 AstTupleType* this_tuple = this->AsTuple();
484 AstTupleType* that_tuple = that->AsTuple();
    [all...]

Completed in 118 milliseconds