Searched refs:GetMemory (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dcodegen_test_utils.h198 uint8_t* GetMemory() const { return memory_.get(); } function in class:art::InternalCodeAllocator
272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
273 fptr f = reinterpret_cast<fptr>(allocator.GetMemory());
H A Doptimizing_cfi_test.cc108 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
143 const std::vector<uint8_t>& GetMemory() { return memory_; } function in class:art::OptimizingCFITest::InternalCodeAllocator
H A Doptimizing_compiler.cc88 const ArenaVector<uint8_t>& GetMemory() const { return memory_; } function in class:art::FINAL
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()),
1341 code_allocator.GetMemory().data(),
/art/tools/titrace/
H A Dtitrace.cc77 T* GetMemory() { function in struct:titrace::TiMemory
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location);

Completed in 1450 milliseconds