Searched defs:entryId (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_profile_type_pool.h | 50 void SetEntryId(ApEntityId entryId) in SetEntryId() 136 bool TryAdd(const ProfileType &profileType, ApEntityId &entryId) in TryAdd() 141 bool GetEntryId(const ProfileType &profileType, ApEntityId &entryId) const in GetEntryId() 146 const Entry *GetEntry(ApEntityId entryId) const in GetEntry()
|
| D | pgo_record_pool.h | 48 void SetEntryId(ApEntityId entryId) in SetEntryId() 92 bool TryAdd(const CString &value, ApEntityId &entryId) in TryAdd() 97 bool GetEntryId(const CString &value, ApEntityId &entryId) const in GetEntryId() 102 const Entry *GetEntry(ApEntityId entryId) const in GetEntry() 107 bool GetEntryIdByNormalizedName(const CString &value, ApEntityId &entryId) const in GetEntryIdByNormalizedName()
|
| D | pool_template.h | 49 bool TryAdd(const V &value, ApEntityId &entryId) in TryAdd() 67 bool GetEntryId(const V &value, ApEntityId &entryId) const in GetEntryId() 87 bool GetEntryIdByNormalizedName(const V &value, ApEntityId &entryId) const in GetEntryIdByNormalizedName() 168 auto entryId = base::ReadBuffer<ApEntityId>(buffer, sizeof(ApEntityId)); in ParseFromBinary() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.cpp | 89 ApEntityId entryId(0); in SamplePandaFileInfo() local 93 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId()
|
| D | pgo_profiler_decoder.h | 188 bool GetABCIdByJSPandaFile(const JSPandaFile *jsPandaFile, ApEntityId &entryId) const in GetABCIdByJSPandaFile()
|
| D | pgo_profiler_manager.h | 152 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 4640 auto entryId = GetRuntime()->IsCompressedStringsEnabled() in CallFastCreateStringFromCharArrayTlab() local 4649 auto entryId = GetRuntime()->IsCompressedStringsEnabled() in CallFastCreateStringFromCharArrayTlab() local 4679 …auto entryId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::CREATE_STRING_FROM_STRIN… in CreateStringFromStringTlab() local 4898 auto entryId = in VisitInitString() local 4905 auto entryId = cg->GetRuntime()->IsCompressedStringsEnabled() in VisitInitString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.cpp | 759 size_t entryId = 0; // entry id in ComputeLoopBack() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1872 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in VisitIntrinsic() local
|