Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp34 … 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/
Dpgo_profiler.cpp35 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 …]
Dpgo_profiler_decoder.h180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
Dpgo_profiler_manager.h161 bool GetPandaFileDesc(ApEntityId abcId, CString &desc) const in GetPandaFileDesc()
Dpgo_profiler_encoder.cpp110 bool PGOProfilerEncoder::GetPandaFileDesc(ApEntityId abcId, CString &desc) in GetPandaFileDesc()
Dpgo_profiler_info.cpp1028 auto abcId = recordType.GetAbcId(); in ParseFromBinary() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profile_type.h231 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/
Dsnapshot_constantpool_data.cpp33 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/
Dpass_manager.cpp57 ApEntityId abcId = compilationEnv_->GetMethodAbcId(); in Compile() local
86 ApEntityId abcId) -> bool { in Compile()
Dcompilation_driver.h154 const panda_file::File::Header *header, ApEntityId abcId, const Callback &cb) in CompileMethod()
Dfile_generators.cpp446 pgo::ApEntityId abcId = INVALID_INDEX; in CollectCodeInfo() local
Dtyped_bytecode_lowering.cpp1877 auto abcId = profileType->GetProfileType().GetAbcId(); in GetCalleePandaFile() local
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_recorder.cpp128 auto abcId = type.GetAbcId(); in IsValidPt() local
/arkcompiler/ets_runtime/ecmascript/
Djs_symbol.h142 static uint64_t GeneratePrivateId(uint64_t abcId, uint64_t literalId, uint64_t slotIndex) in GeneratePrivateId()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp163 uint32_t abcId; in GetAbcId() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3207 uint32_t abcId = frameHandler.GetAbcId(); in RuntimeCreatePrivateProperty() local