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

/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc81 const std::vector<uint8_t>& actual_asm = code_allocator.GetMemory();
103 const std::vector<uint8_t>& GetMemory() { return memory_; } function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Dcodegen_test.cc114 uint8_t* GetMemory() const { return memory_.get(); } function in class:art::InternalCodeAllocator
129 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
130 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
H A Doptimizing_compiler.cc74 const std::vector<uint8_t>& GetMemory() const { return memory_; } function in class:art::FINAL
425 ArrayRef<const uint8_t>(allocator.GetMemory()),
462 ArrayRef<const uint8_t>(allocator.GetMemory()),

Completed in 68 milliseconds