Lines Matching refs:chunk_

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