Lines Matching refs:chunk_
391 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadRegister()
393 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
430 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
432 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
455 HConstant* constant = chunk_->LookupConstant(op); in ToHandle()
456 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
462 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
467 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
473 HConstant* constant = chunk_->LookupConstant(op); in ToInteger32()
480 HConstant* constant = chunk_->LookupConstant(op); in ToRepresentation_donotuse()
489 HConstant* constant = chunk_->LookupConstant(op); in ToSmi()
495 HConstant* constant = chunk_->LookupConstant(op); in ToDouble()
505 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
698 chunk_->LookupConstant(LConstantOperand::cast(context)); in LoadContextFromDeferred()
2012 int left_block = instr->TrueDestination(chunk_); in EmitBranch()
2013 int right_block = instr->FalseDestination(chunk_); in EmitBranch()
2019 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch()
2022 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch()
2024 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch()
2025 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch()
2035 int right_block = instr->FalseDestination(chunk_); in EmitBranchF()
2036 int left_block = instr->TrueDestination(chunk_); in EmitBranchF()
2042 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF()
2045 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF()
2048 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF()
2050 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF()
2058 int true_block = instr->TrueDestination(chunk_); in EmitTrueBranch()
2059 __ Branch(chunk_->GetAssemblyLabel(true_block), condition, src1, src2); in EmitTrueBranch()
2066 int false_block = instr->FalseDestination(chunk_); in EmitFalseBranch()
2067 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch()
2076 int false_block = instr->FalseDestination(chunk_); in EmitFalseBranchF()
2077 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF()
2130 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2135 __ Branch(instr->TrueLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2137 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2142 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2147 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(zero_reg)); in DoBranch()
2148 __ JumpIfSmi(reg, instr->TrueLabel(chunk_)); in DoBranch()
2162 __ Branch(instr->FalseLabel(chunk_), ne, at, Operand(zero_reg)); in DoBranch()
2169 __ Branch(instr->TrueLabel(chunk_), in DoBranch()
2179 __ Branch(instr->TrueLabel(chunk_), ne, at, Operand(zero_reg)); in DoBranch()
2180 __ Branch(instr->FalseLabel(chunk_)); in DoBranch()
2188 __ Branch(instr->TrueLabel(chunk_), eq, scratch, Operand(SYMBOL_TYPE)); in DoBranch()
2195 __ Branch(instr->TrueLabel(chunk_), eq, scratch, in DoBranch()
2206 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch()
2209 __ Branch(instr->FalseLabel(chunk_)); in DoBranch()
2226 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
2281 instr->TrueDestination(chunk_) : instr->FalseDestination(chunk_); in DoCompareNumericAndBranch()
2292 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch()
2406 EmitIsString(reg, temp1, instr->FalseLabel(chunk_), check_needed); in DoIsStringAndBranch()
2425 __ JumpIfSmi(input, instr->FalseLabel(chunk_)); in DoIsUndetectableAndBranch()
2492 __ JumpIfSmi(input, instr->FalseLabel(chunk_)); in DoHasInstanceTypeAndBranch()
2583 EmitClassOfTest(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoClassOfTestAndBranch()
5443 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_), in DoTypeofIsAndBranch()
5444 instr->FalseLabel(chunk_), in DoTypeofIsAndBranch()