Searched refs:IsTypedOperator (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | mcr_gate_meta_data.cpp | 21 bool GateMetaData::IsTypedOperator() const in IsTypedOperator() function in panda::ecmascript::kungfu::GateMetaData |
H A D | share_gate_meta_data.h | 172 bool IsTypedOperator() const; |
H A D | gate_accessor.h | 516 bool IsTypedOperator(GateRef gate) const; |
H A D | gate_accessor.cpp | 1112 bool GateAccessor::IsTypedOperator(GateRef gate) const in IsTypedOperator() function in panda::ecmascript::kungfu::GateAccessor 1114 return GetMetaData(gate)->IsTypedOperator(); in IsTypedOperator() |
Completed in 7 milliseconds