Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc249 Object* element = get(OPTIMIZED_FUNCTIONS_LIST); in AddOptimizedFunction()
269 function->set_next_function_link(get(OPTIMIZED_FUNCTIONS_LIST)); in AddOptimizedFunction()
270 set(OPTIMIZED_FUNCTIONS_LIST, function); in AddOptimizedFunction()
276 Object* element = get(OPTIMIZED_FUNCTIONS_LIST); in RemoveOptimizedFunction()
284 set(OPTIMIZED_FUNCTIONS_LIST, element_function->next_function_link()); in RemoveOptimizedFunction()
300 return get(OPTIMIZED_FUNCTIONS_LIST); in OptimizedFunctionsListHead()
305 set(OPTIMIZED_FUNCTIONS_LIST, GetHeap()->undefined_value()); in ClearOptimizedFunctions()
Dcontexts.h242 OPTIMIZED_FUNCTIONS_LIST, // Weak. enumerator
248 FIRST_WEAK_SLOT = OPTIMIZED_FUNCTIONS_LIST
Dheap.cc1166 candidate_context->get(Context::OPTIMIZED_FUNCTIONS_LIST), in ProcessWeakReferences()
1169 Context::OPTIMIZED_FUNCTIONS_LIST, in ProcessWeakReferences()
/external/v8/test/cctest/
Dtest-heap.cc1050 Object* object = icontext->get(Context::OPTIMIZED_FUNCTIONS_LIST); in CountOptimizedUserFunctions()
1177 Handle<Object> object(icontext->get(Context::OPTIMIZED_FUNCTIONS_LIST)); in CountOptimizedUserFunctionsWithGC()