Home | History | Annotate | Download | only in arm

Lines Matching refs:BlockConstPoolScope

1181   class BlockConstPoolScope {
1183 explicit BlockConstPoolScope(Assembler* assem) : assem_(assem) {
1186 ~BlockConstPoolScope() {
1193 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstPoolScope);
1425 friend class BlockConstPoolScope;