Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h198 uint8_t* GetMemory() const { return memory_.get(); } in GetMemory() function
272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
273 fptr f = reinterpret_cast<fptr>(allocator.GetMemory()); in Run()
Doptimizing_cfi_test.cc108 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
Doptimizing_compiler.cc88 const ArenaVector<uint8_t>& GetMemory() const { return memory_; } in GetMemory() function in art::FINAL
722 ArrayRef<const uint8_t>(code_allocator->GetMemory()), in Emit()
1341 code_allocator.GetMemory().data(), in JitCompile()
/art/tools/titrace/
Dtitrace.cc77 T* GetMemory() { in GetMemory() function
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()