Searched defs:BAILOUT (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dfast-codegen.cc38 #define BAILOUT(reason) \ macro
59 if (!info->has_receiver()) BAILOUT("No receiver");
60 if (!info->receiver()->IsJSObject()) BAILOUT("Receiver is not an object");
62 if (!object->HasFastProperties()) BAILOUT("Receiver is in dictionary mode");
68 BAILOUT("Function has stack-allocated locals");
71 BAILOUT("Function has context-allocated locals");
79 BAILOUT("Function has an empty body");
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
93 BAILOUT("Function body is not a singleton statement.");
121 BAILOUT("IfStatemen
427 #undef BAILOUT macro
[all...]
H A Dfull-codegen.cc40 #define BAILOUT(reason) \ macro
147 BAILOUT("SwitchStatement");
166 if (!FLAG_always_full_compiler) BAILOUT("ForStatement");
184 BAILOUT("ForInStatement");
216 BAILOUT("FunctionBoilerplateLiteral");
285 if (op == Token::INIT_CONST) BAILOUT("initialize constant");
291 if (var->mode() == Variable::CONST) BAILOUT("Assignment to const");
300 BAILOUT("non-variable/non-property assignment");
326 BAILOUT("call to the identifier 'eval'");
331 BAILOUT("cal
437 #undef BAILOUT macro
[all...]
/external/v8/src/ia32/
H A Dfast-codegen-ia32.cc38 #define BAILOUT(reason) \ macro
59 if (!info->has_receiver()) BAILOUT("No receiver");
60 if (!info->receiver()->IsJSObject()) BAILOUT("Receiver is not an object");
62 if (!object->HasFastProperties()) BAILOUT("Receiver is in dictionary mode");
68 BAILOUT("Function has stack-allocated locals");
71 BAILOUT("Function has context-allocated locals");
79 BAILOUT("Function has an empty body");
87 if (!decls->is_empty()) BAILOUT("Function has declarations");
93 BAILOUT("Function body is not a singleton statement.");
121 BAILOUT("IfStatemen
427 #undef BAILOUT macro
[all...]

Completed in 220 milliseconds