Home
last modified time | relevance | path

Searched refs:BytecodeMetaData (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h61 class BytecodeMetaData {
174 BytecodeMetaData() = default;
175 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(BytecodeMetaData);
176 DEFAULT_COPY_SEMANTIC(BytecodeMetaData);
177 BytecodeMetaData(uint64_t value) : value_(value) {} in BytecodeMetaData() function
179 static BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
247 BytecodeMetaData GetBytecodeMetaData(const uint8_t *pc) const in GetBytecodeMetaData()
275 BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
277 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
278 std::array<BytecodeMetaData, NUM_BYTECODES> callRuntimeBytecodes_{};
[all …]
Dbytecodes.cpp20 BytecodeMetaData BytecodeMetaData::InitBytecodeMetaData(const uint8_t *pc) in InitBytecodeMetaData()
218 return BytecodeMetaData(value); in InitBytecodeMetaData()
224 auto info = BytecodeMetaData::InitBytecodeMetaData(&pc); in Bytecodes()
230 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
236 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
242 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
248 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()