Searched refs:GetMemory (Results 1 – 3 of 3) sorted by relevance
81 const std::vector<uint8_t>& actual_asm = code_allocator.GetMemory(); in TestImpl()103 const std::vector<uint8_t>& GetMemory() { return memory_; } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
74 const std::vector<uint8_t>& GetMemory() const { return memory_; } in GetMemory() function in art::FINAL425 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileOptimized()462 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileBaseline()
114 uint8_t* GetMemory() const { return memory_.get(); } in GetMemory() function in art::InternalCodeAllocator129 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()130 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); in Run()