Home
last modified time | relevance | path

Searched refs:GetMethodCode (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h101 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function
/arkcompiler/runtime_core/bytecode_optimizer/
Doptimize_bytecode.cpp98 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()
164 const auto *instruction_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToType()
Druntime_adapter.h83 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.h41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
Dir_builder.cpp39 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp996 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon1be7da801602()