| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | runtime_adapter_dynamic.h | 30 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 74 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 41 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 178 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CheckMethodLimitations() 440 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks() 722 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in RunImpl() 753 …File = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in FindCatchBlockInPandaFile()
|
| /arkcompiler/runtime_core/libabckit/src/wrappers/graph_wrapper/ |
| D | graph_wrapper.cpp | 238 …r = reinterpret_cast<FileWrapper *>(ctxGInternal->runtimeAdapter->GetBinaryFileForMethod(nullptr)); in DestroyGraphDynamic()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 93 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CheckMethodLimitations() 257 …file = static_cast<panda_file::File *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | runtime_adapter_test.cpp | 97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | unit_test.h | 51 BinaryFilePtr GetBinaryFileForMethod(MethodPtr /* unused */) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/ |
| D | ir_builder_dyn.cpp | 210 …auto *pfw = static_cast<FileWrapper *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()
|
| /arkcompiler/runtime_core/libabckit/src/adapter_static/ |
| D | abckit_static.cpp | 391 …reinterpret_cast<panda_file::File *>(ctxGInternal->runtimeAdapter->GetBinaryFileForMethod(nullptr)… in DestroyGraphStatic()
|
| D | runtime_adapter_static.h | 41 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | runtime_adapter.h | 40 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | compiler.h | 126 BinaryFilePtr GetBinaryFileForMethod(MethodPtr method) const override in GetBinaryFileForMethod() function
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_inst_test.cpp | 1000 EXPECT_EQ(interface.GetBinaryFileForMethod(method), nullptr); in __anon3cee0cc21602()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 570 auto file = static_cast<panda_file::File *>(runtime_->GetBinaryFileForMethod(methodPtr)); in RememberFunctionOrigin()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph.h | 436 … return method_ == nullptr || ToUintPtr(runtime_->GetBinaryFileForMethod(method_)) == FAKE_FILE; in IsUnitTest()
|
| D | runtime_interface.h | 154 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function
|