Searched refs:CheckBytecode (Results 1 – 2 of 2) sorted by relevance
133 bool CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime);
1149 bool Inlining::CheckBytecode(CallInst *callInst, const InlineContext &ctx, bool *calleeCallRuntime) in CheckBytecode() function in ark::compiler::Inlining1266 if (!CheckBytecode(callInst, *ctx, &calleeCallRuntime)) { in BuildGraph()