Lines Matching full:create
32 StructTy_JavaObject = StructType::create(mod->getContext(), "JavaObject");
44 StructTy_ShadowFrame = StructType::create(mod->getContext(), "ShadowFrame");
380 func___art_type_list = Function::Create(
391 func_art_portable_get_current_thread_from_code = Function::Create(
402 func_art_portable_set_current_thread_from_code = Function::Create(
413 func_art_portable_lock_object_from_code = Function::Create(
424 func_art_portable_unlock_object_from_code = Function::Create(
435 func_art_portable_test_suspend_from_code = Function::Create(
446 Create(
457 func_art_portable_pop_shadow_frame_from_code = Function::Create(
468 func_art_portable_get_and_clear_exception = Function::Create(
479 func_art_portable_throw_div_zero_from_code = Function::Create(
490 func_art_portable_throw_array_bounds_from_code = Function::Create(
501 func_art_portable_throw_no_such_method_from_code = Function::Create(
512 func_art_portable_throw_null_pointer_exception_from_code = Function::Create(
523 func_art_portable_throw_stack_overflow_from_code = Function::Create(
534 func_art_portable_throw_exception_from_code = Function::Create(
545 func_art_portable_find_catch_block_from_code = Function::Create(
556 func_art_portable_alloc_object_from_code = Function::Create(
567 func_art_portable_alloc_object_from_code_with_access_check = Function::Create(
578 func_art_portable_alloc_array_from_code = Function::Create(
589 func_art_portable_alloc_array_from_code_with_access_check = Function::Create(
600 func_art_portable_check_and_alloc_array_from_code = Function::Create(
611 func_art_portable_check_and_alloc_array_from_code_with_access_check = Function::Create(
622 func_art_portable_find_instance_field_from_code = Function::Create(
633 func_art_portable_find_static_field_from_code = Function::Create(
644 func_art_portable_find_static_method_from_code_with_access_check = Function::Create(
655 func_art_portable_find_direct_method_from_code_with_access_check = Function::Create(
666 func_art_portable_find_virtual_method_from_code_with_access_check = Function::Create(
677 func_art_portable_find_super_method_from_code_with_access_check = Function::Create(
688 func_art_portable_find_interface_method_from_code_with_access_check = Function::Create(
699 func_art_portable_find_interface_method_from_code = Function::Create(
710 func_art_portable_initialize_static_storage_from_code = Function::Create(
721 func_art_portable_initialize_type_from_code = Function::Create(
732 func_art_portable_initialize_type_and_verify_access_from_code = Function::Create(
743 func_art_portable_resolve_string_from_code = Function::Create(
754 func_art_portable_set32_static_from_code = Function::Create(
765 func_art_portable_set64_static_from_code = Function::Create(
776 func_art_portable_set_obj_static_from_code = Function::Create(
787 func_art_portable_get32_static_from_code = Function::Create(
798 func_art_portable_get64_static_from_code = Function::Create(
809 func_art_portable_get_obj_static_from_code = Function::Create(
820 func_art_portable_set32_instance_from_code = Function::Create(
831 func_art_portable_set64_instance_from_code = Function::Create(
842 func_art_portable_set_obj_instance_from_code = Function::Create(
853 func_art_portable_get32_instance_from_code = Function::Create(
864 func_art_portable_get64_instance_from_code = Function::Create(
875 func_art_portable_get_obj_instance_from_code = Function::Create(
886 func_art_portable_decode_jobject_in_thread = Function::Create(
897 func_art_portable_fill_array_data_from_code = Function::Create(
908 func_art_portable_is_assignable_from_code = Function::Create(
919 func_art_portable_check_cast_from_code = Function::Create(
930 func_art_portable_check_put_array_element_from_code = Function::Create(
941 func_art_d2l = Function::Create(
952 func_art_d2i = Function::Create(
963 func_art_f2l = Function::Create(
974 func_art_f2i = Function::Create(
985 func_art_portable_jni_method_start = Function::Create(
996 func_art_portable_jni_method_start_synchronized = Function::Create(
1007 func_art_portable_jni_method_end = Function::Create(
1018 func_art_portable_jni_method_end_synchronized = Function::Create(
1029 func_art_portable_jni_method_end_with_reference = Function::Create(
1040 func_art_portable_jni_method_end_with_reference_synchronized = Function::Create(
1051 func_art_portable_is_exception_pending_from_code = Function::Create(
1062 func_art_portable_mark_gc_card_from_code = Function::Create(
1073 func_art_portable_proxy_invoke_handler_from_code = Function::Create(