Searched refs:side_table (Results 1 – 1 of 1) sorted by relevance
654 SideTable* side_table; // precomputed side table for control flow. member1008 if (!code->side_table && code->start) { in Preprocess()1010 code->side_table = new (zone_) SideTable(zone_, module_, code); in Preprocess()1035 code->side_table = nullptr; in SetFunctionCode()1275 DCHECK_NOT_NULL(code->side_table); in PushFrame()1276 EnsureStackSpace(code->side_table->max_stack_height_ + in PushFrame()1323 return static_cast<int>(code->side_table->Lookup(pc).pc_diff); in LookupTargetDelta()1327 ControlTransferEntry& control_transfer_entry = code->side_table->Lookup(pc); in DoBreak()2077 DCHECK_NOT_NULL(code->side_table); in Execute()2083 code->side_table->max_stack_height_, in Execute()[all …]