Home
last modified time | relevance | path

Searched refs:CallNew (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dtype-info.h223 class CallNew; variable
247 bool CallNewIsMonomorphic(CallNew* expr);
276 Handle<JSFunction> GetCallNewTarget(CallNew* expr);
Dast.h107 V(CallNew) \
1624 class CallNew: public Expression {
1626 DECLARE_NODE_TYPE(CallNew) in DECLARE_NODE_TYPE() argument
1642 CallNew(Isolate* isolate, in CallNew() function
2860 CallNew* NewCallNew(Expression* expression, in NewCallNew()
2863 CallNew* call = new(zone_) CallNew(isolate_, expression, arguments, pos); in NewCallNew()
2864 VISIT_AND_RETURN(CallNew, call) in NewCallNew()
Dtype-info.cc162 bool TypeFeedbackOracle::CallNewIsMonomorphic(CallNew* expr) { in CallNewIsMonomorphic()
284 Handle<JSFunction> TypeFeedbackOracle::GetCallNewTarget(CallNew* expr) { in GetCallNewTarget()
Dast.cc588 void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) { in RecordTypeFeedback()
1029 INCREASE_NODE_COUNT(CallNew) in INCREASE_NODE_COUNT()
Dprettyprinter.cc376 void PrettyPrinter::VisitCallNew(CallNew* node) { in VisitCallNew()
1070 void AstPrinter::VisitCallNew(CallNew* node) { in VisitCallNew()
Dhydrogen.h1011 bool TryInlineConstruct(CallNew* expr, HValue* receiver);
Dfull-codegen.cc248 void BreakableStatementChecker::VisitCallNew(CallNew* expr) { in VisitCallNew()
Dhydrogen-instructions.h82 V(CallNew) \
1755 DECLARE_CONCRETE_INSTRUCTION(CallNew)
Dhydrogen.cc5484 bool HGraphBuilder::TryInlineConstruct(CallNew* expr, HValue* receiver) { in TryInlineConstruct()
6013 void HGraphBuilder::VisitCallNew(CallNew* expr) { in VisitCallNew()
/external/v8/src/x64/
Dlithium-x64.h69 V(CallNew) \
1513 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1514 DECLARE_HYDROGEN_ACCESSOR(CallNew)
Dfull-codegen-x64.cc2269 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
/external/v8/src/mips/
Dlithium-mips.h69 V(CallNew) \
1518 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1519 DECLARE_HYDROGEN_ACCESSOR(CallNew)
Dfull-codegen-mips.cc2460 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
/external/v8/src/ia32/
Dlithium-ia32.h63 V(CallNew) \
1583 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1584 DECLARE_HYDROGEN_ACCESSOR(CallNew)
Dfull-codegen-ia32.cc2375 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
/external/v8/src/arm/
Dlithium-arm.h69 V(CallNew) \
1538 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1539 DECLARE_HYDROGEN_ACCESSOR(CallNew)
Dfull-codegen-arm.cc2436 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()