Home
last modified time | relevance | path

Searched refs:UseInfo (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_gate_info.h36 class UseInfo { class
38 UseInfo(uint8_t tag) : tag_(tag) {} in UseInfo() function in panda::ecmascript::kungfu::UseInfo
45 bool AddUse(const UseInfo &UseInfo) in AddUse() argument
48 tag_ |= UseInfo.tag_; in AddUse()
67 static UseInfo UnUsed() in UnUsed()
69 return UseInfo(UNUSED); in UnUsed()
71 static UseInfo BoolUse() in BoolUse()
73 return UseInfo(BOOL); in BoolUse()
75 static UseInfo Int32Us in BoolUse()
[all...]

Completed in 1 milliseconds