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

/external/v8/src/
H A Dcode-stubs.h645 Label* throw_out_of_memory_exception,
/external/v8/src/x64/
H A Dcode-stubs-x64.cc3791 Label* throw_out_of_memory_exception,
3904 __ j(equal, throw_out_of_memory_exception);
3962 Label throw_out_of_memory_exception; local
3968 &throw_out_of_memory_exception,
3976 &throw_out_of_memory_exception,
3986 &throw_out_of_memory_exception,
3990 __ bind(&throw_out_of_memory_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
/external/v8/src/arm/
H A Dcode-stubs-arm.cc3685 Label* throw_out_of_memory_exception,
3779 __ b(eq, throw_out_of_memory_exception);
3833 Label throw_out_of_memory_exception; local
3839 &throw_out_of_memory_exception,
3847 &throw_out_of_memory_exception,
3857 &throw_out_of_memory_exception,
3861 __ bind(&throw_out_of_memory_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.cc4792 Label* throw_out_of_memory_exception,
4887 __ j(equal, throw_out_of_memory_exception);
4931 Label throw_out_of_memory_exception; local
4937 &throw_out_of_memory_exception,
4945 &throw_out_of_memory_exception,
4955 &throw_out_of_memory_exception,
4959 __ bind(&throw_out_of_memory_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.cc3839 Label* throw_out_of_memory_exception,
3944 throw_out_of_memory_exception,
4003 Label throw_out_of_memory_exception; local
4009 &throw_out_of_memory_exception,
4017 &throw_out_of_memory_exception,
4027 &throw_out_of_memory_exception,
4031 __ bind(&throw_out_of_memory_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

Completed in 180 milliseconds