Lines Matching refs:current_state

261   SharkJavaCallDecacher(function(), bci(), callee).scan(current_state());
283 SharkJavaCallCacher(function(), callee).scan(current_state());
287 SharkVMCallDecacher(function(), bci()).scan(current_state());
291 SharkVMCallCacher(function()).scan(current_state());
295 SharkTrapDecacher(function(), bci()).scan(current_state());
326 SharkState *saved_state = current_state();
416 SharkState *saved_state = current_state()->copy();
448 SharkState *saved_state = current_state()->copy();
552 handler->add_incoming(current_state());
621 successor->add_incoming(current_state());
634 if (current_state()->has_safepointed())
638 SharkState *orig_state = current_state()->copy();
662 current_state()->merge(orig_state, orig_block, safepointed_block);
664 current_state()->set_has_safepointed(true);
668 if (current_state()->has_safepointed())
737 SharkState *orig_state = current_state()->copy();
768 current_state()->merge(orig_state, orig_block, branch_block);
964 dest->add_incoming(current_state());
979 do_if_helper(p, llvm_b, llvm_a, current_state(), current_state());
1004 dest_block->add_incoming(current_state());
1013 dest_block->add_incoming(current_state());
1290 if (SharkInliner::attempt_inline(call_method, current_state()))
1356 current_state()->set_has_safepointed(true);
1439 SharkState *new_state = current_state();
1549 SharkState *saved_state = current_state()->copy();
1585 SharkState *saved_state = current_state()->copy();
1753 fast_state = current_state()->copy();
1774 current_state()->merge(fast_state, got_fast, got_slow);
1940 SharkState *fast_state = current_state()->copy();
1953 current_state()->merge(fast_state, acquired_fast, acquired_slow);
1993 SharkState *fast_state = current_state()->copy();
2004 current_state()->merge(fast_state, released_fast, released_slow);