Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h285 struct GateInfo { struct
286 GateInfo(GateRegion* region) : region(region) {} in GateInfo() argument
292 bool IsSchedulable() const in IsSchedulable()
297 bool IsFixed() const in IsFixed()
302 bool IsSelector() const in IsSelector()
307 bool IsNone() const in IsNone()
Descape_analysis.cpp66 GateInfo::GateInfo(Circuit* circuit, GateRef curGate, EscapeAnalysis* escapeAnalysis, Chunk* chunk) in GateInfo() function in panda::ecmascript::kungfu::GateInfo