Searched refs:GetBytecodeString (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 110 EXPECT_EQ(adapter.GetBytecodeString(main, 0U), std::string("ldai 1")); in TEST()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 110 EXPECT_EQ(adapter.GetBytecodeString(main, 0), std::string("ldai 1")); in TEST()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 292 std::string GetBytecodeString(MethodPtr method, uintptr_t pc) const override in GetBytecodeString() function
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | runtime_adapter_static.h | 293 std::string GetBytecodeString(MethodPtr method, uintptr_t pc) const override in GetBytecodeString() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 379 std::string GetBytecodeString(MethodPtr method, uintptr_t pc) const override;
|
| D | compiler.cpp | 436 std::string PandaRuntimeInterface::GetBytecodeString(MethodPtr method, uintptr_t pc) const in GetBytecodeString() function in ark::PandaRuntimeInterface
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 631 …virtual std::string GetBytecodeString([[maybe_unused]] MethodPtr method, [[maybe_unused]] uintptr_… in GetBytecodeString() function
|
| D | dump.cpp | 1115 auto byteCode = graph->GetRuntime()->GetBytecodeString(graph->GetMethod(), pc_); in DumpBytecode()
|