Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp525 gatePtr_ = in SetGate()
533 return reinterpret_cast<Gate *>((reinterpret_cast<uint8_t *>(this)) + gatePtr_); in GetGate()
539 return reinterpret_cast<const Gate *>((reinterpret_cast<const uint8_t *>(this)) + gatePtr_); in GetGateConst()
544 gatePtr_ = Gate::InvalidGateRef; in SetGateNull()
549 return gatePtr_ == Gate::InvalidGateRef; in IsGateNull()
H A Dgate.h93 GateRef gatePtr_; member in panda::ecmascript::kungfu::In

Completed in 5 milliseconds