Lines Matching full:count
31 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS; member
32 static_assert(EXISTING_BC_HANDLER_STUB_ENTRIES_COUNT <= COUNT);
33 Address stubEntries_[COUNT] = {0};
35 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
36 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
40 ASSERT(index < COUNT); in Set()
51 ASSERT(index < COUNT); in Get()
58 static constexpr size_t COUNT = kungfu::RuntimeStubCSigns::NUM_OF_STUBS; member
59 Address stubEntries_[COUNT];
61 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
62 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
66 ASSERT(index < COUNT); in Set()
72 ASSERT(index < COUNT); in Get()
79 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS; member
80 Address stubEntries_[COUNT];
82 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
83 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
87 ASSERT(index < COUNT); in Set()
93 ASSERT(index < COUNT); in Get()
101 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1; member
102 Address stubEntries_[COUNT];
104 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
105 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
109 ASSERT(index < COUNT); in Set()
115 ASSERT(index < COUNT); in Get()
121 for (size_t i = EXISTING_BC_HANDLER_STUB_ENTRIES_COUNT; i < COUNT; i++) { in SetNonexistentBCHandlerStubEntries()
130 static constexpr size_t COUNT = kungfu::BuiltinsStubCSigns::NUM_OF_BUILTINS_STUBS_EXTEND; member
131 Address stubEntries_[COUNT];
133 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
134 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
138 ASSERT(index < COUNT); in Set()
144 ASSERT(index < COUNT); in Get()
150 static constexpr size_t COUNT = kungfu::BaselineStubCSigns::NUM_OF_STUBS; member
151 Address stubEntries_[COUNT];
153 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
154 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
158 ASSERT(index < COUNT); in Set()
164 ASSERT(index < COUNT); in Get()