Home
last modified time | relevance | path

Searched refs:GetRecordName (Results 1 - 25 of 31) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcompilation_driver.h71 bytecodeInfo_.AddMethodOffsetToRecordName(methodId, methodInfo.GetRecordName()); in Run()
84 CompileMethod(cb, methodInfo.GetRecordName(), methodName, methodLiteral, in Run()
H A Dbytecode_info_collector.h78 inline const CString &GetRecordName() const in GetRecordName() function in panda::ecmascript::kungfu::MethodInfo
335 auto recordName = MethodLiteral::GetRecordName(jsPandaFile_, methodLiteral->GetMethodId()); in FilterMethod()
H A Dpass.h164 const CString &GetRecordName() const in GetRecordName() function in panda::ecmascript::kungfu::PassData
334 data->GetRecordName(), in Run()
365 data->GetRecordName()); in Run()
455 data->GetRecordName(), data->GetMethodLiteral(), runtimeOption.IsCompilerEnablePgoSpace(), &chunk); in Run()
H A Dts_inline_lowering.cpp166 const std::string recordName(MethodLiteral::GetRecordName(jsPandaFile, inlinedMethod->GetMethodId())); in TryInline()
214 CString recordName = MethodLiteral::GetRecordName(jsPandaFile, method->GetMethodId()); in InlineCall()
H A Daot_compiler_preprocessor.cpp465 bool isAotcompile = !IsSkipMethod(jsPandaFile, bytecodeInfo, MethodLiteral::GetRecordName( in GenerateMethodMap()
/arkcompiler/runtime_core/libark_defect_scan_aux/
H A Dcallee_info.cpp90 SetClassName(func->GetRecordName() + class_->GetClassName()); in SetCallee()
H A Dabc_file.cpp446 std::string record_name = func->GetRecordName();
755 std::string record_name = func->GetRecordName();
793 std::string record_name = func->GetRecordName();
819 std::string record_name = func->GetRecordName();
1000 std::string record_name = func_main->GetRecordName();
1037 std::string record_name = func_main->GetRecordName();
1089 std::string record_name = func->GetRecordName();
1154 auto module_record = GetModuleRecordByName(func->GetRecordName());
1161 auto module_record = GetModuleRecordByName(func->GetRecordName());
1262 std::string record_name = func->GetRecordName();
[all...]
H A Dfunction.cpp22 const std::string &Function::GetRecordName() const in GetRecordName() function in panda::defect_scan_aux::Function
H A Dclass.cpp26 const std::string &Class::GetRecordName() const in GetRecordName() function in panda::defect_scan_aux::Class
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
H A Dfunction.h43 const std::string &GetRecordName() const;
H A Dclass.h47 const std::string &GetRecordName() const;
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.cpp155 CString MethodLiteral::GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId) in GetRecordName() function in panda::ecmascript::MethodLiteral
161 return const_cast<JSPandaFile *>(jsPandaFile)->GetRecordName(methodId); in GetRecordName()
H A Djs_pandafile.cpp281 CString JSPandaFile::GetRecordName(const CString &entryPoint) const in GetRecordName() function in panda::ecmascript::JSPandaFile
420 CString JSPandaFile::GetRecordName(EntityId methodId) in GetRecordName() function in panda::ecmascript::JSPandaFile
439 CString recordName = IsBundlePack() ? ENTRY_FUNCTION_NAME : GetRecordName(methodIdx); in GetRecordNameWithBundlePack()
H A Djs_pandafile.h140 CString GetRecordName(EntityId methodId);
404 CString GetRecordName(const CString &entryPoint) const;
H A Dmethod_literal.h357 static CString PUBLIC_API GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId);
H A Dprogram_object.h668 CString entry = ModuleManager::GetRecordName(module); in GetLiteralFromCache()
/arkcompiler/ets_runtime/ecmascript/
H A Dmethod.cpp47 return MethodLiteral::GetRecordName(jsPandaFile, GetMethodId()); in GetRecordNameStr()
H A Djs_function.h327 CString GetRecordName() const;
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp40 const CString recordName = MethodLiteral::GetRecordName(jsPandaFile, EntityId(methodOffset)); in PGOTypeRecorder()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp437 CString baseRecordName = MethodLiteral::GetRecordName(baseFile, baseMethodId); in FindSameMethod()
487 CString recordName = MethodLiteral::GetRecordName(patchFile, methodId); in GeneratePatchInfo()
551 CString recordName = MethodLiteral::GetRecordName(jsPandaFile, methodId); in CollectClassInfo()
H A Dquick_fix_manager.cpp222 CString recordName = MethodLiteral::GetRecordName(baseFile, baseMethodId); in CheckAndGetPatch()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_manager.h114 static CString PUBLIC_API GetRecordName(JSTaggedValue module);
H A Djs_shared_module_manager.cpp254 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule()
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.h260 const std::unordered_set<std::string> &GetRecordName(const std::string &url) in GetRecordName() function in panda::ecmascript::tooling::final
H A Ddebugger_impl.cpp1127 if (extractor->MatchWithLocation(callbackFunc, line, column, url, GetRecordName(url))) { in GetPossibleBreakpoints()
1188 metaData.url_, GetRecordName(metaData.url_))) { in RemoveBreakpoint()
1290 if (!extractor->MatchWithLocation(callbackFunc, lineNumber, columnNumber, url, GetRecordName(url))) { in SetBreakpointByUrl()
1366 if (!extractor->MatchWithLocation(matchLocationCbFunc, lineNumber, columnNumber, url, GetRecordName(url))) { in ProcessSingleBreakpoint()

Completed in 23 milliseconds

12