/arkcompiler/ets_runtime/ecmascript/containers/tests/ |
D | containers_test_helper.h | 56 #define CONTAINERS_API_EXCEPTION_TEST(className, methodName, callInfoName) \ argument 66 #define CONTAINERS_API_TYPE_MISMATCH_EXCEPTION_TEST(className, methodName) \ argument
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_decoder.h | 88 … const auto *methodName = MethodLiteral::GetMethodName(jsPandaFile, methodLiteral->GetMethodId()); in GetTypeInfo() local 99 void MatchAndMarkMethod(const CString &recordName, const char *methodName, EntityId methodId) in MatchAndMarkMethod()
|
D | pgo_profiler_info.h | 340 PGOMethodInfo(PGOMethodId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo() 900 void GetTypeInfo(const char *methodName, Callback callback) in GetTypeInfo() 910 void GetTypeInfo(const char *methodName, uint32_t checksum, Callback callback) in GetTypeInfo() 919 void MatchAndMarkMethod(const char *methodName, EntityId methodId) in MatchAndMarkMethod() 1120 void GetTypeInfo(const CString &recordName, const char *methodName, Callback callback) in GetTypeInfo() 1129 …void GetTypeInfo(const CString &recordName, const char *methodName, uint32_t checksum, Callback ca… in GetTypeInfo() 1147 void MatchAndMarkMethod(const CString &recordName, const char *methodName, EntityId methodId) in MatchAndMarkMethod()
|
D | pgo_profiler_info.cpp | 626 CString methodName = jsMethod->GetMethodName(); in AddMethod() local 834 std::string methodName = infoStrings[PGOMethodInfo::METHOD_NAME_INDEX]; in ParseFromText() local
|
/arkcompiler/runtime_core/compiler/tests/ |
D | irBuilder_tests.cpp | 52 void TestBuildGraphFromFunc(pandasm::Program &prog, const char *methodName, const Callback &cb) in TestBuildGraphFromFunc() 105 … auto methodName = std::string(utf::Mutf8AsCString(pfile->GetStringData(mda.GetNameId()).data)); in TestBuildGraphFromFile() local 447 TestBuildGraphFromFile(pFile, [&testMethodName](Graph* graph, std::string &methodName) { in __anon32a3985d0502() 525 TestBuildGraphFromFile(pFile, [testMethodName](Graph* graph, std::string &methodName) { in __anon32a3985d0602()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | code_generator.h | 42 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
|
D | compiler_log.cpp | 31 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog() 88 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope() 125 const std::string TimeScope::GetShortName(const std::string& methodName) in GetShortName()
|
D | pass_manager.cpp | 77 Module *m) { in Compile()
|
D | llvm_codegen.cpp | 228 … const JSPandaFile *jsPandaFile, const std::string &methodName) in GenerateCode() 544 std::string methodName = addr2name->at(addr); in GetCalleeReg2Offset() local 609 std::string methodName; in GetCalleeReg2Offset() local
|
D | compilation_driver.h | 82 const std::string &methodName, in CompileMethod()
|
D | ts_inline_lowering.cpp | 130 const std::string methodName( in TryInline() local 187 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile, method->GetMethodId())); in InlineCall() local
|
D | verifier.cpp | 431 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run()
|
D | scheduler.cpp | 120 [[maybe_unused]] const std::string& methodName, [[maybe_unused]] bool enableLog) in Run()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/ |
D | pgo_profiler_test.cpp | 683 auto methodName = methodLiteral->GetMethodName(jsPandaFile.get(), methodId); in HWTEST_F_L0() local 715 auto methodName = methodLiteral->GetMethodName(jsPandaFile.get(), methodId); in HWTEST_F_L0() local 754 auto methodName = methodLiteral->GetMethodName(jsPandaFile.get(), methodId); in HWTEST_F_L0() local 820 auto methodName = methodLiteral->GetMethodName(jsPandaFile.get(), methodId); in HWTEST_F_L0() local 856 auto methodName = methodLiteral->GetMethodName(jsPandaFile.get(), methodId); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
D | panda_file_translator_test.cpp | 129 const char *methodName = MethodLiteral::GetMethodName(pf.get(), methodId[0]); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | method_literal.cpp | 90 std::string methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionName() local
|
D | js_pandafile_manager.cpp | 447 CString methodName = entryPoint.data(); in GenerateJSPandaFile() local
|
D | panda_file_translator.cpp | 40 void PandaFileTranslator::TranslateClasses(JSPandaFile *jsPandaFile, const CString &methodName) in TranslateClasses()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | quick_fix_manager.cpp | 243 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo() local
|
D | patch_loader.cpp | 337 CString methodName = MethodLiteral::GetMethodName(patchFile, methodId); in GeneratePatchInfo() local
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackgetter.cpp | 135 JSHandle<EcmaString> methodName(funcNameValue); in GetNativeStack() local
|
D | js_stackinfo.cpp | 202 std::string methodName = method->GetMethodName(); in CrashCallback() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_function.cpp | 278 … JSHandle<EcmaString> methodName(JSObject::GetProperty(thread, thisValue, nameKey).GetValue()); in FunctionPrototypeToString() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|