Home
last modified time | relevance | path

Searched refs:GetAbcId (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.cpp73 if ((GetAbcId() >= PGOAbcFilePool::RESERVED_COUNT) && (!context.GetAbcIdRemap().empty())) { in Remap()
74 if (GetAbcId() >= context.GetAbcIdRemap().size() + PGOAbcFilePool::RESERVED_COUNT) { in Remap()
75 LOG_ECMA(ERROR) << "invalid abc id: " << GetAbcId() << ", " << GetTypeString() in Remap()
78 UpdateAbcId(context.GetAbcIdRemap().at(GetAbcId())); in Remap()
H A Dpgo_type_generator.h33 ProfileType type(rootType.GetAbcId(), traceId, rootType.GetKind()); in GenerateProfileType()
H A Dpgo_profile_type.h374 ApEntityId GetAbcId() const in GetAbcId() function in panda::ecmascript::pgo::ProfileType
408 ", abcId: " << GetAbcId() << ", id: " << GetId() << ")"; in GetTypeString()
416 type.insert(std::make_pair(DumpJsonUtils::ABC_ID, std::to_string(GetAbcId()))); in GetTypeJson()
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H A Dopt_code_profiler.cpp144 CString methodInfo = abcNames_[key.GetAbcId()] + ":" + CString(methodName); in FilterMethodToPrint()
152 << ", abcName: " << abcNames_[key.GetAbcId()] << " ===="; in FilterMethodToPrint()
H A Dopt_code_profiler.h97 uint32_t GetAbcId() const in GetAbcId() function
/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h160 static uint64_t GetAbcId(uint64_t id) in GetAbcId() function in panda::ecmascript::JSSymbol
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp137 auto abcId = type.GetAbcId(); in IsValidPt()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.h240 uint32_t GetAbcId() const;
H A Dframe_handler.cpp159 uint32_t FrameHandler::GetAbcId() const in GetAbcId() function in panda::ecmascript::FrameHandler
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_info.cpp1035 auto abcId = recordType.GetAbcId(); in ParseFromBinary()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
H A Dpgo_profiler_test.cpp176 JSPandaFile::GetNormalizedFileDesc(abcFilePool->GetEntry(recordProfile.GetAbcId())->GetData()); in ParseRelatedPandaFileMethods()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp1887 auto abcId = profileType->GetProfileType().GetAbcId(); in GetCalleePandaFile()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3230 uint32_t abcId = frameHandler.GetAbcId();

Completed in 19 milliseconds