Searched refs:GetMemory (Results 1 – 8 of 8) sorted by relevance
99 ArrayRef<const uint8_t> actual_asm = code_allocator_.GetMemory(); in Check()134 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator
176 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function258 code_holder.MakeExecutable(allocator.GetMemory(), ArrayRef<const uint8_t>(), target_isa); in Run()
87 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator727 code_allocator->GetMemory(), in Emit()1368 code_allocator.GetMemory().size(), in JitCompile()1405 info.code_size = code_allocator.GetMemory().size(); in JitCompile()1416 code_allocator.GetMemory(), in JitCompile()1431 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()
77 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
985 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
1971 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
77 T* GetMemory() { in GetMemory() function161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()
69 TEST_P(MemtrackAidlTest, GetMemory) { in TEST_P() argument