Searched refs:GetMemory (Results 1 – 7 of 7) sorted by relevance
186 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function262 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()263 fptr f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(allocator.GetMemory().data())); in Run()
101 ArrayRef<const uint8_t> actual_asm = code_allocator_.GetMemory(); in Check()136 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
88 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator761 code_allocator->GetMemory(), in Emit()1406 code_allocator.GetMemory().data(), in JitCompile()1407 code_allocator.GetMemory().size(), in JitCompile()1437 info.code_size = code_allocator.GetMemory().size(); in JitCompile()1446 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()
76 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
939 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
1945 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
77 T* GetMemory() { in GetMemory() function161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()