HomeSort by relevance Sort by last modified time
    Searched refs:LiteralPool (Results 1 - 3 of 3) sorted by null

  /external/vixl/src/vixl/a64/
macro-assembler-a64.cc 46 LiteralPool::LiteralPool(MacroAssembler* masm)
52 LiteralPool::~LiteralPool() {
58 void LiteralPool::Reset() {
71 void LiteralPool::CheckEmitFor(size_t amount, EmitOption option) {
81 void LiteralPool::Emit(EmitOption option) {
114 RawLiteral* LiteralPool::AddEntry(RawLiteral* literal) {
    [all...]
macro-assembler-a64.h 97 class LiteralPool : public Pool {
99 explicit LiteralPool(MacroAssembler* masm);
100 ~LiteralPool();
139 inline size_t LiteralPool::Size() const {
145 inline size_t LiteralPool::MaxSize() const {
151 inline ptrdiff_t LiteralPool::NextRecommendedCheckpoint() {
    [all...]
  /external/vixl/test/
test-assembler-a64.cc     [all...]

Completed in 84 milliseconds