Lines Matching refs:BytecodeArrayBuilder
83 const BytecodeArrayBuilder* builder() const { return generator_->builder(); } in builder()
205 BytecodeArrayBuilder* builder() { return generator_->builder(); } in builder()
618 builder_(new (zone()) BytecodeArrayBuilder( in BytecodeGenerator()
1967 BytecodeArrayBuilder::ContextSlotMutability immutable = in BuildVariableLoad()
1969 ? BytecodeArrayBuilder::kImmutableSlot in BuildVariableLoad()
1970 : BytecodeArrayBuilder::kMutableSlot; in BuildVariableLoad()
2161 BytecodeArrayBuilder::kMutableSlot); in BuildVariableAssignment()
2791 BytecodeArrayBuilder::kMutableSlot) in VisitDelete()
2794 BytecodeArrayBuilder::kMutableSlot) in VisitDelete()
3345 BytecodeArrayBuilder::kMutableSlot) in VisitFunctionClosureForContext()
3348 BytecodeArrayBuilder::kMutableSlot); in VisitFunctionClosureForContext()
3355 BytecodeArrayBuilder::kMutableSlot); in VisitFunctionClosureForContext()