• Home
  • Raw
  • Download

Lines Matching refs:chunk_

378     HConstant* constant = chunk_->LookupConstant(const_op);  in EmitLoadRegister()
380 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadRegister()
416 HConstant* constant = chunk_->LookupConstant(const_op); in EmitLoadDoubleRegister()
418 Representation r = chunk_->LookupLiteralRepresentation(const_op); in EmitLoadDoubleRegister()
441 HConstant* constant = chunk_->LookupConstant(op); in ToHandle()
442 DCHECK(chunk_->LookupLiteralRepresentation(op).IsSmiOrTagged()); in ToHandle()
448 return chunk_->LookupLiteralRepresentation(op).IsSmiOrInteger32(); in IsInteger32()
453 return chunk_->LookupLiteralRepresentation(op).IsSmi(); in IsSmi()
459 HConstant* constant = chunk_->LookupConstant(op); in ToInteger32()
466 HConstant* constant = chunk_->LookupConstant(op); in ToRepresentation_donotuse()
475 HConstant* constant = chunk_->LookupConstant(op); in ToSmi()
481 HConstant* constant = chunk_->LookupConstant(op); in ToDouble()
491 Representation r = chunk_->LookupLiteralRepresentation(const_op); in ToOperand()
711 chunk_->LookupConstant(LConstantOperand::cast(context)); in LoadContextFromDeferred()
2015 int left_block = instr->TrueDestination(chunk_); in EmitBranch()
2016 int right_block = instr->FalseDestination(chunk_); in EmitBranch()
2022 __ Branch(chunk_->GetAssemblyLabel(right_block), in EmitBranch()
2025 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch()
2027 __ Branch(chunk_->GetAssemblyLabel(left_block), condition, src1, src2); in EmitBranch()
2028 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranch()
2038 int right_block = instr->FalseDestination(chunk_); in EmitBranchF()
2039 int left_block = instr->TrueDestination(chunk_); in EmitBranchF()
2045 __ BranchF(chunk_->GetAssemblyLabel(right_block), NULL, in EmitBranchF()
2048 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF()
2051 __ BranchF(chunk_->GetAssemblyLabel(left_block), NULL, in EmitBranchF()
2053 __ Branch(chunk_->GetAssemblyLabel(right_block)); in EmitBranchF()
2063 int false_block = instr->FalseDestination(chunk_); in EmitFalseBranch()
2064 __ Branch(chunk_->GetAssemblyLabel(false_block), condition, src1, src2); in EmitFalseBranch()
2073 int false_block = instr->FalseDestination(chunk_); in EmitFalseBranchF()
2074 __ BranchF(chunk_->GetAssemblyLabel(false_block), NULL, in EmitFalseBranchF()
2127 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2132 __ Branch(instr->TrueLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2134 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2139 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(at)); in DoBranch()
2144 __ Branch(instr->FalseLabel(chunk_), eq, reg, Operand(zero_reg)); in DoBranch()
2145 __ JumpIfSmi(reg, instr->TrueLabel(chunk_)); in DoBranch()
2159 __ Branch(instr->FalseLabel(chunk_), ne, at, Operand(zero_reg)); in DoBranch()
2166 __ Branch(instr->TrueLabel(chunk_), in DoBranch()
2176 __ Branch(instr->TrueLabel(chunk_), ne, at, Operand(zero_reg)); in DoBranch()
2177 __ Branch(instr->FalseLabel(chunk_)); in DoBranch()
2185 __ Branch(instr->TrueLabel(chunk_), eq, scratch, Operand(SYMBOL_TYPE)); in DoBranch()
2195 __ BranchF(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoBranch()
2198 __ Branch(instr->FalseLabel(chunk_)); in DoBranch()
2214 __ jmp(chunk_->GetAssemblyLabel(LookupDestination(block))); in EmitGoto()
2269 instr->TrueDestination(chunk_) : instr->FalseDestination(chunk_); in DoCompareNumericAndBranch()
2280 __ BranchF(NULL, instr->FalseLabel(chunk_), eq, in DoCompareNumericAndBranch()
2405 instr->FalseLabel(chunk_), instr->TrueLabel(chunk_)); in DoIsObjectAndBranch()
2433 EmitIsString(reg, temp1, instr->FalseLabel(chunk_), check_needed); in DoIsStringAndBranch()
2452 __ JumpIfSmi(input, instr->FalseLabel(chunk_)); in DoIsUndetectableAndBranch()
2519 __ JumpIfSmi(input, instr->FalseLabel(chunk_)); in DoHasInstanceTypeAndBranch()
2625 EmitClassOfTest(instr->TrueLabel(chunk_), instr->FalseLabel(chunk_), in DoClassOfTestAndBranch()
5526 Condition final_branch_condition = EmitTypeofIs(instr->TrueLabel(chunk_), in DoTypeofIsAndBranch()
5527 instr->FalseLabel(chunk_), in DoTypeofIsAndBranch()