Lines Matching refs:entry_point
827 address entry_point = NULL;
835 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
839 entry_point = ((InterpreterGenerator*) this)->generate_native_entry(false);
843 entry_point = ((InterpreterGenerator*) this)->generate_empty_entry();
847 entry_point = ((InterpreterGenerator*) this)->generate_accessor_entry();
851 entry_point = ((InterpreterGenerator*) this)->generate_abstract_entry();
863 entry_point = ((InterpreterGenerator*) this)->generate_math_entry(kind);
867 entry_point = ((InterpreterGenerator*)this)->generate_Reference_get_entry();
874 if (entry_point == NULL)
875 entry_point = ((InterpreterGenerator*) this)->generate_normal_entry(false);
877 return entry_point;