Home
last modified time | relevance | path

Searched refs:StoreGlobalVar (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp48 pg->StoreGlobalVar(decl->Node(), decl->Name()); in HoistVar()
74 pg->StoreGlobalVar(decl->Node(), var->Declaration()->Name()); in HoistFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Daccess_object_stub_builder.h52 GateRef StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
Daccess_object_stub_builder.cpp389 GateRef AccessObjectStubBuilder::StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &inf… in StoreGlobalVar() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
Dcommon_stubs.cpp483 Return(builder.StoreGlobalVar(glue, id, info, value, profileTypeInfo, slotId)); in GenerateCircuit()
Dinterpreter_stub.cpp2629 GateRef result = builder.StoreGlobalVar(glue, 0, info, acc, profileTypeInfo, slotId); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h302 void StoreGlobalVar(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp346 StoreGlobalVar(node, var->Name()); in StoreVar()
621 void PandaGen::StoreGlobalVar(const ir::AstNode *node, const util::StringView &name) in StoreGlobalVar() function in panda::es2panda::compiler::PandaGen