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