Home
last modified time | relevance | path

Searched refs:GetMemory (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Doptimizing_cfi_test.cc81 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
Doptimizing_compiler.cc74 const std::vector<uint8_t>& GetMemory() const { return memory_; } in GetMemory() function in art::FINAL
425 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileOptimized()
462 ArrayRef<const uint8_t>(allocator.GetMemory()), in CompileBaseline()
Dcodegen_test.cc114 uint8_t* GetMemory() const { return memory_.get(); } in GetMemory() function in art::InternalCodeAllocator
129 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
130 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); in Run()