Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread_stub_entries.h98 struct BCDebuggerStubEntries { struct
99 static constexpr size_t EXISTING_BC_HANDLER_STUB_ENTRIES_COUNT =
101 static constexpr size_t COUNT = kungfu::BytecodeStubCSigns::LAST_VALID_OPCODE + 1;
102 Address stubEntries_[COUNT];
104 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
105 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
107 void Set(size_t index, Address addr) in Set()
113 Address Get(size_t index) const in Get()
119 void SetNonexistentBCHandlerStubEntries(Address addr) in SetNonexistentBCHandlerStubEntries()