Home
last modified time | relevance | path

Searched defs:entryId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
Dpgo_profile_type_pool.h50 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()
Dpgo_record_pool.h48 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()
Dpool_template.h50 bool TryAdd(const V &value, ApEntityId &entryId) in TryAdd()
68 bool GetEntryId(const V &value, ApEntityId &entryId) const in GetEntryId()
88 bool GetEntryIdByNormalizedName(const V &value, ApEntityId &entryId) const in GetEntryIdByNormalizedName()
179 auto entryId = base::ReadBuffer<ApEntityId>(buffer, sizeof(ApEntityId)); in ParseFromBinary() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp100 ApEntityId entryId(0); in SamplePandaFileInfo() local
104 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId()
Dpgo_profiler_decoder.h197 bool GetABCIdByJSPandaFile(const JSPandaFile *jsPandaFile, ApEntityId &entryId) const in GetABCIdByJSPandaFile()
Dpgo_profiler_manager.h153 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1116 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in CreateIntrinsicCall() local
1124 …CallInst *LLVMIrConstructor::CreateIntrinsicCall(Inst *inst, RuntimeInterface::IntrinsicId entryId, in CreateIntrinsicCall()
1875 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_CHAR_ARRAY_TLAB_COMPRESSED; in CreateNewStringFromCharsTlab() local
1898 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED; in CreateNewStringFromStringTlab() local
4384 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in VisitIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2371 auto entryId = GetRuntime()->IsCompressedStringsEnabled() in CreateStringFromCharArrayTlab() local
2402 …auto entryId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::CREATE_STRING_FROM_STRIN… in CreateStringFromStringTlab() local
Dencode_visitor.cpp2115 auto entryId = in VisitInitString() local
2121 auto entryId = cg->GetRuntime()->IsCompressedStringsEnabled() in VisitInitString() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp991 size_t entryId = 0; // entry id in ComputeLoopBack() local