Lines Matching refs:branch_depth
4570 BranchDepthImmediate<validate> branch_depth(this,
4572 if (!this->Validate(this->pc_ + opcode_length, branch_depth,
4576 uint32_t pc_offset = opcode_length + branch_depth.length;
4602 Control* c = control_at(branch_depth.depth);
4632 CALL_INTERFACE(BrOnNonNull, obj, branch_depth.depth);
4634 CALL_INTERFACE(BrOrRet, branch_depth.depth, 0);
4642 branch_depth.depth);
4655 BranchDepthImmediate<validate> branch_depth(this,
4657 if (!this->Validate(this->pc_ + opcode_length, branch_depth,
4661 uint32_t pc_offset = opcode_length + branch_depth.length;
4687 Control* c = control_at(branch_depth.depth);
4712 CALL_INTERFACE(BrOrRet, branch_depth.depth, 0);
4722 CALL_INTERFACE(BrOnNull, obj, branch_depth.depth, true,
4731 branch_depth.depth);
4818 BranchDepthImmediate<validate> branch_depth(this,
4820 if (!this->Validate(this->pc_ + opcode_length, branch_depth,
4825 Control* c = control_at(branch_depth.depth);
4856 CALL_INTERFACE(BrOnFunc, obj, value_on_branch, branch_depth.depth);
4858 CALL_INTERFACE(BrOnData, obj, value_on_branch, branch_depth.depth);
4860 CALL_INTERFACE(BrOnArray, obj, value_on_branch, branch_depth.depth);
4862 CALL_INTERFACE(BrOnI31, obj, value_on_branch, branch_depth.depth);
4868 return opcode_length + branch_depth.length;
4875 BranchDepthImmediate<validate> branch_depth(this,
4877 if (!this->Validate(this->pc_ + opcode_length, branch_depth,
4882 Control* c = control_at(branch_depth.depth);
4904 branch_depth.depth);
4907 branch_depth.depth);
4910 branch_depth.depth);
4913 branch_depth.depth);
4919 return opcode_length + branch_depth.length;