Searched refs:CallNew (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | type-info.h | 223 class CallNew; variable 247 bool CallNewIsMonomorphic(CallNew* expr); 276 Handle<JSFunction> GetCallNewTarget(CallNew* expr);
|
D | ast.h | 107 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()
|
D | type-info.cc | 162 bool TypeFeedbackOracle::CallNewIsMonomorphic(CallNew* expr) { in CallNewIsMonomorphic() 284 Handle<JSFunction> TypeFeedbackOracle::GetCallNewTarget(CallNew* expr) { in GetCallNewTarget()
|
D | ast.cc | 588 void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) { in RecordTypeFeedback() 1029 INCREASE_NODE_COUNT(CallNew) in INCREASE_NODE_COUNT()
|
D | prettyprinter.cc | 376 void PrettyPrinter::VisitCallNew(CallNew* node) { in VisitCallNew() 1070 void AstPrinter::VisitCallNew(CallNew* node) { in VisitCallNew()
|
D | hydrogen.h | 1011 bool TryInlineConstruct(CallNew* expr, HValue* receiver);
|
D | full-codegen.cc | 248 void BreakableStatementChecker::VisitCallNew(CallNew* expr) { in VisitCallNew()
|
D | hydrogen-instructions.h | 82 V(CallNew) \ 1755 DECLARE_CONCRETE_INSTRUCTION(CallNew)
|
D | hydrogen.cc | 5484 bool HGraphBuilder::TryInlineConstruct(CallNew* expr, HValue* receiver) { in TryInlineConstruct() 6013 void HGraphBuilder::VisitCallNew(CallNew* expr) { in VisitCallNew()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 69 V(CallNew) \ 1513 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new") 1514 DECLARE_HYDROGEN_ACCESSOR(CallNew)
|
D | full-codegen-x64.cc | 2269 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 69 V(CallNew) \ 1518 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new") 1519 DECLARE_HYDROGEN_ACCESSOR(CallNew)
|
D | full-codegen-mips.cc | 2460 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 63 V(CallNew) \ 1583 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new") 1584 DECLARE_HYDROGEN_ACCESSOR(CallNew)
|
D | full-codegen-ia32.cc | 2375 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 69 V(CallNew) \ 1538 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new") 1539 DECLARE_HYDROGEN_ACCESSOR(CallNew)
|
D | full-codegen-arm.cc | 2436 void FullCodeGenerator::VisitCallNew(CallNew* expr) { in VisitCallNew()
|