Home
last modified time | relevance | path

Searched refs:FunctionName (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSemitter.cpp69 pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(Pg()->FunctionName().Mutf8()))); in GenFunctionAnnotations()
H A DcodeGen.cpp156 const util::StringView &CodeGen::FunctionName() const noexcept
H A DcodeGen.h124 [[nodiscard]] const util::StringView &FunctionName() const noexcept;
H A Demitter.cpp256 pandasm::ScalarValue::Create<pandasm::Value::Type::STRING>(cg_->FunctionName().Mutf8()))); in GenFunctionAnnotations()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.h158 static util::StringView FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func);
H A Dhelpers.cpp567 util::StringView Helpers::FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func) in FunctionName() function in Helpers
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.h127 static util::StringView FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func);
H A Dhelpers.cpp482 util::StringView Helpers::FunctionName(ArenaAllocator *allocator, const ir::ScriptFunction *func) in FunctionName() function in Helpers
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp291 auto name = util::Helpers::FunctionName(Allocator(), scriptFunc); in BuildInternalName()
H A DETSBinder.cpp981 ss << util::Helpers::FunctionName(Allocator(), func); in BuildFunctionName()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h247 const util::StringView &FunctionName() const;
H A Dpandagen.cpp174 const util::StringView &PandaGen::FunctionName() const in FunctionName() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.cpp644 auto selfName = util::Helpers::FunctionName(allocator_, node_->AsScriptFunction()); in GetSelfScopeName()
H A Dbinder.cpp452 BuildFunction(scope_->AsFunctionVariableScope(), util::Helpers::FunctionName(Allocator(), scriptFunc), scriptFunc); in BuildScriptFunction()

Completed in 17 milliseconds