Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
Ddecompile.cpp123 bool Decompile::GetNextByteCode(uint32_t &byteCode) in GetNextByteCode() function in Decompile
155 if (!GetNextByteCode(childOpCode)) { in RebuildNode()
180 if (!GetNextByteCode(childOpCode)) { in RebuildTerm()
241 if (!GetNextByteCode(opCode)) { in RebuildArray()
292 if (!GetNextByteCode(currByteCode) || currByteCode != HCS_NODE_OP) { in RebuildAst()
Ddecompile.h55 bool GetNextByteCode(uint32_t &byteCode);