Searched refs:GetClassIdForMethod (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 145 virtual size_t GetClassIdForMethod([[maybe_unused]] MethodPtr method) const in GetClassIdForMethod() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 190 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/ |
| D | inst_builder.h | 42 class_id_ {runtime_->GetClassIdForMethod(method_)} in InstBuilder()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 115 size_t GetClassIdForMethod(MethodPtr method) const override in GetClassIdForMethod() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 194 EXPECT_NE(adapter.GetClassIdForMethod(main, methodId), 0U); in TEST()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 194 EXPECT_NE(adapter.GetClassIdForMethod(main, method_id), 0); in TEST()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 249 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/ |
| D | runtime_interface.h | 843 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/ |
| D | inst_builder-inl.h | 46 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()
|
| D | inst_builder.h | 50 classId_ {runtime_->GetClassIdForMethod(method_)} in VREGS_ENV_TYPE_DEFS()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 1001 EXPECT_EQ(interface.GetClassIdForMethod(method), 0); in __anon8ce037611602()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 3658 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/ |
| D | llvm_ir_constructor.cpp | 1933 auto klassId = graph_->GetRuntime()->GetClassIdForMethod(graph_->GetMethod()); in LLVMIrConstructor()
|