Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp28 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetNumIns() local
79 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetOpCode() local
85 Gate *gatePtr = circuit_->LoadGatePtr(gate); in TryGetValue() local
92 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetICmpCondition() local
99 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetFCmpCondition() local
109 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetOffset() local
117 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetInitOffset() local
124 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetTrueWeight() local
132 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetFalseWeight() local
140 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetMemoryAttribute() local
[all …]
Dgate.cpp74 auto gatePtr = GetInGateConst(idx); in CheckGeneralState() local
84 auto gatePtr = GetInGateConst(idx); in CheckState() local
Dcircuit.cpp201 … auto gatePtr = reinterpret_cast<const Out *>(LoadGatePtrConst(GateRef(out)))->GetGateConst(); in GetAllGates() local