Home
last modified time | relevance | path

Searched defs:abcId (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp32 … EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, in ProfileBytecode()
499 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler()
511 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType()
521 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt()
539 void JITProfiler::HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, JSHClass *hc… in HandleLoadTypePrototypeHandler()
594 void JITProfiler::HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypes()
612 void JITProfiler::HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransitionHandler()
623 void JITProfiler::HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProtoHandler()
640 void JITProfiler::HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypesPrototypeHandler()
667 void JITProfiler::HandleStoreAOTHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreAOTHandler()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp32 pgo::ApEntityId abcId(0); in RecordProfileType() local
60 auto abcId = GetMethodAbcId(thread, ctorFunc); in ProfileDefineClass() local
102 auto abcId = GetMethodAbcId(thread, ctorFunc); in ProfileClassRootHClass() local
124 auto abcId = GetMethodAbcId(thread, ctorFunc); in ProfileNapiRootHClass() local
446 void PGOProfiler::UpdateExtraProfileTypeInfo(ApEntityId abcId, in UpdateExtraProfileTypeInfo()
497 void PGOProfiler::ProcessExtraProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &re… in ProcessExtraProfileTypeInfo()
555 auto abcId = GetMethodAbcId(thread, func); in HandlePGOPreDump() local
603 auto abcId = GetMethodAbcId(thread, func); in HandlePGODump() local
655 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcVa… in ProfileBytecode()
909 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName()
[all …]
Dpgo_info.cpp134 bool PGOInfo::GetPandaFileDescSafe(ApEntityId abcId, CString& desc) in GetPandaFileDescSafe()
Dpgo_profiler_decoder.h180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
Dpgo_profiler_info.h54 void Sample(uint32_t checksum, uint32_t abcId) in Sample()
69 void SampleSafe(uint32_t checksum, uint32_t abcId) in SampleSafe()
107 FileInfo(uint32_t checksum, uint32_t abcId) : abcId_(abcId), checksum_(checksum) {} in FileInfo()
Dpgo_profiler_decoder.cpp289 …pandaFileInfos_.ForEachFileInfo([this, &fileNameToChecksumMap](uint32_t checksum, uint32_t abcId) { in MergeFileNameToChecksumMap()
Dpgo_profiler_manager.cpp310 bool PGOProfilerManager::GetPandaFileDesc(ApEntityId abcId, CString& desc) const in GetPandaFileDesc()
Dpgo_profiler_info.cpp94 ApEntityId abcId(0); in Checksum() local
1112 auto abcId = recordType.GetAbcId(); in ParseFromBinary() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h236 static ProfileType CreateBuiltinsArray(ApEntityId abcId, JSType type, ElementsKind kind, in CreateBuiltinsArray()
244 static ProfileType CreateBuiltinsTypedArray(ApEntityId abcId, JSType type, OnHeapMode onHeap, in CreateBuiltinsTypedArray()
251 static ProfileType CreateInvalid(ApEntityId abcId) in CreateInvalid()
256 static ProfileType CreateBuiltins(ApEntityId abcId, JSType type) in CreateBuiltins()
262 static ProfileType CreateGlobals(ApEntityId abcId, GlobalIndex globalsId) in CreateGlobals()
395 void UpdateAbcId(ApEntityId abcId) in UpdateAbcId()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp31 bool BaseSnapshotInfo::TryGetABCId(ApEntityId &abcId) in TryGetABCId()
238 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local
286 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local
334 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass_manager.cpp46 ApEntityId abcId = compilationEnv_->GetMethodAbcId(); in Compile() local
75 ApEntityId abcId) -> bool { in Compile()
Dcompilation_driver.h154 const panda_file::File::Header *header, ApEntityId abcId, const Callback &cb) in CompileMethod()
Dfile_generators.cpp441 pgo::ApEntityId abcId = INVALID_INDEX; in CollectCodeInfo() local
Dtyped_bytecode_lowering.cpp2384 auto abcId = profileType->GetProfileType().GetAbcId(); in GetCalleePandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp149 auto abcId = type.GetAbcId(); in IsValidPt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h141 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_record_pool.h114 bool GetPandaFileDescSafe(ApEntityId abcId, CString& desc) in GetPandaFileDescSafe()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp163 uint32_t abcId; in GetAbcId() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3392 uint32_t abcId = frameHandler.GetAbcId(); in RuntimeCreatePrivateProperty() local