Home
last modified time | relevance | path

Searched refs:BlockLiteralPoolScope (Results 1 – 1 of 1) sorted by relevance

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.h3121 class BlockLiteralPoolScope {
3123 explicit BlockLiteralPoolScope(MacroAssembler* masm) : masm_(masm) { in BlockLiteralPoolScope() function
3127 ~BlockLiteralPoolScope() { in ~BlockLiteralPoolScope()