• Home
  • Raw
  • Download

Lines Matching refs:V

25 #define EXTERNAL_REFERENCE_LIST_WITH_ISOLATE(V)                                \  argument
26 V(isolate_address, "isolate") \
27 V(builtins_address, "builtins") \
28 V(handle_scope_implementer_address, \
30 V(pending_microtask_count_address, \
32 V(interpreter_dispatch_counters, "Interpreter::dispatch_counters") \
33 V(interpreter_dispatch_table_address, "Interpreter::dispatch_table_address") \
34 V(date_cache_stamp, "date_cache_stamp") \
35 V(stress_deopt_count, "Isolate::stress_deopt_count_address()") \
36 V(force_slow_path, "Isolate::force_slow_path_address()") \
37 V(roots_array_start, "Heap::roots_array_start()") \
38 V(allocation_sites_list_address, "Heap::allocation_sites_list_address()") \
39 V(address_of_stack_limit, "StackGuard::address_of_jslimit()") \
40 V(address_of_real_stack_limit, "StackGuard::address_of_real_jslimit()") \
41 V(store_buffer_top, "store_buffer_top") \
42 V(heap_is_marking_flag_address, "heap_is_marking_flag_address") \
43 V(new_space_allocation_top_address, "Heap::NewSpaceAllocationTopAddress()") \
44 V(new_space_allocation_limit_address, \
46 V(old_space_allocation_top_address, "Heap::OldSpaceAllocationTopAddress") \
47 V(old_space_allocation_limit_address, \
49 V(handle_scope_level_address, "HandleScope::level") \
50 V(handle_scope_next_address, "HandleScope::next") \
51 V(handle_scope_limit_address, "HandleScope::limit") \
52 V(scheduled_exception_address, "Isolate::scheduled_exception") \
53 V(address_of_pending_message_obj, "address_of_pending_message_obj") \
54 V(get_or_create_hash_raw, "get_or_create_hash_raw") \
55 V(jsreceiver_create_identity_hash, "jsreceiver_create_identity_hash") \
56 V(promise_hook_address, "Isolate::promise_hook_address()") \
57 V(async_event_delegate_address, "Isolate::async_event_delegate_address()") \
58 V(promise_hook_or_async_event_delegate_address, \
60 V(debug_is_active_address, "Debug::is_active_address()") \
61 V(debug_hook_on_function_call_address, \
63 V(runtime_function_table_address, \
65 V(is_profiling_address, "Isolate::is_profiling") \
66 V(debug_suspended_generator_address, \
68 V(debug_restart_fp_address, "Debug::restart_fp_address()") \
69 V(wasm_thread_in_wasm_flag_address_address, \
71 EXTERNAL_REFERENCE_LIST_NON_INTERPRETED_REGEXP(V)
73 #define EXTERNAL_REFERENCE_LIST(V) \ argument
74 V(abort_with_reason, "abort_with_reason") \
75 V(address_of_double_abs_constant, "double_absolute_constant") \
76 V(address_of_double_neg_constant, "double_negate_constant") \
77 V(address_of_float_abs_constant, "float_absolute_constant") \
78 V(address_of_float_neg_constant, "float_negate_constant") \
79 V(address_of_min_int, "LDoubleConstant::min_int") \
80 V(address_of_one_half, "LDoubleConstant::one_half") \
81 V(address_of_runtime_stats_flag, "FLAG_runtime_stats") \
82 V(address_of_the_hole_nan, "the_hole_nan") \
83 V(address_of_uint32_bias, "uint32_bias") \
84 V(bytecode_size_table_address, "Bytecodes::bytecode_size_table_address") \
85 V(check_object_type, "check_object_type") \
86 V(compute_output_frames_function, "Deoptimizer::ComputeOutputFrames()") \
87 V(copy_fast_number_jsarray_elements_to_typed_array, \
89 V(copy_typed_array_elements_slice, "copy_typed_array_elements_slice") \
90 V(copy_typed_array_elements_to_typed_array, \
92 V(cpu_features, "cpu_features") \
93 V(delete_handle_scope_extensions, "HandleScope::DeleteExtensions") \
94 V(f64_acos_wrapper_function, "f64_acos_wrapper") \
95 V(f64_asin_wrapper_function, "f64_asin_wrapper") \
96 V(f64_mod_wrapper_function, "f64_mod_wrapper") \
97 V(fixed_typed_array_base_data_offset, "fixed_typed_array_base_data_offset") \
98 V(get_date_field_function, "JSDate::GetField") \
99 V(ieee754_acos_function, "base::ieee754::acos") \
100 V(ieee754_acosh_function, "base::ieee754::acosh") \
101 V(ieee754_asin_function, "base::ieee754::asin") \
102 V(ieee754_asinh_function, "base::ieee754::asinh") \
103 V(ieee754_atan2_function, "base::ieee754::atan2") \
104 V(ieee754_atan_function, "base::ieee754::atan") \
105 V(ieee754_atanh_function, "base::ieee754::atanh") \
106 V(ieee754_cbrt_function, "base::ieee754::cbrt") \
107 V(ieee754_cos_function, "base::ieee754::cos") \
108 V(ieee754_cosh_function, "base::ieee754::cosh") \
109 V(ieee754_exp_function, "base::ieee754::exp") \
110 V(ieee754_expm1_function, "base::ieee754::expm1") \
111 V(ieee754_log10_function, "base::ieee754::log10") \
112 V(ieee754_log1p_function, "base::ieee754::log1p") \
113 V(ieee754_log2_function, "base::ieee754::log2") \
114 V(ieee754_log_function, "base::ieee754::log") \
115 V(ieee754_sin_function, "base::ieee754::sin") \
116 V(ieee754_sinh_function, "base::ieee754::sinh") \
117 V(ieee754_tan_function, "base::ieee754::tan") \
118 V(ieee754_tanh_function, "base::ieee754::tanh") \
119 V(incremental_marking_record_write_function, \
121 V(invalidate_prototype_chains_function, \
123 V(invoke_accessor_getter_callback, "InvokeAccessorGetterCallback") \
124 V(invoke_function_callback, "InvokeFunctionCallback") \
125 V(libc_memchr_function, "libc_memchr") \
126 V(libc_memcpy_function, "libc_memcpy") \
127 V(libc_memmove_function, "libc_memmove") \
128 V(libc_memset_function, "libc_memset") \
129 V(log_enter_external_function, "Logger::EnterExternal") \
130 V(log_leave_external_function, "Logger::LeaveExternal") \
131 V(mod_two_doubles_operation, "mod_two_doubles") \
132 V(new_deoptimizer_function, "Deoptimizer::New()") \
133 V(orderedhashmap_gethash_raw, "orderedhashmap_gethash_raw") \
134 V(power_double_double_function, "power_double_double_function") \
135 V(printf_function, "printf") \
136 V(store_buffer_overflow_function, "StoreBuffer::StoreBufferOverflow") \
137 V(search_string_raw_one_one, "search_string_raw_one_one") \
138 V(search_string_raw_one_two, "search_string_raw_one_two") \
139 V(search_string_raw_two_one, "search_string_raw_two_one") \
140 V(search_string_raw_two_two, "search_string_raw_two_two") \
141 V(try_internalize_string_function, "try_internalize_string_function") \
142 V(wasm_call_trap_callback_for_testing, \
144 V(wasm_f32_ceil, "wasm::f32_ceil_wrapper") \
145 V(wasm_f32_floor, "wasm::f32_floor_wrapper") \
146 V(wasm_f32_nearest_int, "wasm::f32_nearest_int_wrapper") \
147 V(wasm_f32_trunc, "wasm::f32_trunc_wrapper") \
148 V(wasm_f64_ceil, "wasm::f64_ceil_wrapper") \
149 V(wasm_f64_floor, "wasm::f64_floor_wrapper") \
150 V(wasm_f64_nearest_int, "wasm::f64_nearest_int_wrapper") \
151 V(wasm_f64_trunc, "wasm::f64_trunc_wrapper") \
152 V(wasm_float32_to_int64, "wasm::float32_to_int64_wrapper") \
153 V(wasm_float32_to_uint64, "wasm::float32_to_uint64_wrapper") \
154 V(wasm_float64_pow, "wasm::float64_pow") \
155 V(wasm_float64_to_int64, "wasm::float64_to_int64_wrapper") \
156 V(wasm_float64_to_uint64, "wasm::float64_to_uint64_wrapper") \
157 V(wasm_int64_div, "wasm::int64_div") \
158 V(wasm_int64_mod, "wasm::int64_mod") \
159 V(wasm_int64_to_float32, "wasm::int64_to_float32_wrapper") \
160 V(wasm_int64_to_float64, "wasm::int64_to_float64_wrapper") \
161 V(wasm_uint64_div, "wasm::uint64_div") \
162 V(wasm_uint64_mod, "wasm::uint64_mod") \
163 V(wasm_uint64_to_float32, "wasm::uint64_to_float32_wrapper") \
164 V(wasm_uint64_to_float64, "wasm::uint64_to_float64_wrapper") \
165 V(wasm_word32_ctz, "wasm::word32_ctz") \
166 V(wasm_word32_popcnt, "wasm::word32_popcnt") \
167 V(wasm_word32_rol, "wasm::word32_rol") \
168 V(wasm_word32_ror, "wasm::word32_ror") \
169 V(wasm_word64_ctz, "wasm::word64_ctz") \
170 V(wasm_word64_popcnt, "wasm::word64_popcnt") \
171 EXTERNAL_REFERENCE_LIST_INTL(V)
174 #define EXTERNAL_REFERENCE_LIST_NON_INTERPRETED_REGEXP(V) \ argument
175 V(address_of_regexp_stack_limit, "RegExpStack::limit_address()") \
176 V(address_of_regexp_stack_memory_address, "RegExpStack::memory_address()") \
177 V(address_of_regexp_stack_memory_size, "RegExpStack::memory_size()") \
178 V(address_of_static_offsets_vector, "OffsetsVector::static_offsets_vector") \
179 V(re_case_insensitive_compare_uc16, \
181 V(re_check_stack_guard_state, \
183 V(re_grow_stack, "NativeRegExpMacroAssembler::GrowStack()") \
184 V(re_word_character_map, "NativeRegExpMacroAssembler::word_character_map")
186 #define EXTERNAL_REFERENCE_LIST_NON_INTERPRETED_REGEXP(V) argument
190 #define EXTERNAL_REFERENCE_LIST_INTL(V) \ argument
191 V(intl_convert_one_byte_to_lower, "intl_convert_one_byte_to_lower") \
192 V(intl_to_latin1_lower_table, "intl_to_latin1_lower_table")
194 #define EXTERNAL_REFERENCE_LIST_INTL(V) argument