/art/runtime/base/unix_file/ |
D | random_access_file_utils.cc | 28 int64_t n; in CopyFile() local
|
D | random_access_file_test.h | 57 int64_t n = 0; in ReadString() local
|
/art/test/101-fibonacci/src/ |
D | Main.java | 37 static int fibonacci(int n) { in fibonacci()
|
/art/runtime/base/ |
D | stringpiece.h | 86 void remove_prefix(int n) { in remove_prefix() 91 void remove_suffix(int n) { in remove_suffix()
|
D | stringpiece.cc | 28 int StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
|
D | allocator.h | 128 void deallocate(PT p, size_type n) { in deallocate()
|
D | hash_set_test.cc | 176 size_t n = PRand(); in TEST_F() local
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 33 # define ALIGN(n) .p2align n argument
|
/art/runtime/ |
D | nth_caller_visitor.h | 53 const size_t n; member
|
D | utils.h | 101 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam()
|
D | profiler.cc | 304 int n = ::write(fd, p, length); in WriteProfile() local 725 int n = read(fd, buf, 1); // TODO: could speed this up but is it worth it? in ReadProfileLine() local
|
/art/compiler/utils/ |
D | scoped_arena_containers.h | 148 void deallocate(pointer p, size_type n) { in deallocate()
|
D | arena_containers.h | 166 void deallocate(pointer p, size_type n) { in deallocate()
|
D | swap_space.h | 172 void deallocate(pointer p, size_type n) { in deallocate()
|
/art/compiler/dex/quick/arm64/ |
D | target_arm64.cc | 280 unsigned n = (value >> 12) & 0x01; in DecodeLogicalImmediate() local 861 int n = *num_fpr_used; in GetArgPhysicalReg() local 875 int n = *num_gpr_used; in GetArgPhysicalReg() local
|
D | utility_arm64.cc | 183 unsigned n, imm_s, imm_r; in EncodeLogicalImmediate() local
|
/art/runtime/gc/accounting/ |
D | atomic_stack.h | 129 void PopBackCount(int32_t n) { in PopBackCount()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 122 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument 129 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument 2418 #define INSTRUMENTATION_INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) \ in ExecuteGotoImpl() argument
|
/art/compiler/dex/quick/ |
D | dex_file_method_inliner.cc | 289 #define INTRINSIC(c, n, p, o, d) \ argument
|
/art/disassembler/ |
D | disassembler_arm.cc | 857 FpRegister n(instr, 16, 7); in DumpThumb32() local 981 FpRegister n(instr, 16, 7); in DumpThumb32() local
|
/art/compiler/driver/ |
D | compiler_driver.h | 863 static constexpr uint32_t n = 0xe6546b64; in operator() local
|
/art/test/107-int-math2/src/ |
D | Main.java | 720 static int fibonacci(int n) { in fibonacci()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 100 int32_t n; in LeadingZeros() local
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 843 int32_t n; in LeadingZeros() local
|
/art/compiler/ |
D | image_writer.cc | 981 size_t n; in CopyAndFixupObjectsCallback() local
|