Searched refs:CallNew (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Djs-operator.h120 const Operator* CallNew(int arguments) { function in class:v8::internal::compiler::JSOperatorBuilder
H A Dast-graph-builder.cc1292 void AstGraphBuilder::VisitCallNew(CallNew* expr) {
1300 const Operator* call = javascript()->CallNew(args->length() + 1);
/external/chromium_org/v8/src/
H A Dast.cc609 void CallNew::RecordTypeFeedback(TypeFeedbackOracle* oracle) {
1078 REGULAR_NODE_WITH_FEEDBACK_SLOTS(CallNew)
H A Dast.h92 V(CallNew) \
1843 class CallNew FINAL : public Expression, public FeedbackSlotInterface {
1845 DECLARE_NODE_TYPE(CallNew)
1881 CallNew(Zone* zone, Expression* expression, ZoneList<Expression*>* arguments, function in class:v8::internal::FINAL
3396 CallNew* NewCallNew(Expression* expression,
3399 CallNew* call =
3400 new (zone_) CallNew(zone_, expression, arguments, pos, id_gen_);
3401 VISIT_AND_RETURN(CallNew, call)
H A Dprettyprinter.cc414 void PrettyPrinter::VisitCallNew(CallNew* node) {
1133 void AstPrinter::VisitCallNew(CallNew* node) {
H A Dtyping.cc535 void AstTyper::VisitCallNew(CallNew* expr) {
H A Dfull-codegen.cc260 void BreakableStatementChecker::VisitCallNew(CallNew* expr) {
H A Dhydrogen.h2318 bool TryHandleArrayCallNew(CallNew* expr, HValue* function);
2341 bool TryInlineConstruct(CallNew* expr, HValue* implicit_return_value);
H A Dhydrogen-instructions.h66 V(CallNew) \
2486 DECLARE_CONCRETE_INSTRUCTION(CallNew)
H A Dhydrogen.cc8046 bool HOptimizedGraphBuilder::TryInlineConstruct(CallNew* expr,
8971 bool HOptimizedGraphBuilder::TryHandleArrayCallNew(CallNew* expr,
9266 void HOptimizedGraphBuilder::VisitCallNew(CallNew* expr) {
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h36 V(CallNew) \
1976 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1977 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-arm.cc2945 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2946 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h40 V(CallNew) \
1991 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1992 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-ia32.cc2846 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2847 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h36 V(CallNew) \
1940 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1941 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-mips.cc2928 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2929 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h36 V(CallNew) \
1940 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1941 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-mips64.cc2928 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2929 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h36 V(CallNew) \
1976 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
1977 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-x64.cc2843 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2844 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h40 V(CallNew) \
2001 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
2002 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-x87.cc2836 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2837 Comment cmnt(masm_, "[ CallNew");
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h38 V(CallNew) \
889 DECLARE_CONCRETE_INSTRUCTION(CallNew, "call-new")
890 DECLARE_HYDROGEN_ACCESSOR(CallNew)
H A Dfull-codegen-arm64.cc2610 void FullCodeGenerator::VisitCallNew(CallNew* expr) {
2611 Comment cmnt(masm_, "[ CallNew");

Completed in 545 milliseconds