Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h84 struct BytecodeSplitItem { struct
85 BytecodeSplitItem(uint32_t start, uint32_t pred) in BytecodeSplitItem() function
127 const std::vector<BytecodeSplitItem> &GetSplitItems() const in GetSplitItems()
148 splitItems_.emplace_back(BytecodeSplitItem { bcIndex, predBcIndex }); in InsertSplitItem()
151 std::vector<BytecodeSplitItem> splitItems_ {};