Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp440 nextOut_ = in SetNextOut()
448 return reinterpret_cast<Out *>((reinterpret_cast<uint8_t *>(this)) + nextOut_); in GetNextOut()
454 return reinterpret_cast<const Out *>((reinterpret_cast<const uint8_t *>(this)) + nextOut_); in GetNextOutConst()
510 nextOut_ = 0; in SetNextOutNull()
515 return nextOut_ == 0; in IsNextOutNull()
H A Dgate.h77 GateRef nextOut_; member in panda::ecmascript::kungfu::Out

Completed in 3 milliseconds