Home
last modified time | relevance | path

Searched defs:BytecodeIterator (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h23 struct BytecodeIterator { struct
24 explicit BytecodeIterator(BytecodeInstruction inst) : inst_(inst) {} in BytecodeIterator() function
25 explicit BytecodeIterator(const uint8_t *data) : inst_(data) {} in BytecodeIterator() function
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dpbc_iterator.h23 struct BytecodeIterator { struct
24 explicit BytecodeIterator(BytecodeInstruction inst) : inst_(inst) {} in BytecodeIterator() function
25 explicit BytecodeIterator(const uint8_t *data) : inst_(data) {} in BytecodeIterator() function
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h832 class BytecodeIterator { class
836 BytecodeIterator(BytecodeCircuitBuilder *builder, in BytecodeIterator() function in panda::ecmascript::kungfu::BytecodeIterator

Completed in 3 milliseconds