MCPcopy Create free account
hub / github.com/apache/commons-lang / init

Method init

src/main/java/org/apache/commons/lang3/ArchUtils.java:91–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 }
90
91 private static void init() {
92 init_X86_32Bit();
93 init_X86_64Bit();
94 init_IA64_32Bit();
95 init_IA64_64Bit();
96 init_PPC_32Bit();
97 init_PPC_64Bit();
98 init_Aarch_64Bit();
99 init_RISCV_32Bit();
100 init_RISCV_64Bit();
101 }
102
103 private static void init_Aarch_64Bit() {
104 addProcessors(new Processor(Processor.Arch.BIT_64, Processor.Type.AARCH_64), "aarch64");

Callers 1

ArchUtilsClass · 0.95

Calls 9

init_X86_32BitMethod · 0.95
init_X86_64BitMethod · 0.95
init_IA64_32BitMethod · 0.95
init_IA64_64BitMethod · 0.95
init_PPC_32BitMethod · 0.95
init_PPC_64BitMethod · 0.95
init_Aarch_64BitMethod · 0.95
init_RISCV_32BitMethod · 0.95
init_RISCV_64BitMethod · 0.95

Tested by

no test coverage detected