Home
last modified time | relevance | path

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

/third_party/vixl/benchmarks/aarch64/
H A Dbench-mixed-disasm.cc71 masm.GetBuffer()->GetEndAddress<const Instruction*>(); in main()
/third_party/vixl/examples/aarch64/
H A Ddisasm.cc126 const Instruction* end = buffer.GetEndAddress<Instruction*>(); in main()
/third_party/vixl/test/
H A Dtest-code-buffer.cc63 VIXL_CHECK(buffer.GetEndAddress<uintptr_t>() == in TestDefaultsHelper()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.h59 Instruction* dis_end = masm.GetBuffer()->GetEndAddress<Instruction*>(); \
H A Dtest-assembler-aarch64.h297 Instruction* infra_end = buffer->GetEndAddress<Instruction*>(); \
H A Dtest-simulator-aarch64.cc134 buffer->GetEndAddress<Instruction*>()); \
162 Instruction* end = buffer->GetEndAddress<Instruction*>(); \
H A Dtest-api-movprfx-aarch64.cc62 const Instruction* end = buffer->GetEndAddress<Instruction*>(); in CheckAndMaybeDisassembleMovprfxPairs()
H A Dtest-trace-aarch64.cc3104 Instruction* end = masm.GetBuffer()->GetEndAddress<Instruction*>();
/third_party/vixl/src/
H A Dcode-buffer-vixl.h110 T GetEndAddress() const { in GetEndAddress() function in vixl::CodeBuffer

Completed in 17 milliseconds