Home
last modified time | relevance | path

Searched refs:IsCheckWithTwoIns (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.cpp287 bool GateMetaData::IsCheckWithTwoIns() const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateMetaData
Dgate_accessor.h469 bool IsCheckWithTwoIns(GateRef gate) const;
Dgate_accessor.cpp683 bool GateAccessor::IsCheckWithTwoIns(GateRef gate) const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateAccessor
685 return GetMetaData(gate)->IsCheckWithTwoIns(); in IsCheckWithTwoIns()
Dgate_meta_data.h557 bool IsCheckWithTwoIns() const;