Searched refs:IsCheckWithTwoIns (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | mcr_gate_meta_data.cpp | 27 bool GateMetaData::IsCheckWithTwoIns() const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateMetaData |
H A D | share_gate_meta_data.h | 174 bool IsCheckWithTwoIns() const; |
H A D | gate_accessor.h | 520 bool IsCheckWithTwoIns(GateRef gate) const; |
H A D | gate_accessor.cpp | 1122 bool GateAccessor::IsCheckWithTwoIns(GateRef gate) const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateAccessor 1124 return GetMetaData(gate)->IsCheckWithTwoIns(); in IsCheckWithTwoIns() |
Completed in 7 milliseconds