Home
last modified time | relevance | path

Searched defs:recordName (Results 1 - 25 of 84) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dframework_helper.h49 static void GetRealRecordName(CString &recordName) in GetRealRecordName() argument
/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_code_converter.cpp51 auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in IDToString() local
53 name << recordName; in IDToString() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DcompilerContext.cpp22 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 Djs_shared_module_manager.h78 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 Djs_module_manager.h122 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 Djs_module_deregister.cpp82 CString recordName = SourceTextModule::GetModuleName(module.GetTaggedValue()); in RemoveModule() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpgo_bc_info.cpp63 Record(const BytecodeInstruction &bcIns, int32_t bcIndex, const CString &recordName, const MethodLiteral *method) Record() argument
[all...]
H A Dntype_bytecode_lowering.h25 NTypeBytecodeLowering(Circuit *circuit, PassContext *ctx, bool enableLog, const std::string& name, const CString& recordName) NTypeBytecodeLowering() argument
H A Dntype_hcr_lowering.h26 NTypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering() argument
H A Dpass_manager.cpp101 << "] recordName [" << recordName << "] log:" << "\033[0m"; in Compile() variable
[all...]
H A Dcompilation_driver.h50 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 Dpgo_bc_info.h40 const CString &recordName; member
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp51 std::string recordName = line.substr(0, pos); in CompileNpmModuleEntryList() local
H A DsymbolTable.h30 std::string recordName; member
H A DcommonUtil.cpp122 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode() argument
H A DsymbolTable.cpp54 void SymbolTable::ReadRecordHashFunctionNames(const std::string &recordName, const std::string &funcInternalName, in ReadRecordHashFunctionNames() argument
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.h54 CString recordName; member
/arkcompiler/ets_runtime/ecmascript/base/
H A Dpath_helper.h71 inline static void AdaptOldIsaRecord(CString &recordName) in AdaptOldIsaRecord() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp40 const CString recordName = MethodLiteral::GetRecordName(jsPandaFile, EntityId(methodOffset)); in PGOTypeRecorder() local
/arkcompiler/ets_frontend/es2panda/aot/
H A DresolveDepsRelation.cpp22 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 Dfunction_call_timer.cpp55 CString recordName = method->GetRecordNameStr(); in GetFullName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_decoder.cpp199 bool PGOProfilerDecoder::Match(const JSPandaFile *jsPandaFile, const CString &recordName, PGOMethodId methodId) in Match() argument
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp101 CString recordName; in Load() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
H A Ddisasm_ets_plugin.cpp61 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 Dabc2program_ets_plugin.cpp64 const auto recordName = keyData_.GetFullRecordNameById(classAccessor.GetClassId()); in GetETSMetadata() local
190 const auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in GetETSMetadata() local

Completed in 9 milliseconds

1234