Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread_stub_entries.h23 struct BCStubEntries { struct
24 static constexpr size_t EXISTING_BC_HANDLER_STUB_ENTRIES_COUNT =
27 static constexpr size_t BC_HANDLER_COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1;
28 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS;
52 STATIC_ASSERT_EQ_ARCH(sizeof(BCStubEntries), BCStubEntries::SizeArch32, BCStubEntries::SizeArch64); argument