Home | History | Annotate | Download | only in optimizing

Lines Matching refs:HLocal

1041 class HLocal : public HTemplateInstruction<0> {
1043 explicit HLocal(uint16_t reg_number) : reg_number_(reg_number) {}
1053 DISALLOW_COPY_AND_ASSIGN(HLocal);
1059 explicit HLoadLocal(HLocal* local, Primitive::Type type) : HExpression(type) {
1063 HLocal* GetLocal() const { return reinterpret_cast<HLocal*>(InputAt(0)); }
1075 HStoreLocal(HLocal* local, HInstruction* value) {
1080 HLocal* GetLocal() const { return reinterpret_cast<HLocal*>(InputAt(0)); }