Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h46 struct BytecodeInstructions { struct
47 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument
50 BytecodeIterator begin() const in begin()
55 BytecodeIterator end() const in end()
60 size_t GetPc(const BytecodeInstruction inst) const in GetPc()
64 size_t GetSize() const in GetSize()
71 size_t size_;
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dpbc_iterator.h52 struct BytecodeInstructions { struct
53 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() function
56 BytecodeIterator begin() const in begin()
61 BytecodeIterator end() const in end()
66 size_t GetPc(const BytecodeInstruction INST) const in GetPc()
71 size_t GetSize() const in GetSize()
78 size_t size_;
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dpbc_iterator_dyn.h51 struct BytecodeInstructions { struct
52 BytecodeInstructions(const uint8_t *data, size_t size) : data_(data), size_(size) {} in BytecodeInstructions() argument
55 BytecodeIterator begin() const in begin()
60 BytecodeIterator end() const in end()
65 size_t GetPc(const BytecodeInst &inst) const in GetPc()
69 size_t GetSize() const in GetSize()
76 size_t size_;
Dir_builder_dyn.cpp55 bool IrBuilderDynamic::CheckMethodLimitations(const BytecodeInstructions & /*instructions*/, size_t… in CheckMethodLimitations()