Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecode/
DInstruction.h36 #define POLYMORPHIC_LIST_CACHE_SIZE 4 macro
78 } list[POLYMORPHIC_LIST_CACHE_SIZE];
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp4533 if (listIndex == (POLYMORPHIC_LIST_CACHE_SIZE - 1)) in cti_op_get_by_id_self_fail()
4566 ASSERT(listIndex < POLYMORPHIC_LIST_CACHE_SIZE); in getPolymorphicAccessStructureListSlot()
4610 if (listIndex == (POLYMORPHIC_LIST_CACHE_SIZE - 1)) in cti_op_get_by_id_proto_list()
4623 if (listIndex == (POLYMORPHIC_LIST_CACHE_SIZE - 1)) in cti_op_get_by_id_proto_list()