Lines Matching defs:state_before

972   ValueStack* state_before = copy_state_indexed_access();  in load_indexed()  local
988 ValueStack* state_before = copy_state_indexed_access(); in store_indexed() local
1110 void GraphBuilder::arithmetic_op(ValueType* type, Bytecodes::Code code, ValueStack* state_before) { in arithmetic_op()
1179 ValueStack* state_before = copy_state_before(); in compare_op() local
1215 void GraphBuilder::if_node(Value x, If::Condition cond, Value y, ValueStack* state_before) { in if_node()
1271 ValueStack* state_before = copy_state_before(); in if_zero() local
1279 ValueStack* state_before = copy_state_before(); in if_null() local
1286 ValueStack* state_before = copy_state_before(); in if_same() local
1338 ValueStack* state_before = copy_state_if_bb(is_bb); in table_switch() local
1354 ValueStack* state_before = copy_state_if_bb(has_bb); in table_switch() local
1384 ValueStack* state_before = copy_state_if_bb(is_bb);; in lookup_switch() local
1403 ValueStack* state_before = copy_state_if_bb(has_bb); in lookup_switch() local
1455 ValueStack* state_before = copy_state_for_exception(); in call_register_finalizer() local
1633 ValueStack* state_before = NULL; in access_field() local
2066 ValueStack* state_before = copy_state_exhandling(); in invoke() local
2150 ValueStack* state_before = copy_state_exhandling(); in new_instance() local
2161 ValueStack* state_before = copy_state_exhandling(); in new_type_array() local
2169 …ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exh… in new_object_array() local
2195 …ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_for… in check_cast() local
2216 …ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exh… in instance_of() local
2236 ValueStack* state_before = copy_state_for_exception_with_bci(bci); in monitorenter() local
2251 …ValueStack* state_before = !klass->is_loaded() || PatchALot ? copy_state_before() : copy_state_exh… in new_multi_array() local
2266 ValueStack* state_before = copy_state_before_with_bci(bci); in throw_op() local
2881 …case Bytecodes::_arraylength : { ValueStack* state_before = copy_state_for_exception(); ipush(a… in iterate_bytecodes_for_block() local
3542 ValueStack* state_before = copy_state_for_exception(); in build_graph_for_intrinsic() local
4022 ValueStack* state_before = copy_state_before(); in try_method_handle_inline() local
4248 ValueStack* state_before = copy_state_for_exception(); in append_unsafe_CAS() local
4291 ValueStack* state_before = copy_state_indexed_access(); in append_char_access() local