Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dic-state.h31 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
Dic.h311 CallICState::CallType call_type);
Dic-state.cc33 << (s.call_type() == CallICState::METHOD ? "METHOD" : "FUNCTION") in operator <<()
Dic.cc1339 CallICState::CallType call_type) { in initialize_stub() argument
1340 CallICStub stub(isolate, CallICState(argc, call_type)); in initialize_stub()
/external/v8/src/arm64/
Dbuiltins-arm64.cc1041 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()
Dfull-codegen-arm64.cc2336 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/
Dfull-codegen-x87.cc2578 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/
Dfull-codegen-x64.cc2582 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/
Dfull-codegen-ia32.cc2588 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/
Dfull-codegen-mips.cc2656 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/
Dfull-codegen-mips64.cc2657 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/
Dfull-codegen-arm.cc2670 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/
Dast.cc568 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackSlot() local
569 return (call_type != POSSIBLY_EVAL_CALL); in IsUsingCallFeedbackSlot()
Dcode-stubs.h810 return state().call_type() == CallICState::METHOD; in CallAsMethod()
Dhydrogen.h2379 ApiCallType call_type);
Dhydrogen.cc8586 ApiCallType call_type) { in TryInlineApiCall() argument
8590 if (call_type == kCallApiFunction) { in TryInlineApiCall()
8611 switch (call_type) { in TryInlineApiCall()
/external/v8/src/compiler/
Dast-graph-builder.cc1192 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local
1200 switch (call_type) { in VisitCall()