Home | History | Annotate | Download | only in src

Lines Matching refs:runtime_call

732   Label runtime_call(this, Label::kDeferred), no_runtime_call(this);
736 Branch(UintPtrGreaterThanOrEqual(new_top, limit), &runtime_call,
739 Bind(&runtime_call);