| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | gcov_profile.h | 48 void SetFuncFrequency(int64_t freq) in SetFuncFrequency() 57 void SetFuncRealFrequency(int64_t freq) in SetFuncRealFrequency() 73 void SetStmtFreq(uint32_t stmtID, int64_t freq) in SetStmtFreq() 92 uint64 freq = stmtFreqs[stmtID]; in IsHotCallSite() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | cpu_affinity.h | 100 uint64_t freq; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | bb.h | 400 void PushBackSuccFreq(uint64 freq) in PushBackSuccFreq() 409 void SetSuccFreq(int idx, uint64 freq) in SetSuccFreq() 503 void SetEdgeFreq(const BB *bb, uint64 freq) in SetEdgeFreq()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_lower.h | 168 int64_t freq = GetFuncProfData()->GetStmtFreq(oldStmt->GetStmtID()); in CopyStmtFrequency() local
|
| D | mir_function.h | 908 void SetFirstFreqMap(uint32 stmtID, uint32 freq) in SetFirstFreqMap() 943 void SetLastFreqMap(uint32 stmtID, uint32 freq) in SetLastFreqMap() 1518 void SetStmtFreq(uint32_t stmtID, uint64_t freq) in SetStmtFreq()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 170 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrFalseStmt() local 185 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrTrueStmt() local 398 int64_t freq = GetFuncProfData()->GetStmtFreq(whileStmt.GetStmtID()) - in LowerWhileStmt() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | cpu_affinity.cpp | 167 uint64_t freq = 0U; in LoadCpuInfoFromSystem() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_cfg.cpp | 463 uint64_t freq = 0; in ConstructBBFreqFromStmtFreq() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cgfunc.cpp | 1859 int32 freq = GetFunction().GetFreqFromLastStmt(stmtId); in GetFreqFromStmt() local 2019 int32 freq = GetFreqFromStmt(stmt->GetStmtID()); in GenerateInstruction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1560 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel()
|
| D | asm_assembler.cpp | 58 void AsmAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
|
| D | elf_assembler.cpp | 142 void ElfAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 2433 …uint32 freq = static_cast<uint32>(mirModule->CurFunction()->GetFreqFromLastStmt(node->GetStmtID())… in SimplifyCondGoto() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 264 int32 freq = mirModule.CurFunction()->GetFreqFromLastStmt(stmt->GetStmtID()); in FindTheCurrentStmtFreq() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 6592 uint32 freq = 0; in MergeReturn() local
|