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