Searched refs:StoreModuleVar (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | moduleContext.cpp | 67 pg->StoreModuleVar(exportDecl, decls.front()->ExportName()); in CompileExports() 76 pg->StoreModuleVar(decl->Node(), decl->ExportName()); in CompileExports()
|
| D | pandagen.h | 217 void StoreModuleVar(const ir::AstNode *node, const util::StringView &name);
|
| D | pandagen.cpp | 1584 void PandaGen::StoreModuleVar(const ir::AstNode *node, const util::StringView &name) in StoreModuleVar() function in ark::es2panda::compiler::PandaGen
|
| D | JSCompiler.cpp | 1253 pg->StoreModuleVar(st, "default"); in Compile()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_opcodes.h | 24 V(StoreModuleVar, STORE_MODULE_VAR, GateFlags::NONE_FLAG, 1, 1, 3) \
|
| D | ntype_bytecode_lowering.cpp | 344 builder_.StoreModuleVar(jsFunc, index, value); in LowerStModuleVar()
|
| D | hcr_circuit_builder.cpp | 602 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()
|
| D | circuit_builder.h | 404 GateRef StoreModuleVar(GateRef jsFunc, GateRef index, GateRef value);
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lexenv.cpp | 84 pg->StoreModuleVar(node, it->second); in StoreLocalExport()
|