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.h3190 class BlockLiteralPoolScope {
3192 explicit BlockLiteralPoolScope(MacroAssembler* masm) : masm_(masm) { in BlockLiteralPoolScope() function
3196 ~BlockLiteralPoolScope() { in ~BlockLiteralPoolScope()