HomeSort by relevance Sort by last modified time
    Searched full:blockvisitor (Results 1 - 1 of 1) sorted by null

  /external/v8/src/asmjs/
asm-wasm-builder.cc 148 BlockVisitor visitor(this, stmt->AsBreakableStatement(), kExprBlock);
155 class BlockVisitor {
160 BlockVisitor(AsmWasmBuilderImpl* builder, BreakableStatement* stmt,
168 ~BlockVisitor() {
335 BlockVisitor visitor(this, stmt->AsBreakableStatement(), kExprBlock);
336 ZoneVector<BlockVisitor*> blocks(zone_);
342 blocks.push_back(new BlockVisitor(this, nullptr, kExprBlock));
359 BlockVisitor switch_logic_block(this, nullptr, kExprBlock);
371 BlockVisitor* v = blocks.at(case_count - i - 1);
381 BlockVisitor block(this, stmt->AsBreakableStatement(), kExprBlock)
    [all...]

Completed in 142 milliseconds