Home
last modified time | relevance | path

Searched refs:ex_obj (Results 1 – 23 of 23) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-exceptions.c1635 MonoObject *ex_obj; in handle_exception_first_pass() local
1769 ex_obj = non_exception; in handle_exception_first_pass()
1771 ex_obj = obj; in handle_exception_first_pass()
1782 MONO_CONTEXT_SET_LLVM_EXC_REG (ctx, ex_obj); in handle_exception_first_pass()
1878 MonoObject *ex_obj; in mono_handle_exception_internal() local
2136 ex_obj = non_exception; in mono_handle_exception_internal()
2138 ex_obj = obj; in mono_handle_exception_internal()
2143 MONO_CONTEXT_SET_LLVM_EXC_REG (ctx, ex_obj); in mono_handle_exception_internal()
2207 MONO_PROFILER_RAISE (exception_clause, (method, i, ei->flags, ex_obj)); in mono_handle_exception_internal()
2277 jit_tls->resume_state.ex_obj = obj; in mono_handle_exception_internal()
[all …]
H A Dmini-runtime.h65 gpointer ex_obj; member
/dports/devel/p5-Java/Java-4.7/
H A DJava.pm411 my $ex_obj = $self->new_java_object($1);
412 $self->_set_in_java('last_exception',$ex_obj);
/dports/graphics/opendx/dx-4.4.4/src/exec/dpexec/
H A Ddistp.h237 Error _dxf_ExCreateGDictPkg(GDictSend *pkg, char *name, EXObj ex_obj);
H A Ddistpacket.c482 _dxf_ExCreateGDictPkg(GDictSend *pkg, char *name, EXObj ex_obj) in _dxf_ExCreateGDictPkg() argument
491 pkg->exclass = ex_obj->exclass; in _dxf_ExCreateGDictPkg()
493 gv = (gvar *)ex_obj; in _dxf_ExCreateGDictPkg()
/dports/sysutils/py-salt/salt-3004.1/salt/modules/inspectlib/
H A Dcollector.py356 for ex_obj in exclude:
357 if obj.startswith(str(ex_obj)):
/dports/science/quantum-espresso/q-e-qe-6.7.0/upflib/
H A Dread_upf_schema.f90236 TYPE (DomException) :: ex_obj local
301 locNode => item ( getElementsByTagname(u, 'pp_dij'),0, EX = ex_obj )
302 ierr = getExceptionCode (ex_obj)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp574 ciInstance* ex_obj = NULL; in builtin_throw() local
577 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
580 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
583 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
587 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
589 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
596 if (ex_obj != NULL) { in builtin_throw()
601 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.cpp574 ciInstance* ex_obj = NULL; in builtin_throw() local
577 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
580 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
583 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
587 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
589 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
596 if (ex_obj != NULL) { in builtin_throw()
601 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp570 ciInstance* ex_obj = NULL; in builtin_throw() local
573 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
576 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
579 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
583 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
585 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
592 if (ex_obj != NULL) { in builtin_throw()
597 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DgraphKit.cpp570 ciInstance* ex_obj = NULL; in builtin_throw() local
573 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
576 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
579 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
583 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
585 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
592 if (ex_obj != NULL) { in builtin_throw()
597 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DgraphKit.cpp573 ciInstance* ex_obj = NULL; in builtin_throw() local
576 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
579 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
582 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
586 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
588 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
595 if (ex_obj != NULL) { in builtin_throw()
600 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DgraphKit.cpp571 ciInstance* ex_obj = NULL; in builtin_throw() local
574 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
577 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
580 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
584 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
586 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
593 if (ex_obj != NULL) { in builtin_throw()
598 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp564 ciInstance* ex_obj = NULL; in builtin_throw() local
567 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
570 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
573 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
577 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
579 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
584 if (ex_obj != NULL) { in builtin_throw()
589 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.cpp564 ciInstance* ex_obj = NULL; in builtin_throw() local
567 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
570 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
573 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
577 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
579 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
584 if (ex_obj != NULL) { in builtin_throw()
589 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DgraphKit.cpp578 ciInstance* ex_obj = NULL; in builtin_throw() local
581 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
584 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
587 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
591 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
593 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
600 if (ex_obj != NULL) { in builtin_throw()
605 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DgraphKit.cpp571 ciInstance* ex_obj = NULL; in builtin_throw() local
574 ex_obj = env()->NullPointerException_instance(); in builtin_throw()
577 ex_obj = env()->ArithmeticException_instance(); in builtin_throw()
580 ex_obj = env()->ArrayIndexOutOfBoundsException_instance(); in builtin_throw()
584 ex_obj = env()->ArrayStoreException_instance(); in builtin_throw()
586 ex_obj = env()->ClassCastException_instance(); in builtin_throw()
593 if (ex_obj != NULL) { in builtin_throw()
605 const TypeInstPtr* ex_con = TypeInstPtr::make(ex_obj); in builtin_throw()
/dports/devel/efl/efl-1.25.1/src/bin/exactness/
H A Dinspect.c690 _obj_item_realize(Exactness_Object *ex_obj) in _obj_item_realize() argument
692 _Item_Info *ii = eina_hash_find(_item_infos_hash, &ex_obj); in _obj_item_realize()
/dports/math/ipopt/Ipopt-3.12.13/Ipopt/doc/
H A Ddocumentation.tex1819 \min_{x \in \Re^4} &&x_1 x_4 (x_1 + x_2 + x_3) + x_3 \label{eq:ex_obj} \\
1854 (\ref{eq:ex_obj})--(\ref{eq:ex_startpt}) can be solved with \Ipopt with
2035 example problem (\ref{eq:ex_obj})-(\ref{eq:ex_bounds}).
2065 (\ref{eq:ex_obj})-(\ref{eq:ex_bounds}) is defined as $f(x) + g(x)^T
2142 (\ref{eq:ex_obj})--(\ref{eq:ex_bounds}) using, first C++, then C, and finally
3340 (\ref{eq:ex_obj})--(\ref{eq:ex_bounds}) can be solved using the C
3537 (\ref{eq:ex_obj})--(\ref{eq:ex_bounds}) in {\tt
/dports/lang/quickjs/quickjs-2021-03-27/
H A Dquickjs.c15377 JSValue method, ret, ex_obj; in JS_IteratorClose() local
15381 ex_obj = ctx->rt->current_exception; in JS_IteratorClose()
15385 ex_obj = JS_UNDEFINED; in JS_IteratorClose()
15408 JS_Throw(ctx, ex_obj); in JS_IteratorClose()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14766 JSValue method, ret, ex_obj; in JS_IteratorClose() local
14770 ex_obj = ctx->current_exception; in JS_IteratorClose()
14774 ex_obj = JS_UNDEFINED; in JS_IteratorClose()
14797 JS_Throw(ctx, ex_obj); in JS_IteratorClose()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/quickjs/
H A Dquickjs.c14768 JSValue method, ret, ex_obj; in JS_IteratorClose() local
14772 ex_obj = ctx->current_exception; in JS_IteratorClose()
14776 ex_obj = JS_UNDEFINED; in JS_IteratorClose()
14799 JS_Throw(ctx, ex_obj); in JS_IteratorClose()
/dports/games/warzone2100/warzone2100/3rdparty/quickjs/
H A Dquickjs.c15424 JSValue method, ret, ex_obj; in JS_IteratorClose() local
15428 ex_obj = ctx->rt->current_exception; in JS_IteratorClose()
15432 ex_obj = JS_UNDEFINED; in JS_IteratorClose()
15455 JS_Throw(ctx, ex_obj); in JS_IteratorClose()