Home
last modified time | relevance | path

Searched refs:IsGeneralState (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dshare_gate_meta_data.cpp102 bool GateMetaData::IsGeneralState() const in IsGeneralState() function in panda::ecmascript::kungfu::GateMetaData
H A Dshare_gate_meta_data.h161 bool IsGeneralState() const;
H A Dgate_accessor.h523 bool IsGeneralState(GateRef gate) const;
H A Dgate_accessor.cpp1142 bool GateAccessor::IsGeneralState(GateRef gate) const in IsGeneralState() function in panda::ecmascript::kungfu::GateAccessor
1144 return GetMetaData(gate)->IsGeneralState(); in IsGeneralState()
H A Dgate.cpp78 if (!gatePtr->meta_->IsGeneralState()) { in CheckGeneralState()

Completed in 9 milliseconds