Searched refs:GetMemory (Results 1 – 7 of 7) sorted by relevance
100 ArrayRef<const uint8_t> actual_asm = code_allocator_.GetMemory(); in Check()135 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
181 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function263 code_holder.MakeExecutable(allocator.GetMemory(), ArrayRef<const uint8_t>(), target_isa); in Run()
84 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator732 code_allocator->GetMemory(), in Emit()1384 code_allocator.GetMemory().size(), in JitCompile()1421 info.code_size = code_allocator.GetMemory().size(); in JitCompile()1432 code_allocator.GetMemory(), in JitCompile()1447 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()
91 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
1058 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
2044 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
77 T* GetMemory() { in GetMemory() function161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()