| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | framework_helper.h | 49 static void GetRealRecordName(CString &recordName) in GetRealRecordName() argument
|
| /arkcompiler/runtime_core/static_core/abc2program/common/ |
| H A D | abc_code_converter.cpp | 51 auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in IDToString() local 53 name << recordName; in IDToString() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| H A D | compilerContext.cpp | 22 CompilerContext(binder::Binder *binder, bool isDebug, bool isDebuggerEvaluateExpressionMode, bool isMergeAbc, bool isJsonInputFile, bool isRecordDebugSource, const std::string &sourceFile, const std::string &pkgName, util::StringView recordName, util::PatchFix *patchFixHelper) CompilerContext() argument
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_shared_module_manager.h | 78 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule() argument 83 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule() argument [all...] |
| H A D | js_module_manager.h | 122 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule() argument 127 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule() argument [all...] |
| H A D | js_module_deregister.cpp | 82 CString recordName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in RemoveModule() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | pgo_bc_info.cpp | 63 Record(const BytecodeInstruction &bcIns, int32_t bcIndex, const CString &recordName, const MethodLiteral *method) Record() argument [all...] |
| H A D | ntype_bytecode_lowering.h | 25 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, const CString& recordName) NTypeBytecodeLowering() argument
|
| H A D | ntype_hcr_lowering.h | 26 NTypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering() argument
|
| H A D | pass_manager.cpp | 101 << "] recordName [" << recordName << "] log:" << "\033[0m"; in Compile() variable [all...] |
| H A D | compilation_driver.h | 50 CompileMethod(const Callback &cb, const CString &recordName, const std::string &methodName, MethodLiteral *methodLiteral, uint32_t methodOffset, const MethodPcInfo &methodPcInfo, MethodInfo &methodInfo) CompileMethod() argument
|
| H A D | pgo_bc_info.h | 40 const CString &recordName; member
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| H A D | moduleHelpers.cpp | 51 std::string recordName = line.substr(0, pos); in CompileNpmModuleEntryList() local
|
| H A D | symbolTable.h | 30 std::string recordName; member
|
| H A D | commonUtil.cpp | 122 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode() argument
|
| H A D | symbolTable.cpp | 54 void SymbolTable::ReadRecordHashFunctionNames(const std::string &recordName, const std::string &funcInternalName, in ReadRecordHashFunctionNames() argument
|
| /arkcompiler/ets_runtime/ecmascript/patch/ |
| H A D | patch_loader.h | 54 CString recordName; member
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | path_helper.h | 71 inline static void AdaptOldIsaRecord(CString &recordName) in AdaptOldIsaRecord() argument
|
| /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() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | resolveDepsRelation.cpp | 22 CollectCommonjsRecords(const std::vector<panda::pandasm::Field> &fieldList, const std::string &progKey, const std::string &recordName) CollectCommonjsRecords() argument 126 CollectStaticImportDepsRelation(const panda::pandasm::Program &program, const std::string &recordName) CollectStaticImportDepsRelation() argument 141 CollectDynamicImportDepsRelation(const panda::pandasm::Program &program, const std::string &recordName) CollectDynamicImportDepsRelation() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
| H A D | function_call_timer.cpp | 55 CString recordName = method->GetRecordNameStr(); in GetFullName() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler_decoder.cpp | 199 bool PGOProfilerDecoder::Match(const JSPandaFile *jsPandaFile, const CString &recordName, PGOMethodId methodId) in Match() argument
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module.cpp | 101 CString recordName; in Load() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/disassembler/ |
| H A D | disasm_ets_plugin.cpp | 61 const auto recordName = GetFullRecordName(classAccessor.GetClassId()); in GetETSMetadata() local 186 const auto recordName = GetFullRecordName(fieldAccessor.GetClassId()); in GetETSMetadata() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/abc2program/ |
| H A D | abc2program_ets_plugin.cpp | 64 const auto recordName = keyData_.GetFullRecordNameById(classAccessor.GetClassId()); in GetETSMetadata() local 190 const auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in GetETSMetadata() local
|