Home | History | Annotate | Download | only in arm64

Lines Matching refs:BlockConstPoolScope

1869   class BlockConstPoolScope {
1871 explicit BlockConstPoolScope(Assembler* assem) : assem_(assem) {
1874 ~BlockConstPoolScope() {
1881 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockConstPoolScope);