Searched refs:OSR (Results 1 - 10 of 10) 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/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);

Completed in 98 milliseconds