Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h981 bool ValidateClassOrInterface(const std::string &className, bool noWarning) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp655 bool MIRType::ValidateClassOrInterface(const std::string &className, bool noWarning) const in ValidateClassOrInterface() function in maple::MIRType