Searched refs:GetMethodCode (Results 1 – 7 of 7) sorted by relevance
101 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPtr method) const in GetMethodCode() function
98 auto instructions_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToIns()164 const auto *instruction_buf = graph->GetRuntime()->GetMethodCode(method_ptr); in BuildMapFromPcToType()
83 const uint8_t *GetMethodCode(MethodPtr method) const override in GetMethodCode() function
41 instructions_buf_(GetGraph()->GetRuntime()->GetMethodCode(GetGraph()->GetMethod())), in InstBuilder()
39 auto instructions_buf = GetGraph()->GetRuntime()->GetMethodCode(GetMethod()); in RunImpl()
103 EXPECT_NE(adapter.GetMethodCode(main), nullptr); in TEST()
996 EXPECT_EQ(interface.GetMethodCode(method), nullptr); in __anon1be7da801602()