Searched refs:FunctionName (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSemitter.cpp | 69 pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(Pg()->FunctionName().Mutf8()))); in GenFunctionAnnotations()
|
H A D | codeGen.cpp | 156 const util::StringView &CodeGen::FunctionName() const noexcept
|
H A D | codeGen.h | 124 [[nodiscard]] const util::StringView &FunctionName() const noexcept;
|
H A D | emitter.cpp | 256 pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(cg_->FunctionName().Mutf8()))); in GenFunctionAnnotations()
|
/arkcompiler/ets_frontend/ets2panda/util/ |
H A D | helpers.h | 158 static util::StringView FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func);
|
H A D | helpers.cpp | 567 util::StringView Helpers::FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func) in FunctionName() function in Helpers
|
/arkcompiler/ets_frontend/es2panda/util/ |
H A D | helpers.h | 127 static util::StringView FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func);
|
H A D | helpers.cpp | 482 util::StringView Helpers::FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func) in FunctionName() function in Helpers
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.cpp | 291 auto name = util::Helpers::FunctionName(Allocator(), scriptFunc); in BuildInternalName()
|
H A D | ETSBinder.cpp | 981 ss << util::Helpers::FunctionName(Allocator(), func); in BuildFunctionName()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.h | 247 const util::StringView &FunctionName() const;
|
H A D | pandagen.cpp | 174 const util::StringView &PandaGen::FunctionName() const in FunctionName() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | scope.cpp | 644 auto selfName = util::Helpers::FunctionName(allocator_, node_->AsScriptFunction()); in GetSelfScopeName()
|
H A D | binder.cpp | 452 BuildFunction(scope_->AsFunctionVariableScope(), util::Helpers::FunctionName(Allocator(), scriptFunc), scriptFunc); in BuildScriptFunction()
|
Completed in 17 milliseconds