/art/compiler/utils/ |
D | swap_space.h | 172 void deallocate(pointer p, size_type n) { in deallocate() 180 void construct(pointer p, const_reference val) { in construct() 184 void construct(U* p, Args&&... args) { in construct() 187 void destroy(pointer p) { in destroy()
|
D | scoped_arena_containers.h | 148 void deallocate(pointer p, size_type n) { in deallocate() 152 void construct(pointer p, const_reference val) { in construct() 156 void destroy(pointer p) { in destroy()
|
D | arena_containers.h | 166 void deallocate(pointer p, size_type n) { in deallocate() 169 void construct(pointer p, const_reference val) { in construct() 172 void destroy(pointer p) { in destroy()
|
D | arena_bit_vector.cc | 37 static void operator delete(void* p) {} // Nop. in operator delete()
|
D | arena_bit_vector.h | 67 static void operator delete(void* p) {} // Nop. in delete()
|
D | growable_array.h | 205 static void operator delete(void* p) {} // Nop. in delete()
|
/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 | 38 #define INSTRUCTION_FORMAT(o, c, p, format, r, i, a, v) format, argument 46 #define INSTRUCTION_FLAGS(o, c, p, f, r, i, flags, v) flags, argument 54 #define INSTRUCTION_VERIFY_FLAGS(o, c, p, f, r, i, a, vflags) vflags, argument 62 #define INSTRUCTION_SIZE(opcode, c, p, format, r, i, a, v) \ argument
|
D | intern_table_test.cc | 113 TestPredicate p; in TEST_F() local
|
D | utils.cc | 277 const char* p = c; in PrettyDescriptor() local 574 const char* p = utf; in PrintableString() local 910 const char* p = s.data(); in Split() local
|
/art/runtime/base/ |
D | allocator.cc | 41 virtual void Free(void* p) { in Free() 61 virtual void Free(void* p) { in Free()
|
D | allocator.h | 128 void deallocate(PT p, size_type n) { in deallocate()
|
/art/runtime/gc/allocator/ |
D | dlmalloc.cc | 30 #define USAGE_ERROR_ACTION(m, p) art_heap_usage_error(__FUNCTION__, p) argument 45 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error()
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 554 RegisterInfo* p = GetRegInfo(reg); in FreeTemp() local 585 RegisterInfo* p = GetRegInfo(reg); in IsLive() local 598 RegisterInfo* p = GetRegInfo(reg); in IsTemp() local 611 RegisterInfo* p = GetRegInfo(reg); in IsPromoted() local 624 RegisterInfo* p = GetRegInfo(reg); in IsDirty() local 645 RegisterInfo* p = GetRegInfo(reg); in LockTemp() local 668 for (LIR* p = info->DefStart();; p = p->next) { in NullifyRange() local 686 RegisterInfo* p = GetRegInfo(rl.reg); in MarkDef() local 700 RegisterInfo* p; in MarkDefWide() local 977 for (RegisterInfo* p = info->GetAliasChain(); p != nullptr; p = p->GetAliasChain()) { in CheckCorePoolSanity() local [all …]
|
D | mir_to_lir-inl.h | 27 inline void Mir2Lir::ClobberBody(RegisterInfo* p) { in ClobberBody()
|
D | dex_file_method_inliner.cc | 289 #define INTRINSIC(c, n, p, o, d) \ argument
|
/art/runtime/mirror/ |
D | string.cc | 44 const uint16_t* p = chars + start; in FastIndexOf() local 182 const char* p = modified_utf8.data(); in Equals() local
|
/art/test/071-dexfile/src/ |
D | Main.java | 50 Process p = pb.start(); in main() local
|
/art/test/004-SignalTest/ |
D | signaltest.cc | 90 char *p = nullptr; variable
|
/art/compiler/ |
D | elf_patcher.cc | 73 ElfPatcher p(driver, elf, oat_file, oat_header, oat_data_start, cb, cb_data, error_msg); in Patch() local 124 void ElfPatcher::AddPatch(uintptr_t p) { in AddPatch()
|
/art/runtime/arch/x86/ |
D | thread_x86.cc | 33 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1; member
|
/art/compiler/dex/quick/x86/ |
D | target_x86.cc | 1047 for (LIR *p = const_vectors_; p != nullptr; p = p->next) { in InstallLiteralPools() local 1057 LIR* p = method_address_insns_.Get(i); in InstallLiteralPools() local 1074 LIR* p = class_type_address_insns_.Get(i); in InstallLiteralPools() local 1086 LIR* p = call_method_insns_.Get(i); in InstallLiteralPools() local 1475 for (uint8_t *p = buffer; p < ptr; p++) { in EncodeUnsignedLeb128() local 1483 for (uint8_t *p = buffer; p < ptr; p++) { in EncodeSignedLeb128() local 2350 for (LIR *p = const_vectors_; p != nullptr; p = p->next) { in ScanVectorLiteral() local
|
/art/patchoat/ |
D | patchoat.cc | 179 PatchOat p(isa, image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(), in Patch() local 301 PatchOat p(isa, elf.release(), image.release(), ispc->GetLiveBitmap(), ispc->GetMemMap(), in Patch() local 594 PatchOat p(elf.release(), delta, timings); in Patch() local
|
/art/disassembler/ |
D | disassembler_arm.cc | 305 bool p = (instruction & (1 << 24)) != 0; in DumpArm() local 335 bool p = (instruction & (1 << 24)) != 0; in DumpArm() local 1493 bool p = (instr & (1 << 10)) != 0; in DumpThumb32() local
|
/art/compiler/dex/quick/arm/ |
D | target_arm.cc | 773 RegisterInfo* p = GetRegInfo(RegStorage::FloatSolo32(high_reg - 1)); in AllocPreservedDouble() local
|