Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dshare_gate_meta_data.h477 bool IsConvertSupport() const in IsConvertSupport() function
Dgate_accessor.h460 bool IsConvertSupport(GateRef gate) const;
Dgate_accessor.cpp438 bool GateAccessor::IsConvertSupport(GateRef gate) const in IsConvertSupport() function in panda::ecmascript::kungfu::GateAccessor
444 return accessor.IsConvertSupport(); in IsConvertSupport()
Dmcr_lowering.cpp517 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert()