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

  /external/vixl/examples/aarch64/
literal.cc 38 Literal<int64_t> automatically_placed_literal(111, masm.GetLiteralPool());
  /external/vixl/src/aarch64/
assembler-aarch64.h 242 LiteralPool* GetLiteralPool() const { return literal_pool_; }
    [all...]
macro-assembler-aarch64.h     [all...]
assembler-aarch64.cc 155 (literal->GetLiteralPool() != NULL) && !literal->IsUsed();
172 literal->GetLiteralPool()->AddEntry(literal);
    [all...]

Completed in 325 milliseconds