src/cpu/zero/vm/cppInterpreter_zero.hpp

changeset 1814
f9271ff9d324
parent 1691
c09ee209b65c
child 1869
22af4ce8dba1
equal deleted inserted replaced
1812:ef74d6d1ac1e 1814:f9271ff9d324
37 public: 37 public:
38 // Main loop of normal_entry 38 // Main loop of normal_entry
39 static void main_loop(int recurse, TRAPS); 39 static void main_loop(int recurse, TRAPS);
40 40
41 private: 41 private:
42 // Stack overflow checks
43 static bool stack_overflow_imminent(JavaThread *thread);
44
45 private:
46 // Fast result type determination 42 // Fast result type determination
47 static BasicType result_type_of(methodOop method); 43 static BasicType result_type_of(methodOop method);

mercurial