Home
last modified time | relevance | path

Searched refs:candidate_context (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dheap.cc1364 Context* candidate_context = reinterpret_cast<Context*>(candidate); in ProcessWeakReferences() local
1379 candidate_context = reinterpret_cast<Context*>(retain); in ProcessWeakReferences()
1380 tail = candidate_context; in ProcessWeakReferences()
1388 candidate_context->get(Context::OPTIMIZED_FUNCTIONS_LIST), in ProcessWeakReferences()
1390 candidate_context->set_unchecked(this, in ProcessWeakReferences()
1397 candidate = candidate_context->get(Context::NEXT_CONTEXT_LINK); in ProcessWeakReferences()