Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_test_helper.h56 #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/
Dpgo_profiler_decoder.h88 … const auto *methodName = MethodLiteral::GetMethodName(jsPandaFile, methodLiteral->GetMethodId()); in GetTypeInfo() local
99 void MatchAndMarkMethod(const CString &recordName, const char *methodName, EntityId methodId) in MatchAndMarkMethod()
Dpgo_profiler_info.h340 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()
Dpgo_profiler_info.cpp626 CString methodName = jsMethod->GetMethodName(); in AddMethod() local
834 std::string methodName = infoStrings[PGOMethodInfo::METHOD_NAME_INDEX]; in ParseFromText() local
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp52 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/
Dcode_generator.h42 CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
Dcompiler_log.cpp31 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()
Dpass_manager.cpp77 Module *m) { in Compile()
Dllvm_codegen.cpp228 … 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
Dcompilation_driver.h82 const std::string &methodName, in CompileMethod()
Dts_inline_lowering.cpp130 const std::string methodName( in TryInline() local
187 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile, method->GetMethodId())); in InlineCall() local
Dverifier.cpp431 bool Verifier::Run(const Circuit *circuit, const std::string& methodName, bool enableLog) in Run()
Dscheduler.cpp120 [[maybe_unused]] const std::string& methodName, [[maybe_unused]] bool enableLog) in Run()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp683 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/
Dpanda_file_translator_test.cpp129 const char *methodName = MethodLiteral::GetMethodName(pf.get(), methodId[0]); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dmethod_literal.cpp90 std::string methodName(GetMethodName(jsPandaFile, methodId)); in ParseFunctionName() local
Djs_pandafile_manager.cpp447 CString methodName = entryPoint.data(); in GenerateJSPandaFile() local
Dpanda_file_translator.cpp40 void PandaFileTranslator::TranslateClasses(JSPandaFile *jsPandaFile, const CString &methodName) in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp243 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo() local
Dpatch_loader.cpp337 CString methodName = MethodLiteral::GetMethodName(patchFile, methodId); in GeneratePatchInfo() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp135 JSHandle<EcmaString> methodName(funcNameValue); in GetNativeStack() local
Djs_stackinfo.cpp202 std::string methodName = method->GetMethodName(); in CrashCallback() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp278 … JSHandle<EcmaString> methodName(JSObject::GetProperty(thread, thisValue, nameKey).GetValue()); in FunctionPrototypeToString() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument