Searched defs:throw_normal_exception (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc3683 Label* throw_normal_exception,
3794 __ jmp(throw_normal_exception);
3831 Label throw_normal_exception; local
3837 &throw_normal_exception,
3845 &throw_normal_exception,
3855 &throw_normal_exception,
3881 __ bind(&throw_normal_exception);
3682 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc4790 Label* throw_normal_exception,
4900 __ jmp(throw_normal_exception);
4929 Label throw_normal_exception; local
4935 &throw_normal_exception,
4943 &throw_normal_exception,
4953 &throw_normal_exception,
4976 __ bind(&throw_normal_exception);
4789 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument
/external/v8/src/mips/
H A Dcode-stubs-mips.cc3837 Label* throw_normal_exception,
3964 __ jmp(throw_normal_exception);
4001 Label throw_normal_exception; local
4007 &throw_normal_exception,
4015 &throw_normal_exception,
4025 &throw_normal_exception,
4051 __ bind(&throw_normal_exception);
3836 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate) argument
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3789 Label* throw_normal_exception,
3921 __ jmp(throw_normal_exception);
3960 Label throw_normal_exception; local
3966 &throw_normal_exception,
3974 &throw_normal_exception,
3984 &throw_normal_exception,
4008 __ bind(&throw_normal_exception);
3788 GenerateCore(MacroAssembler* masm, Label* throw_normal_exception, Label* throw_termination_exception, Label* throw_out_of_memory_exception, bool do_gc, bool always_allocate_scope) argument

Completed in 123 milliseconds