Home
last modified time | relevance | path

Searched refs:GetClassIdForMethod (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h145 virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h190 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
197 size_t GetClassIdForMethod([[maybe_unused]] MethodPtr caller, size_t methodId) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h42 class_id_ {runtime_->GetClassIdForMethod(method_)} in InstBuilder()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h115 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp194 EXPECT_NE(adapter.GetClassIdForMethod(main, methodId), 0U); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp194 EXPECT_NE(adapter.GetClassIdForMethod(main, method_id), 0); in TEST()
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h249 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
255 size_t GetClassIdForMethod(MethodPtr parentMethod, size_t methodId) const override in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h843 virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
849 …virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method, [[maybe_unused]] size_t unus… in GetClassIdForMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h46 classId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildCall()
1218 auto classId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildMultiDimensionalArrayObject()
1262 auto classId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildInitObjectMultiDimensionalArray()
1353 auto typeId = GetRuntime()->GetClassIdForMethod(GetMethod(), methodId); in BuildInitObject()
Dinst_builder.h50 classId_ {runtime_->GetClassIdForMethod(method_)} in VREGS_ENV_TYPE_DEFS()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1001 EXPECT_EQ(interface.GetClassIdForMethod(method), 0); in __anon8ce037611602()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3658 auto methodClassId = graph->GetRuntime()->GetClassIdForMethod(graph->GetMethod()); in VisitLoadClass()
3766 auto methodClassId = runtime->GetClassIdForMethod(graph->GetMethod()); in VisitLoadAndInitClass()
4066 auto methodClassId = runtime->GetClassIdForMethod(graph->GetMethod()); in VisitLoadType()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1933 auto klassId = graph_->GetRuntime()->GetClassIdForMethod(graph_->GetMethod()); in LLVMIrConstructor()