Home
last modified time | relevance | path

Searched refs:SetId (Results 1 - 25 of 48) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/
H A Dintrusive_test_option.h27 IntrusiveTest::SetId(options.GetIntrusiveTest()); in SetTestId()
H A Dintrusive_test.h29 static DISABLE_THREAD_SANITIZER_INSTRUMENTATION void SetId(uint32_t test_id) in SetId() function in ark::IntrusiveTest
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsImportEqualsDeclarationBuilder.h35 TSImportEqualsDeclarationBuilder &SetId(Identifier *id) in SetId() function in ark::es2panda::ir::TSImportEqualsDeclarationBuilder
H A DtsTypeAliasDeclarationBuilder.h29 TSTypeAliasDeclarationBuilder &SetId(Identifier *id) in SetId() function in ark::es2panda::ir::TSTypeAliasDeclarationBuilder
H A DvariableDeclaratorBuilder.h29 VariableDeclaratorBuilder &SetId(Expression *id) in SetId() function in ark::es2panda::ir::VariableDeclaratorBuilder
/arkcompiler/ets_runtime/ecmascript/jobs/
H A Dhitrace_scope.cpp66 HiTraceChain::SetId(hitraceId_); in ExecuteJobScope()
85 HiTraceChain::SetId(saveId_); in ~ExecuteJobScope()
/arkcompiler/ets_runtime/ecmascript/dfx/tracing/
H A Dtracing.cpp136 event.SetId("0x1"); in TraceEventRecordCpuProfilerStart()
153 event.SetId("0x1"); in TraceEventRecordCpuProfiler()
259 event.SetId("0x1"); in TraceEventRecordCpuProfilerEnd()
H A Dtracing.h63 void SetId(const std::string& Id) in SetId() function
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dwrapped_module.h38 void SetId(uint32_t id) in SetId() function in ark::llvmbackend::WrappedModule
/arkcompiler/ets_runtime/ecmascript/
H A Djs_symbol.h139 SetId(id); in SetPrivateId()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.h68 void SetId(NodeId id) in SetId() function in panda::ecmascript::EntryIdMap
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h504 void SetId(VRegIDType id) in SetId() function in panda::ecmascript::kungfu::VirtualRegister
557 void SetId(ICSlotIdType id) in SetId() function in panda::ecmascript::kungfu::ICSlotId
586 void SetId(uint16_t id) in SetId() function in panda::ecmascript::kungfu::ConstDataId
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.h132 void SetId(uint32_t id) in SetId() function in ark::compiler::LocationState
H A Dreg_alloc_verifier.cpp238 phiState.SetId(phi->GetId()); in Merge()
321 state.SetId(instId);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_fixshortbranch.cpp57 insn->SetId(i); in SetInsnId()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A 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);
H A Dgraph.cpp110 block->SetId(vector_bb_.size()); in AddBlock()
124 block->SetId(id); in AddBlock()
H A Dgraph_cloner.h265 inst_clone->SetId(inst->GetId()); in CloneInstruction()
H A Dgraph.h839 inst->SetId(instr_current_id_++); \ in CreateInst()
857 inst->SetId(instr_current_id_++); \
/arkcompiler/runtime_core/compiler/tests/
H A Dreg_alloc_interference_graph_new_test.cpp479 inst->SetId(i); in HWTEST_F()
599 inst->SetId(i); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_cloner.h357 instClone->SetId(inst->GetId()); in CloneInstruction()
H A 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()
1357 saveState->SetId(static_cast<int>(graph_->GetCurrentInstructionId()) + 1);
H A Dgraph.cpp158 block->SetId(vectorBb_.size()); in AddBlock()
172 block->SetId(id); in AddBlock()
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h878 ConsoleProfileFinished &SetId(const std::string &id) in SetId() function in panda::ecmascript::tooling::final
948 ConsoleProfileStarted &SetId(const std::string &id) in SetId() function in panda::ecmascript::tooling::final
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp320 consoleProfileFinished.SetId("11").SetLocation(std::move(location)).SetProfile(std::move(profile)).SetTitle("001"); in HWTEST_F_L0()
351 consoleProfileStarted.SetId("12").SetLocation(std::move(location)).SetTitle("002"); in HWTEST_F_L0()

Completed in 21 milliseconds

12