Home
last modified time | relevance | path

Searched refs:GetBinaryFileForMethod (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp102 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CheckMethodLimitations()
276 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h39 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h138 BinaryFilePtr GetBinaryFileForMethod(MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h132 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function