Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.cc869 CodeAndLiterals cached = shared->SearchOptimizedCodeMap( in GetCodeFromOptimizedCodeMap()
1804 if (shared->SearchOptimizedCodeMap(info->context()->native_context(), in GetConcurrentlyOptimizedCode()
Dfactory.cc1364 CodeAndLiterals cached = info->SearchOptimizedCodeMap( in NewFunctionFromSharedFunctionInfo()
Dobjects.h6494 CodeAndLiterals SearchOptimizedCodeMap(Context* native_context,
Dobjects.cc12375 !shared->SearchOptimizedCodeMap(*native_context, osr_ast_id).code); in AddToOptimizedCodeMapInternal()
13871 CodeAndLiterals SharedFunctionInfo::SearchOptimizedCodeMap( in SearchOptimizedCodeMap() function in v8::internal::SharedFunctionInfo
/external/v8/test/cctest/heap/
Dtest-heap.cc4561 CodeAndLiterals result = shared->SearchOptimizedCodeMap( in TEST()