Home
last modified time | relevance | path

Searched refs:return_with_exception (Results 1 – 12 of 12) sorted by relevance

/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.vala97 public virtual void return_with_exception (CCodeExpression error_expr) {
296 return_with_exception (get_inner_error_cexpression ());
302 return_with_exception (get_inner_error_cexpression ());
H A Dvalagasyncmodule.vala713 public override void return_with_exception (CCodeExpression error_expr)
716 base.return_with_exception (error_expr);
H A Dvalagerrormodule.c567 VALA_GERROR_MODULE_GET_CLASS (self)->return_with_exception (self, error_expr); in vala_gerror_module_return_with_exception()
2019 …((ValaGErrorModuleClass *) klass)->return_with_exception = (void (*) (ValaGErrorModule*, ValaCCode… in vala_gerror_module_class_init()
H A Dcodegen.vapi503 public override void return_with_exception (Vala.CCodeExpression error_expr);
552 public virtual void return_with_exception (Vala.CCodeExpression error_expr);
H A Dvalacodegen.h691 void (*return_with_exception) (ValaGErrorModule* self, ValaCCodeExpression* error_expr); member
H A Dvalagasyncmodule.c4261 …VALA_GERROR_MODULE_CLASS (vala_gasync_module_parent_class)->return_with_exception ((ValaGErrorModu… in vala_gasync_module_real_return_with_exception()
4578 …((ValaGErrorModuleClass *) klass)->return_with_exception = (void (*) (ValaGErrorModule*, ValaCCode… in vala_gasync_module_class_init()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1707 Label return_with_exception; in generate_normal_entry() local
1726 …__ br(Assembler::zero, false, Assembler::pt, return_with_exception); // vanilla interpreted frame… in generate_normal_entry()
1763 __ brx(Assembler::notZero, false, Assembler::pt, return_with_exception); in generate_normal_entry()
1792 __ bind(return_with_exception); in generate_normal_entry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DcppInterpreter_sparc.cpp1707 Label return_with_exception; in generate_normal_entry() local
1726 …__ br(Assembler::zero, false, Assembler::pt, return_with_exception); // vanilla interpreted frame… in generate_normal_entry()
1763 __ brx(Assembler::notZero, false, Assembler::pt, return_with_exception); in generate_normal_entry()
1792 __ bind(return_with_exception); in generate_normal_entry()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1875 Label return_with_exception; in generate_normal_entry() local
1895 __ jcc(Assembler::zero, return_with_exception); // vanilla interpreted frame, handle directly in generate_normal_entry()
1983 __ jcc(Assembler::notZero, return_with_exception); in generate_normal_entry()
2005 __ bind(return_with_exception); in generate_normal_entry()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp1875 Label return_with_exception; in generate_normal_entry() local
1895 __ jcc(Assembler::zero, return_with_exception); // vanilla interpreted frame, handle directly in generate_normal_entry()
1983 __ jcc(Assembler::notZero, return_with_exception); in generate_normal_entry()
2005 __ bind(return_with_exception); in generate_normal_entry()
/dports/lang/vala/vala-0.48.18/
H A DChangeLog.pre-0-5-7347 separate (virtual) function 'return_with_exception' to create
H A DChangeLog18211 GError: Use destroy_value in return_with_exception