Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h425 bool IsConvertSupport(GateRef gate) const;
Dgate_accessor.cpp232 bool GateAccessor::IsConvertSupport(GateRef gate) const in IsConvertSupport() function in panda::ecmascript::kungfu::GateAccessor
238 return accessor.IsConvertSupport(); in IsConvertSupport()
Dgate_meta_data.h873 bool IsConvertSupport() const in IsConvertSupport() function
Dlcr_lowering.cpp426 bool support = acc_.IsConvertSupport(gate); in LowerCheckSupportAndConvert()