Lines Matching refs:FUNCTION_REFERENCE

320 #define FUNCTION_REFERENCE(Name, Target)                                   \
332 FUNCTION_REFERENCE(write_barrier_marking_from_code_function,
335 FUNCTION_REFERENCE(insert_remembered_set_function,
338 FUNCTION_REFERENCE(delete_handle_scope_extensions,
341 FUNCTION_REFERENCE(ephemeron_key_write_barrier_function,
344 FUNCTION_REFERENCE(get_date_field_function, JSDate::GetField)
374 FUNCTION_REFERENCE(new_deoptimizer_function, Deoptimizer::New)
376 FUNCTION_REFERENCE(compute_output_frames_function,
379 IF_WASM(FUNCTION_REFERENCE, wasm_f32_trunc, wasm::f32_trunc_wrapper)
380 IF_WASM(FUNCTION_REFERENCE, wasm_f32_floor, wasm::f32_floor_wrapper)
381 IF_WASM(FUNCTION_REFERENCE, wasm_f32_ceil, wasm::f32_ceil_wrapper)
382 IF_WASM(FUNCTION_REFERENCE, wasm_f32_nearest_int, wasm::f32_nearest_int_wrapper)
383 IF_WASM(FUNCTION_REFERENCE, wasm_f64_trunc, wasm::f64_trunc_wrapper)
384 IF_WASM(FUNCTION_REFERENCE, wasm_f64_floor, wasm::f64_floor_wrapper)
385 IF_WASM(FUNCTION_REFERENCE, wasm_f64_ceil, wasm::f64_ceil_wrapper)
386 IF_WASM(FUNCTION_REFERENCE, wasm_f64_nearest_int, wasm::f64_nearest_int_wrapper)
387 IF_WASM(FUNCTION_REFERENCE, wasm_int64_to_float32,
389 IF_WASM(FUNCTION_REFERENCE, wasm_uint64_to_float32,
391 IF_WASM(FUNCTION_REFERENCE, wasm_int64_to_float64,
393 IF_WASM(FUNCTION_REFERENCE, wasm_uint64_to_float64,
395 IF_WASM(FUNCTION_REFERENCE, wasm_float32_to_int64,
397 IF_WASM(FUNCTION_REFERENCE, wasm_float32_to_uint64,
399 IF_WASM(FUNCTION_REFERENCE, wasm_float64_to_int64,
401 IF_WASM(FUNCTION_REFERENCE, wasm_float64_to_uint64,
403 IF_WASM(FUNCTION_REFERENCE, wasm_float32_to_int64_sat,
405 IF_WASM(FUNCTION_REFERENCE, wasm_float32_to_uint64_sat,
407 IF_WASM(FUNCTION_REFERENCE, wasm_float64_to_int64_sat,
409 IF_WASM(FUNCTION_REFERENCE, wasm_float64_to_uint64_sat,
411 IF_WASM(FUNCTION_REFERENCE, wasm_int64_div, wasm::int64_div_wrapper)
412 IF_WASM(FUNCTION_REFERENCE, wasm_int64_mod, wasm::int64_mod_wrapper)
413 IF_WASM(FUNCTION_REFERENCE, wasm_uint64_div, wasm::uint64_div_wrapper)
414 IF_WASM(FUNCTION_REFERENCE, wasm_uint64_mod, wasm::uint64_mod_wrapper)
415 IF_WASM(FUNCTION_REFERENCE, wasm_word32_ctz, wasm::word32_ctz_wrapper)
416 IF_WASM(FUNCTION_REFERENCE, wasm_word64_ctz, wasm::word64_ctz_wrapper)
417 IF_WASM(FUNCTION_REFERENCE, wasm_word32_popcnt, wasm::word32_popcnt_wrapper)
418 IF_WASM(FUNCTION_REFERENCE, wasm_word64_popcnt, wasm::word64_popcnt_wrapper)
419 IF_WASM(FUNCTION_REFERENCE, wasm_word32_rol, wasm::word32_rol_wrapper)
420 IF_WASM(FUNCTION_REFERENCE, wasm_word32_ror, wasm::word32_ror_wrapper)
421 IF_WASM(FUNCTION_REFERENCE, wasm_word64_rol, wasm::word64_rol_wrapper)
422 IF_WASM(FUNCTION_REFERENCE, wasm_word64_ror, wasm::word64_ror_wrapper)
423 IF_WASM(FUNCTION_REFERENCE, wasm_f64x2_ceil, wasm::f64x2_ceil_wrapper)
424 IF_WASM(FUNCTION_REFERENCE, wasm_f64x2_floor, wasm::f64x2_floor_wrapper)
425 IF_WASM(FUNCTION_REFERENCE, wasm_f64x2_trunc, wasm::f64x2_trunc_wrapper)
426 IF_WASM(FUNCTION_REFERENCE, wasm_f64x2_nearest_int,
428 IF_WASM(FUNCTION_REFERENCE, wasm_f32x4_ceil, wasm::f32x4_ceil_wrapper)
429 IF_WASM(FUNCTION_REFERENCE, wasm_f32x4_floor, wasm::f32x4_floor_wrapper)
430 IF_WASM(FUNCTION_REFERENCE, wasm_f32x4_trunc, wasm::f32x4_trunc_wrapper)
431 IF_WASM(FUNCTION_REFERENCE, wasm_f32x4_nearest_int,
433 IF_WASM(FUNCTION_REFERENCE, wasm_memory_init, wasm::memory_init_wrapper)
434 IF_WASM(FUNCTION_REFERENCE, wasm_memory_copy, wasm::memory_copy_wrapper)
435 IF_WASM(FUNCTION_REFERENCE, wasm_memory_fill, wasm::memory_fill_wrapper)
436 IF_WASM(FUNCTION_REFERENCE, wasm_float64_pow, wasm::float64_pow_wrapper)
437 IF_WASM(FUNCTION_REFERENCE, wasm_call_trap_callback_for_testing,
439 IF_WASM(FUNCTION_REFERENCE, wasm_array_copy, wasm::array_copy_wrapper)
446 FUNCTION_REFERENCE(f64_acos_wrapper_function, f64_acos_wrapper)
453 FUNCTION_REFERENCE(f64_asin_wrapper_function, f64_asin_wrapper)
462 FUNCTION_REFERENCE(f64_mod_wrapper_function, f64_mod_wrapper)
542 FUNCTION_REFERENCE(abort_with_reason, i::abort_with_reason)
701 FUNCTION_REFERENCE(baseline_pc_for_bytecode_offset, BaselinePCForBytecodeOffset)
702 FUNCTION_REFERENCE(baseline_pc_for_next_executed_bytecode,
752 FUNCTION_REFERENCE(re_check_stack_guard_state, re_stack_check_func)
755 FUNCTION_REFERENCE(re_grow_stack, NativeRegExpMacroAssembler::GrowStack)
757 FUNCTION_REFERENCE(re_match_for_call_from_js,
760 FUNCTION_REFERENCE(re_experimental_match_for_call_from_js,
763 FUNCTION_REFERENCE(re_case_insensitive_compare_unicode,
766 FUNCTION_REFERENCE(re_case_insensitive_compare_non_unicode,
769 FUNCTION_REFERENCE(re_is_character_in_range_array,
851 FUNCTION_REFERENCE(libc_memchr_function, libc_memchr)
857 FUNCTION_REFERENCE(libc_memcpy_function, libc_memcpy)
863 FUNCTION_REFERENCE(libc_memmove_function, libc_memmove)
870 FUNCTION_REFERENCE(libc_memset_function, libc_memset)
877 FUNCTION_REFERENCE(relaxed_memcpy_function, relaxed_memcpy)
884 FUNCTION_REFERENCE(relaxed_memmove_function, relaxed_memmove)
890 FUNCTION_REFERENCE(refill_math_random, MathRandom::RefillCache)
898 FUNCTION_REFERENCE(jsarray_array_join_concat_to_sequential_string,
901 FUNCTION_REFERENCE(gsab_byte_length, JSArrayBuffer::GsabByteLength)
956 FUNCTION_REFERENCE(string_write_to_flat_one_byte, StringWriteToFlatOneByte)
957 FUNCTION_REFERENCE(string_write_to_flat_two_byte, StringWriteToFlatTwoByte)
959 FUNCTION_REFERENCE(external_one_byte_string_get_chars,
961 FUNCTION_REFERENCE(external_two_byte_string_get_chars,
964 FUNCTION_REFERENCE(orderedhashmap_gethash_raw, OrderedHashMap::GetHash)
971 FUNCTION_REFERENCE(get_or_create_hash_raw, GetOrCreateHash)
978 FUNCTION_REFERENCE(jsreceiver_create_identity_hash,
986 FUNCTION_REFERENCE(compute_integer_hash, ComputeSeededIntegerHash)
987 FUNCTION_REFERENCE(copy_fast_number_jsarray_elements_to_typed_array,
989 FUNCTION_REFERENCE(copy_typed_array_elements_to_typed_array,
991 FUNCTION_REFERENCE(copy_typed_array_elements_slice, CopyTypedArrayElementsSlice)
992 FUNCTION_REFERENCE(try_string_to_index_or_lookup_existing,
994 FUNCTION_REFERENCE(string_to_array_index_function, String::ToArrayIndex)
1003 FUNCTION_REFERENCE(smi_lexicographic_compare_function,
1006 FUNCTION_REFERENCE(mutable_big_int_absolute_add_and_canonicalize_function,
1009 FUNCTION_REFERENCE(mutable_big_int_absolute_compare_function,
1012 FUNCTION_REFERENCE(mutable_big_int_absolute_sub_and_canonicalize_function,
1015 FUNCTION_REFERENCE(check_object_type, CheckObjectType)
1024 FUNCTION_REFERENCE(intl_convert_one_byte_to_lower, ConvertOneByteToLower)
1101 FUNCTION_REFERENCE(invalidate_prototype_chains_function,
1138 FUNCTION_REFERENCE(call_enqueue_microtask_function,
1244 FUNCTION_REFERENCE(atomic_pair_compare_exchange_function,
1348 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_store_function_8_bits,
1350 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_store_function_16_bits,
1352 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_store_function_32_bits,
1354 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_store_function_64_bits,
1356 IF_TSAN(FUNCTION_REFERENCE, tsan_seq_cst_store_function_8_bits,
1358 IF_TSAN(FUNCTION_REFERENCE, tsan_seq_cst_store_function_16_bits,
1360 IF_TSAN(FUNCTION_REFERENCE, tsan_seq_cst_store_function_32_bits,
1362 IF_TSAN(FUNCTION_REFERENCE, tsan_seq_cst_store_function_64_bits,
1364 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_load_function_32_bits,
1366 IF_TSAN(FUNCTION_REFERENCE, tsan_relaxed_load_function_64_bits,
1376 FUNCTION_REFERENCE(call_enter_context_function, EnterMicrotaskContextWrapper)
1378 FUNCTION_REFERENCE(
1383 FUNCTION_REFERENCE(external_pointer_table_allocate_entry,
1422 #undef FUNCTION_REFERENCE