Home
last modified time | relevance | path

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

12

/art/runtime/
Dmemory_region_test.cc24 const size_t n = 8; in TEST() local
39 const size_t n = 8; in TEST() local
Dnth_caller_visitor.h56 const size_t n; member
Dprofiler.cc301 int n = ::write(fd, p, length); in WriteProfile() local
722 int n = read(fd, buf, 1); // TODO: could speed this up but is it worth it? in ReadProfileLine() local
/art/runtime/base/
Dbit_utils.h108 static constexpr T RoundDown(T x, typename std::decay<T>::type n) { in RoundDown()
118 static constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) { in RoundUp()
127 static inline T* AlignDown(T* x, uintptr_t n) { in AlignDown()
135 static inline T* AlignUp(T* x, uintptr_t n) { in AlignUp()
151 static inline bool IsAlignedParam(T x, int n) { in IsAlignedParam()
Dstringpiece.h95 void remove_prefix(size_type n) { in remove_prefix()
100 void remove_suffix(size_type n) { in remove_suffix()
Dstringpiece.cc37 StringPiece::size_type StringPiece::copy(char* buf, size_type n, size_type pos) const { in copy()
Dscoped_arena_containers.h155 void deallocate(pointer p, size_type n) { in deallocate()
Dallocator.h141 void deallocate(PT p, size_type n) { in deallocate()
Darena_containers.h162 void deallocate(pointer p, size_type n) { in deallocate()
Dhash_set_test.cc176 size_t n = PRand(); in TEST_F() local
Dhash_set.h507 static size_t WriteToBytes(uint8_t* ptr, size_t offset, Elem n) { in WriteToBytes()
/art/test/450-checker-types/src/
DMain.java241 public void testInstanceOfInFor(int n) { in testInstanceOfInFor()
306 public void testInstanceOfSubclassInFor(int n) { in testInstanceOfSubclassInFor()
323 public void testInstanceOfTopInFor(int n) { in testInstanceOfTopInFor()
/art/test/440-stmp/src/
DMain.java28 float h, float i, float j, float k, float l, float m, float n, float o) { in baz()
45 float n = 14.0f; field in Main
/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/arch/x86_64/
Dmemcmp16_x86_64.S33 # define ALIGN(n) .p2align n argument
/art/test/444-checker-nce/src/
DMain.java148 Main n = new Main(); in phiFlowRemoveTest() local
172 Main n = new Main(); in phiFlowKeepTest() local
/art/test/137-cfi/
Dcfi.cc154 pid_t n = TEMP_FAILURE_RETRY(waitpid(tid, &status, __WALL | WNOHANG)); in wait_for_sigstop() local
/art/test/099-vmdebug/src/
DMain.java119 long n = Long.valueOf(s); in checkNumber() local
/art/runtime/gc/accounting/
Datomic_stack.h150 void PopBackCount(int32_t n) { in PopBackCount()
/art/compiler/utils/
Dswap_space.h171 void deallocate(pointer p, size_type n) { in deallocate()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc357 #define INTRINSIC(c, n, p, o, d) \ argument
460 #define SPECIAL(c, n, p, o, d) \ argument
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc133 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&op_##code, in ExecuteGotoImpl() argument
140 #define INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) &&alt_op_##code, in ExecuteGotoImpl() argument
2500 #define INSTRUMENTATION_INSTRUCTION_HANDLER(o, code, n, f, r, i, a, v) \ in ExecuteGotoImpl() argument
/art/compiler/driver/
Dcompiler_driver.h705 static constexpr uint32_t n = 0xe6546b64; in operator() local

12