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

  /external/v8/src/
full-codegen.h 87 class Iteration;
107 virtual Iteration* AsIteration() { return NULL; }
157 class Iteration : public Breakable {
159 Iteration(FullCodeGenerator* codegen,
162 virtual ~Iteration() {}
163 virtual Iteration* AsIteration() { return this; }
170 DISALLOW_COPY_AND_ASSIGN(Iteration);
221 class ForIn : public Iteration {
225 : Iteration(codegen, statement) { }
full-codegen.cc 696 Iteration* loop = current->AsIteration();
775 Iteration loop_statement(this, stmt);
805 Iteration loop_statement(this, stmt);
836 Iteration loop_statement(this, stmt);
  /external/v8/test/cctest/
test-heap.cc 760 TEST(Iteration) {

Completed in 52 milliseconds