Searched refs:GetMemory (Results 1 – 3 of 3) sorted by relevance
138 uint8_t* GetMemory() const { return memory_.get(); } in GetMemory() function212 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()213 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); in Run()
101 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory(); in Check()136 const std::vector<uint8_t>& GetMemory() { return memory_; } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
122 const ArenaVector<uint8_t>& GetMemory() const { return memory_; } in GetMemory() function in art::FINAL869 ArrayRef<const uint8_t>(code_allocator->GetMemory()), in Emit()1239 code_allocator.GetMemory().data(), in JitCompile()