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

/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h3096 friend class BlockLiteralPoolScope;
3247 class BlockLiteralPoolScope { class in namespace:vixl::aarch64
3249 explicit BlockLiteralPoolScope(MacroAssembler* masm) : masm_(masm) { function in class:vixl::aarch64::BlockLiteralPoolScope
3253 ~BlockLiteralPoolScope() { masm_->ReleaseLiteralPool(); }

Completed in 79 milliseconds