Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.cpp70 bool GateMetaData::IsCheckWithTwoIns() const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateMetaData
Dshare_gate_meta_data.h239 bool IsCheckWithTwoIns() const;
Dgate_accessor.h510 bool IsCheckWithTwoIns(GateRef gate) const;
Dgate_accessor.cpp1037 bool GateAccessor::IsCheckWithTwoIns(GateRef gate) const in IsCheckWithTwoIns() function in panda::ecmascript::kungfu::GateAccessor
1039 return GetMetaData(gate)->IsCheckWithTwoIns(); in IsCheckWithTwoIns()