Home | History | Annotate | Download | only in src

Lines Matching full:candidate

1321   Object* candidate = function;
1322 while (candidate != undefined) {
1323 // Check whether to keep the candidate in the list.
1324 JSFunction* candidate_function = reinterpret_cast<JSFunction*>(candidate);
1325 Object* retain = retainer->RetainAs(candidate);
1345 candidate = candidate_function->next_function_link();
1361 Object* candidate = global_contexts_list_;
1362 while (candidate != undefined) {
1363 // Check whether to keep the candidate in the list.
1364 Context* candidate_context = reinterpret_cast<Context*>(candidate);
1365 Object* retain = retainer->RetainAs(candidate);
1397 candidate = candidate_context->get(Context::NEXT_CONTEXT_LINK);
1855 // can't be evacuated into evacuation candidate but