Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/base/unix_file/
Drandom_access_file_utils.cc28 int64_t n; in CopyFile() local
Drandom_access_file_test.h57 int64_t n = 0; in ReadString() local
/art/test/101-fibonacci/src/
DMain.java37 static int fibonacci(int n) { in fibonacci()
/art/runtime/base/
Dstringpiece.h86 void remove_prefix(int n) { in remove_prefix()
91 void remove_suffix(int n) { in remove_suffix()
Dstringpiece.cc28 int StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
Dallocator.h128 void deallocate(PT p, size_type n) { in deallocate()
Dhash_set_test.cc176 size_t n = PRand(); in TEST_F() local
/art/runtime/arch/x86_64/
Dmemcmp16_x86_64.S33 # define ALIGN(n) .p2align n argument
/art/runtime/
Dnth_caller_visitor.h53 const size_t n; member
Dutils.h101 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam()
Dprofiler.cc304 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/
Dscoped_arena_containers.h148 void deallocate(pointer p, size_type n) { in deallocate()
Darena_containers.h166 void deallocate(pointer p, size_type n) { in deallocate()
Dswap_space.h172 void deallocate(pointer p, size_type n) { in deallocate()
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc280 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
Dutility_arm64.cc183 unsigned n, imm_s, imm_r; in EncodeLogicalImmediate() local
/art/runtime/gc/accounting/
Datomic_stack.h129 void PopBackCount(int32_t n) { in PopBackCount()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc122 #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/
Ddex_file_method_inliner.cc289 #define INTRINSIC(c, n, p, o, d) \ argument
/art/disassembler/
Ddisassembler_arm.cc857 FpRegister n(instr, 16, 7); in DumpThumb32() local
981 FpRegister n(instr, 16, 7); in DumpThumb32() local
/art/compiler/driver/
Dcompiler_driver.h863 static constexpr uint32_t n = 0xe6546b64; in operator() local
/art/test/107-int-math2/src/
DMain.java720 static int fibonacci(int n) { in fibonacci()
/art/compiler/dex/quick/arm/
Dutility_arm.cc100 int32_t n; in LeadingZeros() local
/art/compiler/utils/arm/
Dassembler_arm.cc843 int32_t n; in LeadingZeros() local
/art/compiler/
Dimage_writer.cc981 size_t n; in CopyAndFixupObjectsCallback() local

12