Searched defs:BlockVisitor (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/wasm/
H A Dasm-wasm-builder.cc166 BlockVisitor visitor(this, stmt->AsBreakableStatement(), kExprBlock,
174 class BlockVisitor { class in class:v8::internal::wasm::AsmWasmBuilderImpl
179 BlockVisitor(AsmWasmBuilderImpl* builder, BreakableStatement* stmt, function in class:v8::internal::wasm::AsmWasmBuilderImpl::BlockVisitor
185 ~BlockVisitor() {
353 BlockVisitor visitor(this, stmt->AsBreakableStatement(), kExprBlock, false);
354 ZoneVector<BlockVisitor*> blocks(zone_);
360 blocks.push_back(new BlockVisitor(this, nullptr, kExprBlock, false));
379 BlockVisitor switch_logic_block(this, nullptr, kExprBlock, false);
391 BlockVisitor* v = blocks.at(case_count - i - 1);
401 BlockVisitor visito
[all...]

Completed in 426 milliseconds