| /arkcompiler/ets_runtime/ecmascript/jit/ |
| D | jit_profiler.cpp | 34 … EntityId methodId, ApEntityId abcId, const uint8_t *pcStart, uint32_t codeSize, in ProfileBytecode() 459 void JITProfiler::ConvertICByNameWithHandler(ApEntityId abcId, int32_t bcOffset, in ConvertICByNameWithHandler() 471 void JITProfiler::HandleLoadType(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadType() 481 void JITProfiler::HandleLoadTypeInt(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypeInt() 496 void JITProfiler::HandleLoadTypePrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleLoadTypePrototypeHandler() 534 void JITProfiler::HandleOtherTypes(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypes() 552 void JITProfiler::HandleTransitionHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransitionHandler() 563 void JITProfiler::HandleTransWithProtoHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleTransWithProtoHandler() 580 void JITProfiler::HandleOtherTypesPrototypeHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleOtherTypesPrototypeHandler() 607 void JITProfiler::HandleStoreTSHandler(ApEntityId &abcId, int32_t &bcOffset, in HandleStoreTSHandler() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 35 pgo::ApEntityId abcId(0); in RecordProfileType() local 62 auto abcId = GetMethodAbcId(ctorFunc); in ProfileDefineClass() local 103 auto abcId = GetMethodAbcId(ctorFunc); in ProfileClassRootHClass() local 519 void PGOProfiler::UpdateExtraProfileTypeInfo(ApEntityId abcId, in UpdateExtraProfileTypeInfo() 571 void PGOProfiler::ProcessProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &recordN… in ProcessProfileTypeInfo() 606 auto abcId = GetMethodAbcId(func); in HandlePGOPreDump() local 652 auto abcId = GetMethodAbcId(func); in HandlePGODumpByDumpThread() local 713 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcVa… in ProfileBytecode() 958 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName() 981 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue() [all …]
|
| D | pgo_profiler_decoder.h | 180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
|
| D | pgo_profiler_manager.h | 161 bool GetPandaFileDesc(ApEntityId abcId, CString &desc) const in GetPandaFileDesc()
|
| D | pgo_profiler_encoder.cpp | 110 bool PGOProfilerEncoder::GetPandaFileDesc(ApEntityId abcId, CString &desc) in GetPandaFileDesc()
|
| D | pgo_profiler_info.cpp | 1028 auto abcId = recordType.GetAbcId(); in ParseFromBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profile_type.h | 231 static ProfileType CreateBuiltinsArray(ApEntityId abcId, JSType type, ElementsKind kind, in CreateBuiltinsArray() 239 static ProfileType CreateBuiltinsTypedArray(ApEntityId abcId, JSType type, OnHeapMode onHeap, in CreateBuiltinsTypedArray() 246 static ProfileType CreateBuiltins(ApEntityId abcId, JSType type) in CreateBuiltins() 252 static ProfileType CreateGlobals(ApEntityId abcId, GlobalIndex globalsId) in CreateGlobals() 375 void UpdateAbcId(ApEntityId abcId) in UpdateAbcId()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.cpp | 33 bool BaseSnapshotInfo::TryGetABCId(ApEntityId &abcId) in TryGetABCId() 239 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local 287 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local 335 ApEntityId abcId = INVALID_INDEX; in StoreDataToGlobalData() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass_manager.cpp | 57 ApEntityId abcId = compilationEnv_->GetMethodAbcId(); in Compile() local 86 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 | 446 pgo::ApEntityId abcId = INVALID_INDEX; in CollectCodeInfo() local
|
| D | typed_bytecode_lowering.cpp | 1877 auto abcId = profileType->GetProfileType().GetAbcId(); in GetCalleePandaFile() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_recorder.cpp | 128 auto abcId = type.GetAbcId(); in IsValidPt() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_symbol.h | 142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
|
| /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 | 3207 uint32_t abcId = frameHandler.GetAbcId(); in RuntimeCreatePrivateProperty() local
|