| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 32 … 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/ |
| D | pgo_profiler.cpp | 32 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 …]
|
| D | pgo_info.cpp | 134 bool PGOInfo::GetPandaFileDescSafe(ApEntityId abcId, CString& desc) in GetPandaFileDescSafe()
|
| D | pgo_profiler_decoder.h | 180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
|
| D | pgo_profiler_info.h | 54 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()
|
| D | pgo_profiler_decoder.cpp | 289 …pandaFileInfos_.ForEachFileInfo([this, &fileNameToChecksumMap](uint32_t checksum, uint32_t abcId) { in MergeFileNameToChecksumMap()
|
| D | pgo_profiler_manager.cpp | 310 bool PGOProfilerManager::GetPandaFileDesc(ApEntityId abcId, CString& desc) const in GetPandaFileDesc()
|
| D | pgo_profiler_info.cpp | 94 ApEntityId abcId(0); in Checksum() local 1112 auto abcId = recordType.GetAbcId(); in ParseFromBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profile_type.h | 236 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/ |
| D | snapshot_constantpool_data.cpp | 31 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/ |
| D | pass_manager.cpp | 46 ApEntityId abcId = compilationEnv_->GetMethodAbcId(); in Compile() local 75 ApEntityId abcId) -> bool { in Compile()
|
| D | compilation_driver.h | 154 const panda_file::File::Header *header, ApEntityId abcId, const Callback &cb) in CompileMethod()
|
| D | file_generators.cpp | 441 pgo::ApEntityId abcId = INVALID_INDEX; in CollectCodeInfo() local
|
| D | typed_bytecode_lowering.cpp | 2384 auto abcId = profileType->GetProfileType().GetAbcId(); in GetCalleePandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_recorder.cpp | 149 auto abcId = type.GetAbcId(); in IsValidPt() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_symbol.h | 141 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_record_pool.h | 114 bool GetPandaFileDescSafe(ApEntityId abcId, CString& desc) in GetPandaFileDescSafe()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | frame_handler.cpp | 163 uint32_t abcId; in GetAbcId() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 3392 uint32_t abcId = frameHandler.GetAbcId(); in RuntimeCreatePrivateProperty() local
|