Home
last modified time | relevance | path

Searched refs:StoreModuleVar (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DmoduleContext.cpp67 pg->StoreModuleVar(exportDecl, decls.front()->ExportName()); in CompileExports()
76 pg->StoreModuleVar(decl->Node(), decl->ExportName()); in CompileExports()
Dpandagen.h217 void StoreModuleVar(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp1584 void PandaGen::StoreModuleVar(const ir::AstNode *node, const util::StringView &name) in StoreModuleVar() function in ark::es2panda::compiler::PandaGen
DJSCompiler.cpp1253 pg->StoreModuleVar(st, "default"); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_opcodes.h24 V(StoreModuleVar, STORE_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 3) \
Dntype_bytecode_lowering.cpp344 builder_.StoreModuleVar(jsFunc, index, value); in LowerStModuleVar()
Dhcr_circuit_builder.cpp602 GateRef CircuitBuilder::StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value) in StoreModuleVar() function in panda::ecmascript::kungfu::CircuitBuilder
607 GateRef newGate = GetCircuit()->NewGate(circuit_->StoreModuleVar(), MachineType::I64, in StoreModuleVar()
Dcircuit_builder.h404 GateRef StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value);
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlexenv.cpp84 pg->StoreModuleVar(node, it->second); in StoreLocalExport()