Lines Matching refs:FunctionLiteral
192 bool FunctionLiteral::AllowsLazyCompilation() { in AllowsLazyCompilation()
197 bool FunctionLiteral::AllowsLazyCompilationWithoutContext() { in AllowsLazyCompilationWithoutContext()
202 int FunctionLiteral::start_position() const { in start_position()
207 int FunctionLiteral::end_position() const { in end_position()
212 LanguageMode FunctionLiteral::language_mode() const { in language_mode()
217 bool FunctionLiteral::NeedsHomeObject(Expression* expr) { in NeedsHomeObject()
270 if (FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()
318 if (FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()
324 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()
331 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()
336 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()
348 if (FunctionLiteral::NeedsHomeObject(value)) { in AssignFeedbackVectorSlots()