Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcodegen_test_utils.h176 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function
252 CommonCompilerTest::MakeExecutable(allocator.GetMemory().data(), allocator.GetMemory().size()); in Run()
253 fptr f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(allocator.GetMemory().data())); in Run()
Doptimizing_cfi_test.cc99 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
Doptimizing_compiler.cc87 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator
713 code_allocator->GetMemory(), in Emit()
1350 code_allocator.GetMemory().size(), in JitCompile()
1387 info.code_size = code_allocator.GetMemory().size(); in JitCompile()
1398 code_allocator.GetMemory(), in JitCompile()
1413 jit_logger->WriteLog(code, code_allocator.GetMemory().size(), method); in JitCompile()
Dcode_generator.h76 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
Dcode_generator_arm64.cc1000 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
Dcode_generator_arm_vixl.cc1948 ArrayRef<const uint8_t> code = allocator->GetMemory(); in Finalize()
/art/tools/jvmti-agents/titrace/
Dtitrace.cc77 T* GetMemory() { in GetMemory() function
161 RecordInstruction(bytecode.bytecode_.GetMemory() + actual_location); in OnSingleStep()