Home
last modified time | relevance | path

Searched refs:LoadGlobalVar (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h65 GateRef LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
H A Daccess_object_stub_builder.cpp492 GateRef AccessObjectStubBuilder::LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info, in LoadGlobalVar() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
H A Dcommon_stubs.cpp669 Return(builder.LoadGlobalVar(glue, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
H A Dinterpreter_stub.cpp3156 GateRef result = builder.LoadGlobalVar(glue, 0, info, profileTypeInfo, slotId, callback); in DECLARE_ASM_HANDLER()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h98 void LoadGlobalVar(const ir::AstNode *node, const util::StringView &name);
H A Dpandagen.cpp448 LoadGlobalVar(node, var->Name()); in LoadVar()
609 void PandaGen::LoadGlobalVar(const ir::AstNode *node, const util::StringView &name) in LoadGlobalVar() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h286 void LoadGlobalVar(const ir::AstNode *node, const util::StringView &name);
H A Dpandagen.cpp340 LoadGlobalVar(node, var->Name()); in LoadVar()
676 void PandaGen::LoadGlobalVar(const ir::AstNode *node, const util::StringView &name) in LoadGlobalVar() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp2812 GateRef result = builder.LoadGlobalVar(glue, 0, info, profileTypeInfo, slotId, callback); in GenerateCircuit()

Completed in 35 milliseconds