Home | History | Annotate | Download | only in asmjs

Lines Matching refs:default_block

365                   VariableProxy* tag, int default_block, int if_depth) {
374 HandleCase(node->left, case_to_block, tag, default_block, if_depth);
384 HandleCase(node->right, case_to_block, tag, default_block, if_depth);
412 uint32_t target = if_depth + default_block;
419 uint32_t target = if_depth + default_block;
461 int default_block = has_default ? case_count - 1 : case_count;
464 HandleCase(root, case_to_block, tag, default_block, 0);
468 current_function_builder_->EmitVarUint(default_block);