Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h116 struct COStubEntries { struct
117 static constexpr size_t COUNT = kungfu::CommonStubCSigns::NUM_OF_STUBS;
118 Address stubEntries_[COUNT];
120 static constexpr size_t SizeArch32 = sizeof(uint32_t) * COUNT;
121 static constexpr size_t SizeArch64 = sizeof(uint64_t) * COUNT;
123 void Set(size_t index, Address addr) in Set()
129 Address Get(size_t index) const in Get()