Home | History | Annotate | Download | only in src

Lines Matching refs:target_function

2156   Handle<JSFunction> target_function;
2193 target_function = function;
2203 target_function = function;
2212 target_function = function;
2234 MaybeHandle<Code> maybe_result = target_function.is_null()
2236 : Compiler::GetUnoptimizedCode(target_function);