/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/ |
H A D | regExpLiteral.cpp | 41 pg->TryLoadGlobalByName(this, "RegExp"); in Compile()
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | identifier.cpp | 75 pg->TryLoadGlobalByName(this, name_); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | access_object_stub_builder.h | 61 GateRef TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info,
|
H A D | access_object_stub_builder.cpp | 379 GateRef AccessObjectStubBuilder::TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info, in TryLoadGlobalByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
|
H A D | common_stubs.cpp | 644 Return(builder.TryLoadGlobalByName(glue, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
|
H A D | interpreter_stub.cpp | 3116 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER() 3127 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback);
in DECLARE_ASM_HANDLER()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 335 TryLoadGlobalByName(node, result.name); in LoadVar() 356 TryLoadGlobalByName(node, result.name); in LoadVar() 529 void PandaGen::TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name) in TryLoadGlobalByName() function in panda::es2panda::compiler::PandaGen 2271 TryLoadGlobalByName(node, "TypeError"); in ThrowTypeError()
|
H A D | pandagen.h | 290 void TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name);
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 102 void TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name);
|
H A D | pandagen.cpp | 443 TryLoadGlobalByName(node, result.name); in LoadVar() 549 void PandaGen::TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name) in TryLoadGlobalByName() function in ark::es2panda::compiler::PandaGen
|
H A D | JSCompiler.cpp | 740 pg->TryLoadGlobalByName(expr, expr->Name()); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 307 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback); in GenerateCircuit() 2758 GateRef result = builder.TryLoadGlobalByName(glue, 0, info, profileTypeInfo, slotId, callback); in GenerateCircuit()
|