Searched refs:GetMemory (Results 1 – 4 of 4) sorted by relevance
198 uint8_t* GetMemory() const { return memory_.get(); } in GetMemory() function272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()273 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); in Run()
108 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory(); in Check()143 const std::vector<uint8_t>& GetMemory() { return memory_; } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
88 const ArenaVector<uint8_t>& GetMemory() const { return memory_; } in GetMemory() function in art::FINAL722 ArrayRef<const uint8_t>(code_allocator->GetMemory()), in Emit()1341 code_allocator.GetMemory().data(), in JitCompile()
77 T* GetMemory() { in GetMemory() function161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()