/arkcompiler/ets_runtime/ecmascript/jobs/ |
D | hitrace_scope.cpp | 65 HiTraceChain::SetId(hitraceId_); in ExecuteJobScope() 84 HiTraceChain::SetId(saveId_); in ~ExecuteJobScope()
|
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/ |
D | intrusive_test_option.h | 27 IntrusiveTest::SetId(options.GetIntrusiveTest()); in SetTestId()
|
D | intrusive_test.h | 29 static DISABLE_THREAD_SANITIZER_INSTRUMENTATION void SetId(uint32_t test_id) in SetId() function
|
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
D | tracing.cpp | 138 event.SetId("0x1"); in TraceEventRecordCpuProfilerStart() 155 event.SetId("0x1"); in TraceEventRecordCpuProfiler() 261 event.SetId("0x1"); in TraceEventRecordCpuProfilerEnd()
|
D | tracing.h | 63 void SetId(const std::string& Id) in SetId() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_fixshortbranch.cpp | 58 insn->SetId(i); in SetInsnId()
|
D | aarch64_strldr.cpp | 189 movInsn->SetId(ldrInsn.GetId()); in GenerateMoveLiveInsn() 224 newMovInsn->SetId(strInsn.GetId() + memSeq + 1); in GenerateMoveDeadInsn() 235 movInsn.SetId(ldrInsn.GetId()); in GenerateMoveDeadInsn() 316 movInsn.SetId(ldrInsn->GetId()); in DoLoadZeroToMoveTransfer()
|
D | aarch64_global.cpp | 916 newInsn.SetId(insn.GetId()); in Optimize() 926 newInsn.SetId(insn.GetId()); in Optimize() 972 newInsn.SetId(insn.GetId()); in Optimize() 984 newInsn.SetId(insn.GetId()); in Optimize() 1276 ldrInsn.SetId(useInsn->GetId() - 1); in Optimize() 2163 newInsn.SetId(insn.GetId()); in Optimize() 2311 newInsn.SetId(insn.GetId()); in Optimize()
|
D | aarch64_alignment.cpp | 250 insn->SetId(id); in UpdateInsnId()
|
D | aarch64_reg_coalesce.cpp | 251 insn->SetId(currPoint); in ComputeLiveIntervals()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecodes.h | 493 void SetId(VRegIDType id) in SetId() function 546 void SetId(ICSlotIdType id) in SetId() function 575 void SetId(uint16_t id) in SetId() function
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
D | reg_alloc_verifier.h | 132 void SetId(uint32_t id) in SetId() function
|
D | reg_alloc_verifier.cpp | 238 phiState.SetId(phi->GetId()); in Merge() 321 state.SetId(instId); in UpdateLocation()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 126 inst->SetId(id); in NewInst() 176 inst->SetId(id); in NewConstant() 187 inst->SetId(id); in NewParameter() 198 inst->SetId(id); in AddNullptrInst() 1351 saveState->SetId(static_cast<int>(graph_->GetCurrentInstructionId()) + 1); in CreateSaveStates()
|
D | graph_cloner.h | 345 instClone->SetId(inst->GetId()); in CloneInstruction()
|
D | graph.cpp | 158 block->SetId(vectorBb_.size()); in AddBlock() 172 block->SetId(id); in AddBlock()
|
D | graph.h | 966 inst->SetId(instrCurrentId_++); \ in CreateInst() 982 inst->SetId(instrCurrentId_++); \
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | ir_constructor.h | 121 inst->SetId(id); in NewInst() 162 inst->SetId(id); in NewConstant() 173 inst->SetId(id); in NewParameter() 1022 save_state->SetId(static_cast<int>(graph_->GetCurrentInstructionId()) + 1); in CreateSaveStates()
|
D | graph.cpp | 111 block->SetId(vector_bb_.size()); in AddBlock() 125 block->SetId(id); in AddBlock()
|
D | graph_cloner.h | 264 inst_clone->SetId(inst->GetId()); in CloneInstruction()
|
D | graph.h | 837 inst->SetId(instr_current_id_++); \ in CreateInst() 855 inst->SetId(instr_current_id_++); \
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | debug_info.h | 301 void SetId(uint32 val) in SetId() function 401 void SetId(uint32 val) in SetId() function
|
/arkcompiler/toolchain/tooling/test/ |
D | debugger_events_test.cpp | 320 …consoleProfileFinished.SetId("11").SetLocation(std::move(location)).SetProfile(std::move(profile))… in HWTEST_F_L0() 351 consoleProfileStarted.SetId("12").SetLocation(std::move(location)).SetTitle("002"); in HWTEST_F_L0()
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_events.h | 878 ConsoleProfileFinished &SetId(const std::string &id) in SetId() function 948 ConsoleProfileStarted &SetId(const std::string &id) in SetId() function
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
D | cg_ssa.cpp | 55 insn.SetId(static_cast<uint32>(insnCount)); in MarkInsnsInSSA()
|