Home
last modified time | relevance | path

Searched refs:SetId (Results 1 – 25 of 53) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/jobs/
Dhitrace_scope.cpp65 HiTraceChain::SetId(hitraceId_); in ExecuteJobScope()
84 HiTraceChain::SetId(saveId_); in ~ExecuteJobScope()
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
Dintrusive_test_option.h27 IntrusiveTest::SetId(options.GetIntrusiveTest()); in SetTestId()
Dintrusive_test.h29 static DISABLE_THREAD_SANITIZER_INSTRUMENTATION void SetId(uint32_t test_id) in SetId() function
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
Dtracing.cpp138 event.SetId("0x1"); in TraceEventRecordCpuProfilerStart()
155 event.SetId("0x1"); in TraceEventRecordCpuProfiler()
261 event.SetId("0x1"); in TraceEventRecordCpuProfilerEnd()
Dtracing.h63 void SetId(const std::string& Id) in SetId() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp58 insn->SetId(i); in SetInsnId()
Daarch64_strldr.cpp189 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()
Daarch64_global.cpp916 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()
Daarch64_alignment.cpp250 insn->SetId(id); in UpdateInsnId()
Daarch64_reg_coalesce.cpp251 insn->SetId(currPoint); in ComputeLiveIntervals()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h493 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/
Dreg_alloc_verifier.h132 void SetId(uint32_t id) in SetId() function
Dreg_alloc_verifier.cpp238 phiState.SetId(phi->GetId()); in Merge()
321 state.SetId(instId); in UpdateLocation()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h126 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()
Dgraph_cloner.h345 instClone->SetId(inst->GetId()); in CloneInstruction()
Dgraph.cpp158 block->SetId(vectorBb_.size()); in AddBlock()
172 block->SetId(id); in AddBlock()
Dgraph.h966 inst->SetId(instrCurrentId_++); \ in CreateInst()
982 inst->SetId(instrCurrentId_++); \
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h121 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()
Dgraph.cpp111 block->SetId(vector_bb_.size()); in AddBlock()
125 block->SetId(id); in AddBlock()
Dgraph_cloner.h264 inst_clone->SetId(inst->GetId()); in CloneInstruction()
Dgraph.h837 inst->SetId(instr_current_id_++); \ in CreateInst()
855 inst->SetId(instr_current_id_++); \
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Ddebug_info.h301 void SetId(uint32 val) in SetId() function
401 void SetId(uint32 val) in SetId() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp320 …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/
Dpt_events.h878 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/
Dcg_ssa.cpp55 insn.SetId(static_cast<uint32>(insnCount)); in MarkInsnsInSSA()

123