Home
last modified time | relevance | path

Searched defs:methodName (Results 1 – 20 of 20) 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/compiler/
Dcompiler_log.cpp38 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()
Dcode_generator.h41 explicit CodeGenerator(std::unique_ptr<CodeGeneratorImpl> &impl, const std::string& methodName) in CodeGenerator()
Dts_inline_lowering.cpp97 const std::string methodName( in TryInline() local
160 const std::string methodName(MethodLiteral::GetMethodName(jsPandaFile, method->GetMethodId())); in InlineCall() local
Dpass_manager.cpp71 uint32_t methodOffset, const MethodPcInfo &methodPCInfo, size_t methodInfoIndex) { in Compile()
Dllvm_codegen.cpp353 std::string methodName; in Disassemble() local
Dverifier.cpp426 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/
Dpgo_profiler_info.cpp180 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()
Dpgo_profiler_info.h213 PGOMethodInfo(EntityId id, uint32_t count, SampleMode mode, const char *methodName) in PGOMethodInfo()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp131 const char *methodName = MethodLiteral::GetMethodName(pf, methodId[0]); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_manager.cpp155 CString methodName = stackInfo.substr(firstIndex + methodNameOffsetToFirstIndex, in ParseStackInfo() local
Dmethod_literal.cpp85 std::string methodName(utf::Mutf8AsCString(GetName(jsPandaFile, methodId).data)); in ParseFunctionName() local
Djs_pandafile_manager.cpp296 CString methodName = entryPoint.data(); in GenerateJSPandaFile() local
Dpanda_file_translator.cpp42 void PandaFileTranslator::TranslateClasses(JSPandaFile *jsPandaFile, const CString &methodName) in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/dfx/pgo_profiler/
Dpgo_profiler_manager.h95 void SetMethodName(const char *methodName, size_t len) in SetMethodName()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp268 … JSHandle<EcmaString> methodName(JSObject::GetProperty(thread, thisValue, nameKey).GetValue()); in FunctionPrototypeToString() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp465 JSHandle<EcmaString> methodName(funcNameValue); in GetNativeStack() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h394 void StoreBCOffsetInfo(const std::string& methodName, int32_t bcOffset) in StoreBCOffsetInfo()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property