Home | History | Annotate | Download | only in arm

Lines Matching defs:BlockConstPoolScope

1315   class BlockConstPoolScope {
1317 explicit BlockConstPoolScope(Assembler* assem) : assem_(assem) {
1320 ~BlockConstPoolScope() {
1327 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstPoolScope);
1595 friend class BlockConstPoolScope;