Home
last modified time | relevance | path

Searched defs:GetMethodName (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp28 const char *Method::GetMethodName() const in GetMethodName() function in panda::ecmascript::Method
34 const char *Method::GetMethodName(const JSPandaFile* file) const in GetMethodName() function in panda::ecmascript::Method
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub.h43 const std::string &GetMethodName() const in GetMethodName() function
Dts_type_lowering.h52 const std::string& GetMethodName() const in GetMethodName() function
Dasync_function_lowering.h42 const std::string& GetMethodName() const in GetMethodName() function
Dts_inline_lowering.h63 const std::string& GetMethodName() const in GetMethodName() function
Dtype_lowering.h116 const std::string& GetMethodName() const in GetMethodName() function
Dcode_generator.h53 const std::string& GetMethodName() const in GetMethodName() function
Dslowpath_lowering.h144 const std::string& GetMethodName() const in GetMethodName() function
Dearly_elimination.h312 const std::string& GetMethodName() const in GetMethodName() function
Dpass.h100 const std::string& GetMethodName() const in GetMethodName() function
Dbytecode_circuit_builder.h304 const std::string& GetMethodName() const in GetMethodName() function
/arkcompiler/runtime_core/irtoc/backend/
Dirtoc_runtime.h37 std::string GetMethodName(MethodPtr method) const override in GetMethodName() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.h63 const std::string& GetMethodName() const in GetMethodName() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp93 const char *MethodLiteral::GetMethodName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetMethodName() function in panda::ecmascript::MethodLiteral
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_manager.h103 const char *GetMethodName() const in GetMethodName() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h277 const char *GetMethodName() const in GetMethodName() function
/arkcompiler/runtime_core/runtime/interpreter/
Druntime_interface.h57 static const uint8_t *GetMethodName(const Method *caller, BytecodeId method_id) in GetMethodName() function
/arkcompiler/runtime_core/compiler/tools/aotdump/
Daotdump.cpp80 std::string GetMethodName(uint32_t id) const in GetMethodName() function in panda::aoutdump::PandaFileHelper
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h253 std::string GetMethodName(MethodPtr method) const override in GetMethodName() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h306 std::string GetMethodName(MethodPtr method) const override in GetMethodName() function
/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_runtime_interface.h414 …static const uint8_t *GetMethodName([[maybe_unused]] Method *caller, [[maybe_unused]] BytecodeId m… in GetMethodName() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h321 virtual std::string GetMethodName([[maybe_unused]] MethodPtr method) const in GetMethodName() function
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp868 StringItem *AsmEmitter::GetMethodName(ItemContainer *items, const Function &func, const std::string… in GetMethodName() function in panda::pandasm::AsmEmitter