Searched defs:GetMemory (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc96 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
131 const std::vector<uint8_t>& GetMemory() { return memory_; } function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Dcodegen_test.cc120 uint8_t* GetMemory() const { return memory_.get(); } function in class:art::InternalCodeAllocator
194 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
195 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
H A Doptimizing_compiler.cc105 const ArenaVector<uint8_t>& GetMemory() const { return memory_; } function in class:art::FINAL
593 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
931 code_allocator.GetMemory().data(),

Completed in 128 milliseconds