Home
last modified time | relevance | path

Searched refs:GetIrCheckHelper (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp30 createdEntities_(debugInfoPlugin_.GetIrCheckHelper()->GetChecker()->Allocator()->Adapter()) in EntityDeclarator()
40 auto adapter = debugInfoPlugin_.GetIrCheckHelper()->GetChecker()->Allocator()->Adapter(); in GetOrCreateEntitiesMap()
74 auto *checker = debugInfoPlugin_.GetIrCheckHelper()->GetChecker(); in CreateIrImport()
101 debugInfoPlugin_.GetIrCheckHelper()->CheckGlobalEntity(importerProgram, importStatement); in InsertImportStatement()
H A DscopedDebugInfoPlugin.h98 IrCheckHelper *GetIrCheckHelper() in GetIrCheckHelper() function in ark::es2panda::ark::es2panda::ark::es2panda::evaluate::final
103 const IrCheckHelper *GetIrCheckHelper() const in GetIrCheckHelper() function in ark::es2panda::ark::es2panda::ark::es2panda::evaluate::final
H A DentityDeclarator-inl.h35 helpers::SafeStateScope s(debugInfoPlugin_.GetIrCheckHelper()->GetChecker(), debugInfoPlugin_.GetETSBinder()); in ImportGlobalEntity()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
H A DdebugInfoDeserializer.cpp94 auto *checkHelper = debugInfoPlugin_.GetIrCheckHelper(); in CreateClassDeclaration()
140 auto *checkHelper = debugInfoPlugin_.GetIrCheckHelper(); in CreateIrGlobalVariable()
192 MethodBuilder builder(debugInfoPlugin_.GetIrCheckHelper()->GetChecker(), mda, helpers::GetModifierFlags(*cda)); in CreateIrGlobalMethods()
199 debugInfoPlugin_.GetIrCheckHelper()->CheckGlobalEntity(program, method, false); in CreateIrGlobalMethods()
216 auto *checkHelper = debugInfoPlugin_.GetIrCheckHelper(); in CreateLocalVarDecl()
H A DinheritanceResolution.cpp102 return helpers::CreateETSTypeReference(debugInfoPlugin_.GetIrCheckHelper()->GetChecker(), abcSuperName); in ResolveInheritanceChain()
110 auto *checker = debugInfoPlugin_.GetIrCheckHelper()->GetChecker(); in ResolveInheritanceChainImpl()
149 auto *allocator = debugInfoPlugin_.GetIrCheckHelper()->GetChecker()->Allocator(); in CollectChainInfo()

Completed in 3 milliseconds