Home | History | Annotate | Download | only in runtime

Lines Matching refs:forced_interpret_only_

64       interpret_only_(false), forced_interpret_only_(false),
145 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
162 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
566 interpret_only_ = require_interpreter || forced_interpret_only_;