Home
last modified time | relevance | path

Searched refs:TypesIsEmpty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h994 virtual bool TypesIsEmpty() const = 0;
1006 bool TypesIsEmpty() const override in TypesIsEmpty() function
1029 bool TypesIsEmpty() const override in TypesIsEmpty() function
1069 bool TypesIsEmpty() const in TypesIsEmpty() function
1071 return strategy_->TypesIsEmpty(); in TypesIsEmpty()
1118 virtual bool TypesIsEmpty() const = 0;
1130 bool TypesIsEmpty() const override in TypesIsEmpty() function
1153 bool TypesIsEmpty() const override in TypesIsEmpty() function
1194 bool TypesIsEmpty() const in TypesIsEmpty() function
1196 return strategy_->TypesIsEmpty(); in TypesIsEmpty()
[all …]
Dtyped_bytecode_lowering.cpp547 if (tacc.TypesIsEmpty() || tacc.HasIllegalType()) { in LowerTypedLdObjByName()
719 if (tacc.TypesIsEmpty() || tacc.HasIllegalType()) { in LowerTypedStObjByName()
2251 if (tacc.TypesIsEmpty() || tacc.HasIllegalType()) { in LowerInstanceOf()