Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h70 class BytecodeMetaData {
225 BytecodeMetaData() = default;
226 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(BytecodeMetaData);
227 DEFAULT_COPY_SEMANTIC(BytecodeMetaData);
228 explicit BytecodeMetaData(uint64_t value) : value_(value) {} in BytecodeMetaData() function
230 static BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
298 BytecodeMetaData GetBytecodeMetaData(const uint8_t *pc) const in GetBytecodeMetaData()
369 BytecodeMetaData InitBytecodeMetaData(const uint8_t *pc);
371 std::array<BytecodeMetaData, NUM_BYTECODES> bytecodes_{};
372 std::array<BytecodeMetaData, NUM_BYTECODES> callRuntimeBytecodes_{};
[all …]
Dbytecodes.cpp20 BytecodeMetaData BytecodeMetaData::InitBytecodeMetaData(const uint8_t *pc) in InitBytecodeMetaData()
414 return BytecodeMetaData(value); in InitBytecodeMetaData()
420 auto info = BytecodeMetaData::InitBytecodeMetaData(&pc); in Bytecodes()
426 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
432 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
438 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()
444 auto info = BytecodeMetaData::InitBytecodeMetaData(&bytecode[0]); in Bytecodes()