Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h56 struct BCStubEntries { struct
57 static constexpr size_t EXISTING_BC_HANDLER_STUB_ENTRIES_COUNT =
60 static constexpr size_t BC_HANDLER_COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1;
61 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::NUM_OF_STUBS;
85 STATIC_ASSERT_EQ_ARCH(sizeof(BCStubEntries), BCStubEntries::SizeArch32, BCStubEntries::SizeArch64); argument