Home
last modified time | relevance | path

Searched refs:CheckBytecode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.h133 bool CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime);
Dinlining.cpp1149 bool Inlining::CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime) in CheckBytecode() function in ark::compiler::Inlining
1266 if (!CheckBytecode(callInst, *ctx, &calleeCallRuntime)) { in BuildGraph()