Searched refs:OSR (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/arm/
H A Ddeoptimizer-arm.cc257 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
269 // There's only one output frame in the OSR case.
823 } else if (type() == OSR) {
874 if (type() == EAGER || type() == OSR) {
932 if (type() != OSR) {
H A Dbuiltins-arm.cc1276 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/v8/src/mips/
H A Ddeoptimizer-mips.cc247 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
259 // There's only one output frame in the OSR case.
807 } else if (type() == OSR) {
866 if (type() == EAGER || type() == OSR) {
924 if (type() != OSR) {
H A Dbuiltins-mips.cc1303 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/v8/src/
H A Ddeoptimizer.cc362 if (FLAG_trace_deopt && type != OSR) {
373 } else if (FLAG_trace_osr && type == OSR) {
374 PrintF("**** OSR: ");
408 } else if (type == OSR) {
525 if (bailout_type_ == OSR) {
903 // Abort OSR if we don't have a number.
930 // Abort OSR if we don't have a number.
962 // Abort OSR if we don't have a number.
994 // Abort OSR if we don't have a number.
1092 if (bailout_type_ == OSR) {
[all...]
H A Ddeoptimizer.h114 OSR, enumerator in enum:v8::internal::Deoptimizer::BailoutType
286 // Translate a command for OSR. Updates the input offset to be used for
/external/chromium_org/v8/src/ia32/
H A Ddeoptimizer-ia32.cc327 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
341 // There's only one output frame in the OSR case.
399 // All OSR stack frames are dynamically aligned to an 8-byte boundary.
619 if (type() != OSR) {
666 // In case of OSR or a failed STUB, we have to restore the XMM registers.
677 if (type() != OSR) {
H A Dbuiltins-ia32.cc1354 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc348 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
360 // There's only one output frame in the OSR case.
971 // In case of OSR, we have to restore the XMM registers.
972 if (type() == OSR) {
981 if (type() != OSR) {
H A Dbuiltins-ia32.cc1679 // Get the loop nesting level at which we allow OSR from the
1680 // unoptimized code and check if we want to do OSR yet. If not we
1728 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc234 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
246 // There's only one output frame in the OSR case.
905 // In case of OSR, we have to restore the XMM registers.
906 if (type() == OSR) {
915 if (type() != OSR) {
H A Dbuiltins-x64.cc1689 // Get the loop nesting level at which we allow OSR from the
1690 // unoptimized code and check if we want to do OSR yet. If not we
1736 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/chromium_org/v8/src/arm/
H A Ddeoptimizer-arm.cc241 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
253 // There's only one output frame in the OSR case.
558 if (type() != OSR) {
H A Dbuiltins-arm.cc992 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/chromium_org/v8/src/mips/
H A Ddeoptimizer-mips.cc226 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
238 // There's only one output frame in the OSR case.
545 if (type() != OSR) {
H A Dbuiltins-mips.cc1022 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/chromium_org/v8/src/x64/
H A Ddeoptimizer-x64.cc232 ASSERT(outgoing_size == 0); // OSR does not happen in the middle of a call.
244 // There's only one output frame in the OSR case.
534 if (type() != OSR) {
H A Dbuiltins-x64.cc1434 Deoptimizer::EntryGenerator generator(masm, Deoptimizer::OSR);
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc562 case OSR:
576 case OSR: return "OSR";
656 case Deoptimizer::OSR: {
781 if (bailout_type_ == OSR) {
2461 // Abort OSR if we don't have a number.
2530 // Abort OSR if we don't have a number.
2662 if (bailout_type_ == OSR) {
2665 // environment at the OSR entry. The code for that his built into
H A Ddeoptimizer.h141 OSR, enumerator in enum:v8::internal::Deoptimizer::BailoutType
406 // Translate a command for OSR. Updates the input offset to be used for

Completed in 477 milliseconds