Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h38 UseInfo(uint8_t tag) : tag_(tag) {} in UseInfo() function
45 bool AddUse(const UseInfo &UseInfo) in AddUse()