Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h72 class BytecodeMetaData {
237 BytecodeMetaData() = default;
238 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(BytecodeMetaData);
239 DEFAULT_COPY_SEMANTIC(BytecodeMetaData);
240 explicit BytecodeMetaData(uint64_t value) : value_(value) {} in BytecodeMetaData() function
242 static BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
310 BytecodeMetaData GetBytecodeMetaData(const uint8_t *pc) const in GetBytecodeMetaData()
469 BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
471 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
472 std::array<BytecodeMetaData, NUM_BYTECODES> callRuntimeBytecodes_{};
[all …]
Dbytecodes.cpp20 BytecodeMetaData BytecodeMetaData::InitBytecodeMetaData(const uint8_t *pc) in InitBytecodeMetaData()
499 return BytecodeMetaData(value); in InitBytecodeMetaData()
505 auto info = BytecodeMetaData::InitBytecodeMetaData(&pc); in Bytecodes()
511 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
517 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
523 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
529 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()