Home
last modified time | relevance | path

Searched defs:globalClass (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DtopLevelStmts.cpp59 GlobalClassHandler globalClass(ctx->parser->AsETSParser(), program->Allocator()); in Perform() local
DglobalClassHandler.cpp56 ir::ClassDefinition *const globalClass = globalDecl->Definition(); in SetupGlobalClass() local
125 void GlobalClassHandler::AddInitCallFromStaticBlock(ir::ClassDefinition *globalClass, ir::MethodDef… in AddInitCallFromStaticBlock()
312 ir::ClassDefinition *const globalClass = program->GlobalClass(); in SetupGlobalMethods() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DirCheckHelper.cpp99 auto *globalClass = program->GlobalClass(); in CheckGlobalEntity() local
DscopedDebugInfoPlugin.cpp342 auto *globalClass = program->GlobalClass(); in FindGlobalFunction() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dtimer_module.cpp41 ets_class globalClass = env->FindClass("escompat/ETSGLOBAL"); in Init() local
/arkcompiler/ets_frontend/ets2panda/parser/program/
Dprogram.h160 void SetGlobalClass(ir::ClassDefinition *globalClass) in SetGlobalClass()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp526 pandasm::Program *Emitter::Finalize(bool dumpDebugInfo, std::string_view globalClass) in Finalize()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp528 auto *globalClass = VarBinder()->Program()->GlobalClass(); in EmitDynamicModuleClassInitCall() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit_napi.cpp335 auto globalClass = env_->FindClass("ETSGLOBAL"); in InitExports() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp790 auto globalClass = mainProg->GlobalClass(); in HandleProgram() local