Home
last modified time | relevance | path

Searched defs:N (Results 1 – 5 of 5) sorted by relevance

/art/compiler/sea_ir/types/
Dtype_inference_visitor_test.cc61 int N = 10; // Number of types to merge. in TEST_F() local
75 int N = 10; // Number of types to merge. in TEST_F() local
89 int N = 10; // Number of types to merge. in TEST_F() local
105 int N = 10; // Number of types to merge. in TEST_F() local
/art/runtime/
Dutils.h115 static inline bool IsInt(int N, word value) { in IsInt()
122 static inline bool IsUint(int N, word value) { in IsUint()
129 static inline bool IsAbsoluteUint(int N, word value) { in IsAbsoluteUint()
/art/disassembler/
Ddisassembler_arm.cc203 uint32_t N = (instr >> extra_at_bit) & 1; in FpRegister() local
210 uint32_t N = (instr >> extra_at_bit) & 1; in FpRegister() local
1733 uint16_t N = (instr >> 7) & 1; in DumpThumb16() local
/art/compiler/utils/arm/
Dassembler_arm.h279 N = 1 << 22, // long (or short) enumerator
/art/compiler/dex/quick/mips/
Dmips_lir.h134 #define ENCODE_MIPS_REG_LIST(N) (static_cast<uint64_t>(N)) argument