| /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/compiler/ |
| D | compiler_log.cpp | 38 const std::string &methodName, AotMethodLogList *logList) in SetMethodLog() 87 TimeScope::TimeScope(std::string name, std::string methodName, uint32_t methodOffset, CompilerLog* … in TimeScope() 124 const std::string TimeScope::GetShortName(const std::string& methodName) in GetShortName()
|
| D | code_generator.h | 41 explicit CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
|
| D | ts_inline_lowering.cpp | 97 const std::string methodName( in TryInline() local 160 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile, method->GetMethodId())); in InlineCall() local
|
| D | pass_manager.cpp | 71 uint32_t methodOffset, const MethodPcInfo &methodPCInfo, size_t methodInfoIndex) { in Compile()
|
| D | llvm_codegen.cpp | 353 std::string methodName; in Disassemble() local
|
| D | verifier.cpp | 426 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/ |
| D | pgo_profiler_info.cpp | 180 bool PGOMethodInfoMap::AddMethod(Chunk *chunk, EntityId methodId, const CString &methodName, Sample… in AddMethod() 292 std::string methodName = infoStrings[PGOMethodInfo::METHOD_NAME_INDEX]; in ParseFromText() local 345 const CString &methodName, SampleMode mode) in AddMethod()
|
| D | pgo_profiler_info.h | 213 PGOMethodInfo(EntityId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo()
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/tests/ |
| D | panda_file_translator_test.cpp | 131 const char *methodName = MethodLiteral::GetMethodName(pf, methodId[0]); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | quick_fix_manager.cpp | 155 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo() local
|
| D | method_literal.cpp | 85 std::string methodName(utf::Mutf8AsCString(GetName(jsPandaFile, methodId).data)); in ParseFunctionName() local
|
| D | js_pandafile_manager.cpp | 296 CString methodName = entryPoint.data(); in GenerateJSPandaFile() local
|
| D | panda_file_translator.cpp | 42 void PandaFileTranslator::TranslateClasses(JSPandaFile *jsPandaFile, const CString &methodName) in TranslateClasses()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/ |
| D | pgo_profiler_manager.h | 95 void SetMethodName(const char *methodName, size_t len) in SetMethodName()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_function.cpp | 268 … JSHandle<EcmaString> methodName(JSObject::GetProperty(thread, thisValue, nameKey).GetValue()); in FunctionPrototypeToString() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
| D | cpu_profiler.cpp | 465 JSHandle<EcmaString> methodName(funcNameValue); in GetNativeStack() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_vm.h | 394 void StoreBCOffsetInfo(const std::string& methodName, int32_t bcOffset) in StoreBCOffsetInfo()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|