Searched defs:GetMemory (Results 1 – 4 of 4) sorted by relevance
| /art/compiler/optimizing/ | ||
| D | optimizing_cfi_test.cc | 135 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::OptimizingCFITest::InternalCodeAllocator |
| D | codegen_test_utils.h | 181 ArrayRef<const uint8_t> GetMemory() const override { in GetMemory() function |
| D | optimizing_compiler.cc | 84 ArrayRef<const uint8_t> GetMemory() const override { return ArrayRef<const uint8_t>(memory_); } in GetMemory() function in art::CodeVectorAllocator |
| /art/tools/jvmti-agents/titrace/ | ||
| D | titrace.cc | 77 T* GetMemory() { in GetMemory() function |