Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Druntime_adapter_dynamic.h30 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h74 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h41 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp178 …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/
Dgraph_wrapper.cpp238 …r = reinterpret_cast<FileWrapper *>(ctxGInternal->runtimeAdapter->GetBinaryFileForMethod(nullptr)); in DestroyGraphDynamic()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp93 …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/
Druntime_adapter_test.cpp97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp97 EXPECT_NE(adapter.GetBinaryFileForMethod(main), nullptr); in TEST()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dunit_test.h51 BinaryFilePtr GetBinaryFileForMethod(MethodPtr /* unused */) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp210 …auto *pfw = static_cast<FileWrapper *>(GetGraph()->GetRuntime()->GetBinaryFileForMethod(GetMethod(… in CreateTryCatchBoundariesBlocks()
/arkcompiler/runtime_core/libabckit/src/adapter_static/
Dabckit_static.cpp391 …reinterpret_cast<panda_file::File *>(ctxGInternal->runtimeAdapter->GetBinaryFileForMethod(nullptr)… in DestroyGraphStatic()
Druntime_adapter_static.h41 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h40 BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h126 BinaryFilePtr GetBinaryFileForMethod(MethodPtr method) const override in GetBinaryFileForMethod() function
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_inst_test.cpp1000 EXPECT_EQ(interface.GetBinaryFileForMethod(method), nullptr); in __anon3cee0cc21602()
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_ark_interface.cpp570 auto file = static_cast<panda_file::File *>(runtime_->GetBinaryFileForMethod(methodPtr)); in RememberFunctionOrigin()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h436 … return method_ == nullptr || ToUintPtr(runtime_->GetBinaryFileForMethod(method_)) == FAKE_FILE; in IsUnitTest()
Druntime_interface.h154 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod() function