| /art/runtime/base/ |
| D | memory_tool.h | 32 #define MEMORY_TOOL_MAKE_NOACCESS(p, s) __asan_poison_memory_region(p, s) argument 33 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) __asan_unpoison_memory_region(p, s) argument 34 #define MEMORY_TOOL_MAKE_DEFINED(p, s) __asan_unpoison_memory_region(p, s) argument 37 #define MEMORY_TOOL_MAKE_NOACCESS(p, s) do { (void)(p); (void)(s); } while (0) argument 38 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) do { (void)(p); (void)(s); } while (0) argument 39 #define MEMORY_TOOL_MAKE_DEFINED(p, s) do { (void)(p); (void)(s); } while (0) argument 54 #define MEMORY_TOOL_MAKE_NOACCESS(p, s) VALGRIND_MAKE_MEM_NOACCESS(p, s) argument 55 #define MEMORY_TOOL_MAKE_UNDEFINED(p, s) VALGRIND_MAKE_MEM_UNDEFINED(p, s) argument 56 #define MEMORY_TOOL_MAKE_DEFINED(p, s) VALGRIND_MAKE_MEM_DEFINED(p, s) argument
|
| D | scoped_arena_containers.h | 157 void deallocate(pointer p, size_type n) { in deallocate() 163 void construct(U* p, Args&&... args) { in construct() 168 void destroy(U* p) { in destroy()
|
| D | arena_containers.h | 184 void deallocate(pointer p, size_type n) { in deallocate() 189 void construct(U* p, Args&&... args) { in construct() 193 void destroy(U* p) { in destroy()
|
| D | allocator.cc | 37 void Free(void* p) { in Free()
|
| D | allocator.h | 141 void deallocate(PT p, size_type n) { in deallocate()
|
| /art/compiler/utils/ |
| D | swap_space.h | 175 void deallocate(pointer p, size_type n) { in deallocate() 183 void construct(pointer p, const_reference val) { in construct() 187 void construct(U* p, Args&&... args) { in construct() 190 void destroy(pointer p) { in destroy()
|
| /art/runtime/ |
| D | dex_instruction_visitor.h | 35 #define INSTRUCTION_CASE(o, cname, p, f, r, i, a, v) \ in Visit() argument 53 #define INSTRUCTION_VISITOR(o, cname, p, f, r, i, a, v) \ argument
|
| D | dex_instruction.cc | 39 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument 47 #define INSTRUCTION_INDEX_TYPE(o, c, p, f, r, index, a, v) index, argument 55 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument 63 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument 71 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
|
| D | utf.cc | 99 for (const char *p = in_start; p < in_end;) { in ConvertModifiedUtf8ToUtf16() local 108 for (const char *p = in_start; p < in_end;) { in ConvertModifiedUtf8ToUtf16() local 125 for (const uint16_t *p = utf16_in; p < utf16_end;) { in ConvertUtf16ToModifiedUtf8() local
|
| D | oat_file.h | 229 bool Contains(const void* p) const { in Contains()
|
| D | utils.h | 92 static inline uint32_t PointerToLowMemUInt32(const void* p) { in PointerToLowMemUInt32()
|
| D | intern_table_test.cc | 108 TestPredicate p; in TEST_F() local
|
| /art/runtime/gc/allocator/ |
| D | dlmalloc.cc | 31 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p) argument 50 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error()
|
| /art/test/565-checker-condition-liveness/src/ |
| D | Main.java | 30 public static int p(float arg) { in p() method in Main
|
| /art/test/137-cfi/src/ |
| D | Main.java | 95 Process p = exec(secCmdLine); in runPrimary() local 130 private static int getPid(Process p) { in getPid()
|
| /art/test/146-bad-interface/src/ |
| D | Main.java | 30 PathClassLoader p = new PathClassLoader(DEX_FILES, Main.class.getClassLoader()); in main() local
|
| /art/compiler/optimizing/ |
| D | code_generator_utils.cc | 53 int64_t p = is_long ? 63 : 31; in CalculateMagicAndShiftForDivRem() local
|
| D | optimizing_unit_test.h | 110 for (const auto& p : diff) { in Patch() local
|
| /art/test/071-dexfile/src/ |
| D | Main.java | 50 Process p = pb.start(); in main() local
|
| /art/runtime/mirror/ |
| D | object_reference.h | 101 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p) in FromMirrorPtr()
|
| D | string.cc | 45 const uint16_t* p = chars + start; in FastIndexOf() local 198 const char* p = modified_utf8.data(); in Equals() local
|
| /art/runtime/gc/accounting/ |
| D | read_barrier_table.h | 73 for (uint32_t* p = reinterpret_cast<uint32_t*>(mem_map_->Begin()); in IsAllCleared() local
|
| /art/compiler/dex/quick/ |
| D | dex_file_method_inliner.cc | 476 #define INTRINSIC(c, n, p, o, d) \ argument 644 #define SPECIAL(c, n, p, o, d) \ argument
|
| /art/runtime/arch/x86/ |
| D | thread_x86.cc | 33 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
|
| /art/runtime/gc/space/ |
| D | region_space-inl.h | 304 for (size_t p = left + 1; p < right; ++p) { in AllocLarge() local
|