Home
last modified time | relevance | path

Searched refs:IsMethodExternal (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp145 EXPECT_FALSE(adapter.IsMethodExternal(main, ctor)); in TEST()
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp145 EXPECT_FALSE(adapter.IsMethodExternal(main, ctor)); in TEST()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp932 if (runtime->IsMethodExternal(GetGraph()->GetMethod(), method) && !IsIntrinsic(ctx)) { in DoInline()
1198 if (GetGraph()->GetRuntime()->IsMethodExternal(GetGraph()->GetMethod(), ctx->method)) { in CheckTooBigMethodCanBeInlined()
1228 GetGraph()->GetRuntime()->IsMethodExternal(GetGraph()->GetMethod(), ctx->method)) { in CheckMethodCanBeInlined()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Druntime_adapter.h204 bool IsMethodExternal([[maybe_unused]] MethodPtr caller, MethodPtr callee) const override in IsMethodExternal() function
/arkcompiler/runtime_core/static_core/runtime/
Dcompiler.h263 bool IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const override;
Dcompiler.cpp309 bool PandaRuntimeInterface::IsMethodExternal(MethodPtr parentMethod, MethodPtr calleeMethod) const in IsMethodExternal() function in panda::PandaRuntimeInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h298 …virtual bool IsMethodExternal([[maybe_unused]] MethodPtr method, [[maybe_unused]] MethodPtr callee… in IsMethodExternal() function