Searched refs:throw_normal_exception (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/mips/
H A Dcodegen-mips.cc444 Label* throw_normal_exception,
443 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/
H A Dcodegen.h367 Label* throw_normal_exception,
/external/v8/src/arm/
H A Dcodegen-arm.cc6403 Label* throw_normal_exception,
6492 __ jmp(throw_normal_exception);
6520 Label throw_normal_exception; local
6526 &throw_normal_exception,
6534 &throw_normal_exception,
6544 &throw_normal_exception,
6556 __ bind(&throw_normal_exception);
6402 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 Dcodegen-x64.cc7673 Label* throw_normal_exception,
7793 __ jmp(throw_normal_exception);
7936 Label throw_normal_exception; local
7942 &throw_normal_exception,
7950 &throw_normal_exception,
7960 &throw_normal_exception,
7972 __ bind(&throw_normal_exception);
7672 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/ia32/
H A Dcodegen-ia32.cc9871 Label* throw_normal_exception,
9954 __ jmp(throw_normal_exception);
10034 Label throw_normal_exception; local
10040 &throw_normal_exception,
10048 &throw_normal_exception,
10058 &throw_normal_exception,
10070 __ bind(&throw_normal_exception);
9870 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 166 milliseconds