Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc46 LiteralPool::LiteralPool(MacroAssembler* masm) in LiteralPool() function in vixl::LiteralPool
52 LiteralPool::~LiteralPool() { in ~LiteralPool()
58 void LiteralPool::Reset() { in Reset()
71 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) { in CheckEmitFor()
81 void LiteralPool::Emit(EmitOption option) { in Emit()
114 RawLiteral* LiteralPool::AddEntry(RawLiteral* literal) { in AddEntry()
Dmacro-assembler-a64.h97 class LiteralPool : public Pool {
99 explicit LiteralPool(MacroAssembler* masm);
100 ~LiteralPool();
139 inline size_t LiteralPool::Size() const { in Size()
145 inline size_t LiteralPool::MaxSize() const { in MaxSize()
151 inline ptrdiff_t LiteralPool::NextRecommendedCheckpoint() { in NextRecommendedCheckpoint()
2903 void EmitLiteralPool(LiteralPool::EmitOption option) { in EmitLiteralPool()
3060 LiteralPool literal_pool_;
3067 friend class LiteralPool; variable
3076 inline size_t LiteralPool::OtherPoolsMaxSize() const { in OtherPoolsMaxSize()
[all …]
/external/vixl/test/
Dtest-assembler-a64.cc6703 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
21535 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()
21579 masm.EmitLiteralPool(LiteralPool::kBranchRequired); in TEST()