Home | History | Annotate | Download | only in compiler

Lines Matching refs:Impl

1056 class CodeAssembler::Variable::Impl : public ZoneObject {
1058 explicit Impl(MachineRepresentation rep) : value_(nullptr), rep_(rep) {}
1065 : impl_(new (assembler->zone()) Impl(rep)), assembler_(assembler) {
1168 CodeAssembler::Variable::Impl* var_impl = var.first;