Searched defs:LiteralPool (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc48 LiteralPool::LiteralPool(MacroAssembler* masm) function in class:vixl::LiteralPool
54 LiteralPool::~LiteralPool() {
65 void LiteralPool::Reset() {
81 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) {
91 void LiteralPool::Emit(EmitOption option) {
122 void LiteralPool::AddEntry(RawLiteral* literal) {
135 void LiteralPool::UpdateFirstUse(ptrdiff_t use_position) {
H A Dmacro-assembler-a64.h99 class LiteralPool : public Pool { class in namespace:vixl
101 explicit LiteralPool(MacroAssembler* masm);
102 ~LiteralPool();
141 inline size_t LiteralPool::Size() const {
147 inline size_t LiteralPool::MaxSize() const {
153 inline ptrdiff_t LiteralPool::NextRecommendedCheckpoint() {
2965 void EmitLiteralPool(LiteralPool::EmitOption option) {
3062 LiteralPool* GetLiteralPool() {
3129 LiteralPool literal_pool_;
3136 friend class LiteralPool;
[all...]

Completed in 1024 milliseconds