Searched refs:GetBytecodeString (Results 1 – 6 of 6) sorted by relevance
110 EXPECT_EQ(adapter.GetBytecodeString(main, 0), std::string("ldai 1")); in TEST()
294 std::string GetBytecodeString(MethodPtr method, uintptr_t pc) const override in GetBytecodeString() function
332 std::string GetBytecodeString(MethodPtr method, uintptr_t pc) const override;
331 std::string PandaRuntimeInterface::GetBytecodeString(MethodPtr method, uintptr_t pc) const in GetBytecodeString() function in panda::PandaRuntimeInterface
357 …virtual std::string GetBytecodeString([[maybe_unused]] MethodPtr method, [[maybe_unused]] uintptr_… in GetBytecodeString() function
833 auto byte_code = graph->GetRuntime()->GetBytecodeString(graph->GetMethod(), pc_); in Dump()