Searched defs:entryId (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/ |
| D | pgo_record_pool.h | 48 void SetEntryId(ApEntityId entryId) in SetEntryId() 92 bool TryAdd(const CString &value, ApEntityId &entryId) in TryAdd() 97 bool TryAddSafe(const CString& value, ApEntityId& entryId) in TryAddSafe() 103 bool GetEntryId(const CString &value, ApEntityId &entryId) const in GetEntryId() 108 bool GetEntryIdSafe(const CString& value, ApEntityId& entryId) in GetEntryIdSafe() 125 const Entry *GetEntry(ApEntityId entryId) const in GetEntry() 130 bool GetEntryIdByNormalizedName(const CString &value, ApEntityId &entryId) const in GetEntryIdByNormalizedName()
|
| 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 | pool_template.h | 50 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/ |
| D | pgo_info.cpp | 108 ApEntityId entryId(0); in SamplePandaFileInfoSafe() local 129 bool PGOInfo::GetPandaFileIdSafe(const CString& abcName, ApEntityId& entryId) in GetPandaFileIdSafe()
|
| D | pgo_profiler_decoder.h | 197 bool GetABCIdByJSPandaFile(const JSPandaFile *jsPandaFile, ApEntityId &entryId) const in GetABCIdByJSPandaFile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/libllvmbackend/ |
| D | ets_llvm_ir_constructor_gen.inl | 470 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_MEM; local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1483 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in CreateIntrinsicCall() local 1491 …CallInst *LLVMIrConstructor::CreateIntrinsicCall(Inst *inst, RuntimeInterface::IntrinsicId entryId, in CreateIntrinsicCall() 2243 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_CHAR_ARRAY_TLAB_COMPRESSED; in CreateNewStringFromCharsTlab() local 2266 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED; in CreateNewStringFromStringTlab() local 4726 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in VisitIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2433 auto entryId = GetRuntime()->IsCompressedStringsEnabled() in CreateStringFromCharArrayTlab() local 2465 …auto entryId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::CREATE_STRING_FROM_STRIN… in CreateStringFromStringTlab() local
|
| D | encode_visitor.cpp | 2119 auto entryId = in VisitInitString() local 2125 auto entryId = cg->GetRuntime()->IsCompressedStringsEnabled() in VisitInitString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | frame_states.cpp | 1033 size_t entryId = 0; // entry id in ComputeLoopBack() local
|