Searched refs:LoadGlobalVar (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.h | 65 GateRef LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info,
|
H A D | access_object_stub_builder.cpp | 492 GateRef AccessObjectStubBuilder::LoadGlobalVar(GateRef glue, GateRef prop, const StringIdInfo &info, in LoadGlobalVar() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
H A D | common_stubs.cpp | 669 Return(builder.LoadGlobalVar(glue, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 3156 GateRef result = builder.LoadGlobalVar(glue, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 98 void LoadGlobalVar(const ir::AstNode *node, const util::StringView &name);
|
H A D | pandagen.cpp | 448 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 D | pandagen.h | 286 void LoadGlobalVar(const ir::AstNode *node, const util::StringView &name);
|
H A D | pandagen.cpp | 340 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 D | baseline_stubs.cpp | 2812 GateRef result = builder.LoadGlobalVar(glue, 0, info, profileTypeInfo, slotId, callback); in GenerateCircuit()
|
Completed in 35 milliseconds