Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.cpp25 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetNumIns() local
66 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetOpCode() local
72 Gate *gatePtr = circuit_->LoadGatePtr(gate); in TryGetValue() local
79 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetICmpCondition() local
86 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetFCmpCondition() local
93 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetConstDataId() local
100 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetTypedUnOp() local
107 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetTypedLoadOp() local
114 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetTypedStoreOp() local
121 Gate *gatePtr = circuit_->LoadGatePtr(gate); in GetTypedBinaryOp() local
[all …]
Dcircuit.cpp121 const Gate *gatePtr = LoadGatePtrConst(gate); in PrintAllGatesWithBytecode() local
136 … auto gatePtr = reinterpret_cast<const Out *>(LoadGatePtrConst(GateRef(out)))->GetGateConst(); in GetAllGates() local
Dgate.cpp65 auto gatePtr = GetInGateConst(idx); in CheckGeneralState() local