/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pass.h | 136 const std::string& GetMethodName() const in GetMethodName() function 262 …TimeScope timescope("TypeInferPass", data->GetMethodName(), data->GetMethodOffset(), data->GetLog(… in Run() 276 …TimeScope timescope("PGOTypeInferPass", data->GetMethodName(), data->GetMethodOffset(), data->GetL… in Run() 280 data->GetMethodName(), &chunk, enableLog); in Run() 290 …TimeScope timescope("TSClassAnalysisPass", data->GetMethodName(), data->GetMethodOffset(), data->G… in Run() 305 TimeScope timescope("TypeBytecodeLoweringPass", data->GetMethodName(), in Run() 313 data->GetMethodName(), in Run() 320 CombinedPassVisitor visitor(data->GetCircuit(), enableLog, data->GetMethodName(), &chunk); in Run() 323 data->GetMethodName()); in Run() 341 TimeScope timescope("NTypeBytecodeLoweringPass", data->GetMethodName(), in Run() [all …]
|
D | number_speculative_runner.cpp | 36 << "[" << GetMethodName() << "]" in Run() 54 << "[" << GetMethodName() << "]" in Run() 85 << "[" << GetMethodName() << "]" in Run() 104 << "[" << GetMethodName() << "]" in Run() 118 << "[" << GetMethodName() << "]" in Run()
|
D | ir_module.cpp | 25 std::string name = MethodLiteral::GetMethodName(jsPandaFile, methodLiteral->GetMethodId()); in GetFuncName()
|
D | stub.h | 37 const std::string &GetMethodName() const in GetMethodName() function
|
D | state_split_linearizer.h | 43 const std::string& GetMethodName() const in GetMethodName() function
|
D | number_speculative_runner.h | 42 const std::string& GetMethodName() const in GetMethodName() function
|
D | loop_peeling.h | 50 std::string GetMethodName() const in GetMethodName() function
|
D | async_function_lowering.h | 42 const std::string& GetMethodName() const in GetMethodName() function
|
D | ts_hcr_opt_pass.h | 45 const std::string& GetMethodName() const in GetMethodName() function
|
D | constant_folding.h | 59 std::string GetMethodName() const in GetMethodName() function
|
D | stub_compiler.cpp | 74 LOG_COMPILER(INFO) << "Stub Name: " << stub->GetMethodName(); in Run() 108 log->SetStubLog(stub.GetMethodName(), GetLogList()); in RunPipeline()
|
D | ntype_bytecode_lowering.h | 74 const std::string& GetMethodName() const in GetMethodName() function
|
D | native_inline_lowering.h | 57 const std::string& GetMethodName() const in GetMethodName() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | method.cpp | 28 const char *Method::GetMethodName() const in GetMethodName() function in panda::ecmascript::Method 31 return MethodLiteral::GetMethodName(jsPandaFile, GetMethodId()); in GetMethodName() 34 const char *Method::GetMethodName(const JSPandaFile *file) const in GetMethodName() function in panda::ecmascript::Method 36 return MethodLiteral::GetMethodName(file, GetMethodId()); in GetMethodName()
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 108 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 141 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 142 EXPECT_EQ(adapter.GetMethodName(ctor), std::string(".ctor")); in TEST() 185 EXPECT_EQ(adapter.GetMethodName(funcRetU64), std::string("func_ret_u64")); in TEST() 186 EXPECT_EQ(adapter.GetMethodName(funcRetI16), std::string("func_ret_i16")); in TEST() 187 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 232 EXPECT_EQ(adapter.GetMethodName(storeToStatic), std::string("store_to_static")); in TEST()
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 108 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 141 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 142 EXPECT_EQ(adapter.GetMethodName(ctor), std::string(".ctor")); in TEST() 185 EXPECT_EQ(adapter.GetMethodName(func_ret_u64), std::string("func_ret_u64")); in TEST() 186 EXPECT_EQ(adapter.GetMethodName(func_ret_i16), std::string("func_ret_i16")); in TEST() 187 EXPECT_EQ(adapter.GetMethodName(main), std::string("main")); in TEST() 232 EXPECT_EQ(adapter.GetMethodName(store_to_static), std::string("store_to_static")); in TEST()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | method_literal.cpp | 90 std::string methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionName() 106 CString methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionNameToCString() 115 const char *MethodLiteral::GetMethodName(const JSPandaFile *jsPandaFile, EntityId methodId, bool cp… in GetMethodName() function in panda::ecmascript::MethodLiteral 123 return const_cast<JSPandaFile *>(jsPandaFile)->GetMethodName(methodId); in GetMethodName()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ |
D | pass_manager.cpp | 91 << GetGraph()->GetRuntime()->GetMethodName(GetGraph()->GetMethod()); in GetFileName() 136 << GetGraph()->GetRuntime()->GetMethodName(GetGraph()->GetMethod()) << "\"\n"; in InitialDumpVisualizerGraph() 138 << GetGraph()->GetRuntime()->GetMethodName(GetGraph()->GetMethod()) << "\"\n"; in InitialDumpVisualizerGraph()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 309 … methodLiterals[idx]->GetMethodName(pf_.get(), methodLiterals[idx]->GetMethodId()), in HWTEST_F_L0() 359 … methodLiterals[idx]->GetMethodName(pf_.get(), methodLiterals[idx]->GetMethodId()), in HWTEST_F_L0() 362 … methodLiterals[idx]->GetMethodName(pf_.get(), methodLiterals[idx]->GetMethodId()), in HWTEST_F_L0() 601 methodLiterals[i]->GetMethodName(pf_.get(), methodId), methodId); in HWTEST_F_L0() 703 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() 735 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() 774 auto methodName = methodLiteral->GetMethodName(pf_.get(), methodId); in HWTEST_F_L0() 789 auto className = MethodLiteral::GetMethodName(jsPandaFile.get(), classId); in HWTEST_F_L0() 792 … auto superClassName = MethodLiteral::GetMethodName(jsPandaFile.get(), superClassId); in HWTEST_F_L0() 796 … auto superClassName = MethodLiteral::GetMethodName(jsPandaFile.get(), superClassId); in HWTEST_F_L0() [all …]
|
/arkcompiler/runtime_core/static_core/compiler/ |
D | compile_method.cpp | 174 LOG(DEBUG, COMPILER) << "The method " << compilerCtx.GetMethodName() << " is compiled"; in RunOptimizations() 181 …EndCompilation(compilerCtx.GetMethodName(), compilerCtx.IsOsr(), compilerCtx.GetMethod()->GetCodeS… in RunOptimizations() 198 auto &name = compilerCtx.GetMethodName(); in CheckCompilation() 237 auto &methodName = taskCtx.GetMethodName(); in JITCompileMethod() 285 auto &methodName = taskCtx.GetMethodName(); in CompileInGraph()
|
D | inplace_task_runner.h | 107 const std::string &GetMethodName() const in GetMethodName() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | initialization_analysis.h | 49 inline const std::string &GetMethodName() const in GetMethodName() function
|
D | pgo_type_infer.h | 53 inline const std::string &GetMethodName() const in GetMethodName() function
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.cpp | 148 text += GetMethodName(); in ProcessToText() 193 CString methodName = jsMethod->GetMethodName(); in AddMethod() 200 …auto checksum = PGOMethodInfo::CalcChecksum(jsMethod->GetMethodName(), jsMethod->GetBytecodeArray(… in AddMethod() 262 size_t len = strlen(fromMethodInfo->GetMethodName()); in Merge() 266 …dId, fromMethodInfo->GetCount(), fromMethodInfo->GetSampleMode(), fromMethodInfo->GetMethodName()); in Merge() 315 << DumpUtils::ELEMENT_SEPARATOR << info->GetMethodName(); in ParseFromBinary() 338 << DumpUtils::ELEMENT_SEPARATOR << iter->second->GetMethodName(); in ProcessToBinary() 495 auto ret = methodInfoMap_.try_emplace(info->GetMethodName(), chunk_); in ParseFromBinary() 500 << DumpUtils::ELEMENT_SEPARATOR << info->GetMethodName(); in ParseFromBinary()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | runtime_adapter.h | 131 std::string GetMethodName(MethodPtr method) const override in GetMethodName() function 143 auto method_name = GetMethodName(method); in GetMethodFullName()
|