Searched refs:GetMethodCodeSize (Results 1 – 6 of 6) sorted by relevance
105 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function
99 …odeInstructions instructions(instructions_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToIns()165 …codeInstructions instructions(instruction_buf, graph->GetRuntime()->GetMethodCodeSize(method_ptr)); in BuildMapFromPcToType()
93 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
104 EXPECT_NE(adapter.GetMethodCodeSize(main), 0); in TEST()
40 …ctions pbc_instructions(instructions_buf, GetGraph()->GetRuntime()->GetMethodCodeSize(GetMethod())… in RunImpl()
997 EXPECT_EQ(interface.GetMethodCodeSize(method), 0); in __anon7b7a1abf1602()