Home
last modified time | relevance | path

Searched defs:entryId (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_profile_type_pool.h50 void SetEntryId(ApEntityId entryId) in SetEntryId() argument
136 bool TryAdd(const ProfileType &profileType, ApEntityId &entryId) in TryAdd() argument
H A Dpgo_record_pool.h48 void SetEntryId(ApEntityId entryId) in SetEntryId() argument
92 bool TryAdd(const CString &value, ApEntityId &entryId) in TryAdd() argument
[all...]
H A Dpool_template.h50 bool TryAdd(const V &value, ApEntityId &entryId) in TryAdd() argument
179 auto entryId = base::ReadBuffer<ApEntityId>(buffer, sizeof(ApEntityId)); global() variable
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_encoder.cpp104 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp989 size_t entryId = 0; // entry id in ComputeLoopBack() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode_visitor.cpp2112 auto entryId = in VisitInitString() local
2118 auto entryId = cg->GetRuntime()->IsCompressedStringsEnabled() in VisitInitString() local
H A Dcodegen.cpp2386 auto entryId = GetRuntime()->IsCompressedStringsEnabled() in CreateStringFromCharArrayTlab() local
2418 auto entryId = GetRuntime()->IsCompressedStringsEnabled() ? EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED in CreateStringFromStringTlab() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1108 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); in CreateIntrinsicCall() local
1116 llvm::CallInst *LLVMIrConstructor::CreateIntrinsicCall(Inst *inst, RuntimeInterface::IntrinsicId entryId, in CreateIntrinsicCall() argument
1867 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_CHAR_ARRAY_TLAB_COMPRESSED; in CreateNewStringFromCharsTlab() local
1890 auto entryId = RuntimeInterface::EntrypointId::CREATE_STRING_FROM_STRING_TLAB_COMPRESSED; CreateNewStringFromStringTlab() local
4410 auto entryId = inst->CastToIntrinsic()->GetIntrinsicId(); VisitIntrinsic() local
[all...]

Completed in 23 milliseconds