Searched refs:StoreGlobalVar (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | hoisting.cpp | 48 pg->StoreGlobalVar(decl->Node(), decl->Name()); in HoistVar() 74 pg->StoreGlobalVar(decl->Node(), var->Declaration()->Name()); in HoistFunction()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | access_object_stub_builder.h | 52 GateRef StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
|
D | access_object_stub_builder.cpp | 389 GateRef AccessObjectStubBuilder::StoreGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &inf… in StoreGlobalVar() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
D | common_stubs.cpp | 483 Return(builder.StoreGlobalVar(glue, id, info, value, profileTypeInfo, slotId)); in GenerateCircuit()
|
D | interpreter_stub.cpp | 2629 GateRef result = builder.StoreGlobalVar(glue, 0, info, acc, profileTypeInfo, slotId); in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 302 void StoreGlobalVar(const ir::AstNode *node, const util::StringView &name);
|
D | pandagen.cpp | 346 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
|