Home
last modified time | relevance | path

Searched defs:GetMethodCodeSize (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Druntime_adapter.h150 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
/arkcompiler/runtime_core/runtime/
Dcompiler.h194 size_t GetMethodCodeSize(MethodPtr method) const override in GetMethodCodeSize() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h208 virtual size_t GetMethodCodeSize([[maybe_unused]] MethodPtr method) const in GetMethodCodeSize() function