Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread_stub_entries.h149 struct BaselineStubEntries { struct
150 static constexpr size_t COUNT = kungfu::BaselineStubCSigns::NUM_OF_STUBS;
151 Address stubEntries_[COUNT];
153 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
154 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
156 void Set(size_t index, Address addr) in Set()
162 Address Get(size_t index) const in Get()