Home
last modified time | relevance | path

Searched refs:TryLoadGlobalByName (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DregExpLiteral.cpp41 pg->TryLoadGlobalByName(this, "RegExp"); in Compile()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A Didentifier.cpp75 pg->TryLoadGlobalByName(this, name_); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Daccess_object_stub_builder.h61 GateRef TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info,
H A Daccess_object_stub_builder.cpp379 GateRef AccessObjectStubBuilder::TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo &info, in TryLoadGlobalByName() function in panda::ecmascript::kungfu::AccessObjectStubBuilder
H A Dcommon_stubs.cpp644 Return(builder.TryLoadGlobalByName(glue, id, info, profileTypeInfo, slotId, ProfileOperation())); in GenerateCircuit()
H A Dinterpreter_stub.cpp3116 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 Dpandagen.cpp335 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 Dpandagen.h290 void TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name);
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h102 void TryLoadGlobalByName(const ir::AstNode *node, const util::StringView &name);
H A Dpandagen.cpp443 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 DJSCompiler.cpp740 pg->TryLoadGlobalByName(expr, expr->Name()); in Compile()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.cpp307 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()

Completed in 50 milliseconds