Searched refs:exec_mode (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DvframeArray.hpp103 int exec_mode);
209 void unpack_to_stack(frame &unpack_frame, int exec_mode, int caller_actual_parameters);
H A Ddeoptimization.hpp184 int _unpack_kind; // exec_mode that can be changed during fetch_unroll_info
244 static UnrollBlock* fetch_unroll_info(JavaThread* thread, int exec_mode);
250 // @argument exec_mode. Determines how execution should be continued in top frame.
256 static BasicType unpack_frames(JavaThread* thread, int exec_mode);
269 static UnrollBlock* uncommon_trap(JavaThread* thread, jint unloaded_class_index, jint exec_mode);
430 static UnrollBlock* fetch_unroll_info_helper(JavaThread* thread, int exec_mode);
H A Ddeoptimization.cpp73 int exec_mode) {
85 _unpack_kind = exec_mode;
89 assert(exec_mode >= 0 && exec_mode < Unpack_LIMIT, "Unexpected exec_mode");
134 JRT_BLOCK_ENTRY(Deoptimization::UnrollBlock*, Deoptimization::fetch_unroll_info(JavaThread* thread, int exec_mode))
148 return fetch_unroll_info_helper(thread, exec_mode);
153 Deoptimization::UnrollBlock* Deoptimization::fetch_unroll_info_helper(JavaThread* thread, int exec_mode) { argument
213 bool save_oop_result = chunk->at(0)->scope()->return_oop() && !thread->popframe_forcing_deopt_reexecution() && (exec_mode == Unpack_deopt);
498 exec_mode
66 UnrollBlock(int size_of_deoptimized_frame, int caller_adjustment, int caller_actual_parameters, int number_of_frames, intptr_t* frame_sizes, address* frame_pcs, BasicType return_type, int exec_mode) argument
2058 uncommon_trap(JavaThread* thread, jint trap_request, jint exec_mode) argument
[all...]
H A DvframeArray.cpp171 int exec_mode) {
216 exec_mode == Deoptimization::Unpack_exception),
256 switch (exec_mode) {
558 void vframeArray::unpack_to_stack(frame &unpack_frame, int exec_mode, int caller_actual_parameters) { argument
604 exec_mode);
165 unpack_on_stack(int caller_actual_parameters, int callee_parameters, int callee_locals, frame* caller, bool is_top_frame, bool is_bottom_frame, int exec_mode) argument

Completed in 86 milliseconds