Searched refs:GetMemory (Results 1 – 7 of 7) sorted by relevance
176 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function252 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()253 fptr f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(allocator.GetMemory().data())); in Run()
99 ArrayRef<const uint8_t> actual_asm = code_allocator_.GetMemory(); in Check()134 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
87 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator713 code_allocator->GetMemory(), in Emit()1350 code_allocator.GetMemory().size(), in JitCompile()1387 info.code_size = code_allocator.GetMemory().size(); in JitCompile()1398 code_allocator.GetMemory(), in JitCompile()1413 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()
76 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
1000 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
1948 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
77 T* GetMemory() { in GetMemory() function161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()