/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | compilation_driver.h | 71 bytecodeInfo_.AddMethodOffsetToRecordName(methodId, methodInfo.GetRecordName()); in Run() 84 CompileMethod(cb, methodInfo.GetRecordName(), methodName, methodLiteral, in Run()
|
H A D | bytecode_info_collector.h | 78 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 D | pass.h | 164 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 D | ts_inline_lowering.cpp | 166 const std::string recordName(MethodLiteral::GetRecordName(jsPandaFile, inlinedMethod->GetMethodId())); in TryInline() 214 CString recordName = MethodLiteral::GetRecordName(jsPandaFile, method->GetMethodId()); in InlineCall()
|
H A D | aot_compiler_preprocessor.cpp | 465 bool isAotcompile = !IsSkipMethod(jsPandaFile, bytecodeInfo, MethodLiteral::GetRecordName( in GenerateMethodMap()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/ |
H A D | callee_info.cpp | 90 SetClassName(func->GetRecordName() + class_->GetClassName()); in SetCallee()
|
H A D | abc_file.cpp | 446 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 D | function.cpp | 22 const std::string &Function::GetRecordName() const in GetRecordName() function in panda::defect_scan_aux::Function
|
H A D | class.cpp | 26 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 D | function.h | 43 const std::string &GetRecordName() const;
|
H A D | class.h | 47 const std::string &GetRecordName() const;
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
H A D | method_literal.cpp | 155 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 D | js_pandafile.cpp | 281 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 D | js_pandafile.h | 140 CString GetRecordName(EntityId methodId); 404 CString GetRecordName(const CString &entryPoint) const;
|
H A D | method_literal.h | 357 static CString PUBLIC_API GetRecordName(const JSPandaFile *jsPandaFile, EntityId methodId);
|
H A D | program_object.h | 668 CString entry = ModuleManager::GetRecordName(module); in GetLiteralFromCache()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | method.cpp | 47 return MethodLiteral::GetRecordName(jsPandaFile, GetMethodId()); in GetRecordNameStr()
|
H A D | js_function.h | 327 CString GetRecordName() const;
|
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_recorder.cpp | 40 const CString recordName = MethodLiteral::GetRecordName(jsPandaFile, EntityId(methodOffset)); in PGOTypeRecorder()
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
H A D | patch_loader.cpp | 437 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 D | quick_fix_manager.cpp | 222 CString recordName = MethodLiteral::GetRecordName(baseFile, baseMethodId); in CheckAndGetPatch()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_module_manager.h | 114 static CString PUBLIC_API GetRecordName(JSTaggedValue module);
|
H A D | js_shared_module_manager.cpp | 254 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule()
|
/arkcompiler/toolchain/tooling/agent/ |
H A D | debugger_impl.h | 260 const std::unordered_set<std::string> &GetRecordName(const std::string &url) in GetRecordName() function in panda::ecmascript::tooling::final
|
H A D | debugger_impl.cpp | 1127 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()
|