• Home
  • Raw
  • Download

Lines Matching refs:Map

21   V(Map, free_space_map, FreeSpaceMap)                                         \
22 V(Map, one_pointer_filler_map, OnePointerFillerMap) \
23 V(Map, two_pointer_filler_map, TwoPointerFillerMap) \
31 V(Map, meta_map, MetaMap) \
32 V(Map, byte_array_map, ByteArrayMap) \
33 V(Map, fixed_array_map, FixedArrayMap) \
34 V(Map, fixed_cow_array_map, FixedCOWArrayMap) \
35 V(Map, hash_table_map, HashTableMap) \
36 V(Map, symbol_map, SymbolMap) \
37 V(Map, one_byte_string_map, OneByteStringMap) \
38 V(Map, one_byte_internalized_string_map, OneByteInternalizedStringMap) \
39 V(Map, scope_info_map, ScopeInfoMap) \
40 V(Map, shared_function_info_map, SharedFunctionInfoMap) \
41 V(Map, code_map, CodeMap) \
42 V(Map, function_context_map, FunctionContextMap) \
43 V(Map, cell_map, CellMap) \
44 V(Map, global_property_cell_map, GlobalPropertyCellMap) \
45 V(Map, foreign_map, ForeignMap) \
46 V(Map, heap_number_map, HeapNumberMap) \
47 V(Map, transition_array_map, TransitionArrayMap) \
48 V(Map, feedback_vector_map, FeedbackVectorMap) \
63 V(Map, native_context_map, NativeContextMap) \
64 V(Map, module_context_map, ModuleContextMap) \
65 V(Map, eval_context_map, EvalContextMap) \
66 V(Map, script_context_map, ScriptContextMap) \
67 V(Map, block_context_map, BlockContextMap) \
68 V(Map, catch_context_map, CatchContextMap) \
69 V(Map, with_context_map, WithContextMap) \
70 V(Map, debug_evaluate_context_map, DebugEvaluateContextMap) \
71 V(Map, script_context_table_map, ScriptContextTableMap) \
73 V(Map, feedback_metadata_map, FeedbackMetadataArrayMap) \
74 V(Map, array_list_map, ArrayListMap) \
75 V(Map, bigint_map, BigIntMap) \
76 V(Map, object_boilerplate_description_map, ObjectBoilerplateDescriptionMap) \
77 V(Map, bytecode_array_map, BytecodeArrayMap) \
78 V(Map, code_data_container_map, CodeDataContainerMap) \
79 V(Map, descriptor_array_map, DescriptorArrayMap) \
80 V(Map, fixed_double_array_map, FixedDoubleArrayMap) \
81 V(Map, global_dictionary_map, GlobalDictionaryMap) \
82 V(Map, many_closures_cell_map, ManyClosuresCellMap) \
83 V(Map, module_info_map, ModuleInfoMap) \
84 V(Map, mutable_heap_number_map, MutableHeapNumberMap) \
85 V(Map, name_dictionary_map, NameDictionaryMap) \
86 V(Map, no_closures_cell_map, NoClosuresCellMap) \
87 V(Map, number_dictionary_map, NumberDictionaryMap) \
88 V(Map, one_closure_cell_map, OneClosureCellMap) \
89 V(Map, ordered_hash_map_map, OrderedHashMapMap) \
90 V(Map, ordered_hash_set_map, OrderedHashSetMap) \
91 V(Map, pre_parsed_scope_data_map, PreParsedScopeDataMap) \
92 V(Map, property_array_map, PropertyArrayMap) \
93 V(Map, side_effect_call_handler_info_map, SideEffectCallHandlerInfoMap) \
94 V(Map, side_effect_free_call_handler_info_map, \
96 V(Map, next_call_side_effect_free_call_handler_info_map, \
98 V(Map, simple_number_dictionary_map, SimpleNumberDictionaryMap) \
99 V(Map, sloppy_arguments_elements_map, SloppyArgumentsElementsMap) \
100 V(Map, small_ordered_hash_map_map, SmallOrderedHashMapMap) \
101 V(Map, small_ordered_hash_set_map, SmallOrderedHashSetMap) \
102 V(Map, string_table_map, StringTableMap) \
103 V(Map, uncompiled_data_without_pre_parsed_scope_map, \
105 V(Map, uncompiled_data_with_pre_parsed_scope_map, \
107 V(Map, weak_fixed_array_map, WeakFixedArrayMap) \
108 V(Map, weak_array_list_map, WeakArrayListMap) \
109 V(Map, ephemeron_hash_table_map, EphemeronHashTableMap) \
111 V(Map, native_source_string_map, NativeSourceStringMap) \
112 V(Map, string_map, StringMap) \
113 V(Map, cons_one_byte_string_map, ConsOneByteStringMap) \
114 V(Map, cons_string_map, ConsStringMap) \
115 V(Map, thin_one_byte_string_map, ThinOneByteStringMap) \
116 V(Map, thin_string_map, ThinStringMap) \
117 V(Map, sliced_string_map, SlicedStringMap) \
118 V(Map, sliced_one_byte_string_map, SlicedOneByteStringMap) \
119 V(Map, external_string_map, ExternalStringMap) \
120 V(Map, external_string_with_one_byte_data_map, \
122 V(Map, external_one_byte_string_map, ExternalOneByteStringMap) \
123 V(Map, short_external_string_map, ShortExternalStringMap) \
124 V(Map, short_external_string_with_one_byte_data_map, \
126 V(Map, internalized_string_map, InternalizedStringMap) \
127 V(Map, external_internalized_string_map, ExternalInternalizedStringMap) \
128 V(Map, external_internalized_string_with_one_byte_data_map, \
130 V(Map, external_one_byte_internalized_string_map, \
132 V(Map, short_external_internalized_string_map, \
134 V(Map, short_external_internalized_string_with_one_byte_data_map, \
136 V(Map, short_external_one_byte_internalized_string_map, \
138 V(Map, short_external_one_byte_string_map, ShortExternalOneByteStringMap) \
140 V(Map, fixed_uint8_array_map, FixedUint8ArrayMap) \
141 V(Map, fixed_int8_array_map, FixedInt8ArrayMap) \
142 V(Map, fixed_uint16_array_map, FixedUint16ArrayMap) \
143 V(Map, fixed_int16_array_map, FixedInt16ArrayMap) \
144 V(Map, fixed_uint32_array_map, FixedUint32ArrayMap) \
145 V(Map, fixed_int32_array_map, FixedInt32ArrayMap) \
146 V(Map, fixed_float32_array_map, FixedFloat32ArrayMap) \
147 V(Map, fixed_float64_array_map, FixedFloat64ArrayMap) \
148 V(Map, fixed_uint8_clamped_array_map, FixedUint8ClampedArrayMap) \
149 V(Map, fixed_biguint64_array_map, FixedBigUint64ArrayMap) \
150 V(Map, fixed_bigint64_array_map, FixedBigInt64ArrayMap) \
152 V(Map, undefined_map, UndefinedMap) \
153 V(Map, the_hole_map, TheHoleMap) \
154 V(Map, null_map, NullMap) \
155 V(Map, boolean_map, BooleanMap) \
156 V(Map, uninitialized_map, UninitializedMap) \
157 V(Map, arguments_marker_map, ArgumentsMarkerMap) \
158 V(Map, exception_map, ExceptionMap) \
159 V(Map, termination_exception_map, TerminationExceptionMap) \
160 V(Map, optimized_out_map, OptimizedOutMap) \
161 V(Map, stale_register_map, StaleRegisterMap) \
162 V(Map, self_reference_marker_map, SelfReferenceMarkerMap) \
205 V(Map, external_map, ExternalMap) \
206 V(Map, message_object_map, JSMessageObjectMap) \
296 class Map; variable
332 inline Map* name##_map(); \
333 inline class Handle<Map> name##_map_handle();
338 inline Map* name##_map(); \
339 inline class Handle<Map> name##_map_handle();
343 inline FixedTypedArrayBase* EmptyFixedTypedArrayForMap(const Map* map);