/external/v8/src/ic/ |
D | ic-state.h | 31 CallICState(int argc, CallType call_type) in CallICState() argument 32 : argc_(argc), call_type_(call_type) {} in CallICState() 41 CallType call_type() const { return call_type_; } in call_type() function
|
D | ic.h | 311 CallICState::CallType call_type);
|
D | ic-state.cc | 33 << (s.call_type() == CallICState::METHOD ? "METHOD" : "FUNCTION") in operator <<()
|
D | ic.cc | 1339 CallICState::CallType call_type) { in initialize_stub() argument 1340 CallICStub stub(isolate, CallICState(argc, call_type)); in initialize_stub()
|
/external/v8/src/arm64/ |
D | builtins-arm64.cc | 1041 Register call_type = x4; in Generate_FunctionCall() local 1066 __ Mov(call_type, static_cast<int>(call_type_JS_func)); in Generate_FunctionCall() 1117 __ Mov(call_type, static_cast<int>(call_type_JS_func)); in Generate_FunctionCall() 1135 __ Mov(call_type, static_cast<int>(call_type_func_proxy)); in Generate_FunctionCall() 1139 __ Mov(call_type, static_cast<int>(call_type_non_func)); in Generate_FunctionCall() 1174 __ Cbz(call_type, &js_function); in Generate_FunctionCall() 1177 __ Cmp(call_type, static_cast<int>(call_type_func_proxy)); in Generate_FunctionCall()
|
D | full-codegen-arm64.cc | 2336 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2340 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2360 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2426 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2439 isolate(), arg_count, call_type); in EmitCall() 2490 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2492 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2534 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2537 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2574 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/x87/ |
D | full-codegen-x87.cc | 2578 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2581 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2601 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2664 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2677 isolate(), arg_count, call_type); in EmitCall() 2725 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2727 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2762 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2765 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2801 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 2582 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2585 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2605 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2669 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2682 isolate(), arg_count, call_type); in EmitCall() 2733 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2735 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2769 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2772 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2808 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2588 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2591 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2611 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2674 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2687 isolate(), arg_count, call_type); in EmitCall() 2735 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2737 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2772 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2775 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2811 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 2656 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2660 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2681 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2747 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2760 isolate(), arg_count, call_type); in EmitCall() 2811 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2813 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2851 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2853 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2892 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 2657 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2661 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2682 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2748 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2761 isolate(), arg_count, call_type); in EmitCall() 2811 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2813 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2851 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2853 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2892 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 2670 CallICState::CallType call_type = in EmitCallWithLoadIC() local 2674 if (call_type == CallICState::FUNCTION) { in EmitCallWithLoadIC() 2695 EmitCall(expr, call_type); in EmitCallWithLoadIC() 2762 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { in EmitCall() argument 2775 isolate(), arg_count, call_type); in EmitCall() 2826 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 2828 if (call_type == Call::POSSIBLY_EVAL_CALL) { in VisitCall() 2867 } else if (call_type == Call::GLOBAL_CALL) { in VisitCall() 2870 } else if (call_type == Call::LOOKUP_SLOT_CALL) { in VisitCall() 2909 } else if (call_type == Call::PROPERTY_CALL) { in VisitCall() [all …]
|
/external/v8/src/ |
D | ast.cc | 568 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackSlot() local 569 return (call_type != POSSIBLY_EVAL_CALL); in IsUsingCallFeedbackSlot()
|
D | code-stubs.h | 810 return state().call_type() == CallICState::METHOD; in CallAsMethod()
|
D | hydrogen.h | 2379 ApiCallType call_type);
|
D | hydrogen.cc | 8586 ApiCallType call_type) { in TryInlineApiCall() argument 8590 if (call_type == kCallApiFunction) { in TryInlineApiCall() 8611 switch (call_type) { in TryInlineApiCall()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 1192 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local 1200 switch (call_type) { in VisitCall()
|