Home
last modified time | relevance | path

Searched refs:GetClassIdForMethod (Results 1 – 5 of 5) 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/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/bytecode_optimizer/tests/
Druntime_adapter_test.cpp194 EXPECT_NE(adapter.GetClassIdForMethod(main, method_id), 0); in TEST()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1001 EXPECT_EQ(interface.GetClassIdForMethod(method), 0); in __anon7b7a1abf1602()