Home
last modified time | relevance | path

Searched refs:globalId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1064 auto globalId = program->GlobalClass()->Ident(); in AddGlobalToBinder() local
1065 if (globalId->Variable() != nullptr) { in AddGlobalToBinder()
1069 auto [decl2, var] = program->VarBinder()->NewVarDecl<varbinder::ClassDecl>(globalId->Start(), globalId->Name()); in AddGlobalToBinder()
1077 globalId->SetVariable(var); in AddGlobalToBinder()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.h222 int32_t bcOffset, GlobalIndex globalId);

Completed in 5 milliseconds