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

/external/v8/src/ic/
H A Dic-state.h31 CallICState(int argc, CallType call_type) argument
32 : argc_(argc), call_type_(call_type) {}
41 CallType call_type() const { return call_type_; } function in class:v8::internal::BASE_EMBEDDED
H A Dic.h311 CallICState::CallType call_type);
H A Dic-state.cc33 << (s.call_type() == CallICState::METHOD ? "METHOD" : "FUNCTION")
H A Dic.cc1339 CallICState::CallType call_type) {
1340 CallICStub stub(isolate, CallICState(argc, call_type));
1338 initialize_stub(Isolate* isolate, int argc, CallICState::CallType call_type) argument
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc1041 Register call_type = x4; local
1066 __ Mov(call_type, static_cast<int>(call_type_JS_func));
1117 __ Mov(call_type, static_cast<int>(call_type_JS_func));
1135 __ Mov(call_type, static_cast<int>(call_type_func_proxy));
1139 __ Mov(call_type, static_cast<int>(call_type_non_func));
1174 __ Cbz(call_type, &js_function);
1177 __ Cmp(call_type, static_cast<int>(call_type_func_proxy));
H A Dfull-codegen-arm64.cc2336 CallICState::CallType call_type = local
2340 if (call_type == CallICState::FUNCTION) {
2360 EmitCall(expr, call_type);
2426 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2439 isolate(), arg_count, call_type);
2490 Call::CallType call_type = expr->GetCallType(isolate()); local
2492 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2534 } else if (call_type == Call::GLOBAL_CALL) {
2537 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2574 } else if (call_type
[all...]
/external/v8/src/
H A Dast.cc568 CallType call_type = GetCallType(isolate); local
569 return (call_type != POSSIBLY_EVAL_CALL);
H A Dcode-stubs.h810 return state().call_type() == CallICState::METHOD;
H A Dhydrogen.h2379 ApiCallType call_type);
H A Dhydrogen.cc8586 ApiCallType call_type) {
8590 if (call_type == kCallApiFunction) {
8611 switch (call_type) {
8581 TryInlineApiCall(Handle<JSFunction> function, HValue* receiver, SmallMapList* receiver_maps, int argc, BailoutId ast_id, ApiCallType call_type) argument
/external/v8/src/arm/
H A Dfull-codegen-arm.cc2670 CallICState::CallType call_type = local
2674 if (call_type == CallICState::FUNCTION) {
2695 EmitCall(expr, call_type);
2762 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2775 isolate(), arg_count, call_type);
2826 Call::CallType call_type = expr->GetCallType(isolate()); local
2828 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2867 } else if (call_type == Call::GLOBAL_CALL) {
2870 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2909 } else if (call_type
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2588 CallICState::CallType call_type = local
2591 if (call_type == CallICState::FUNCTION) {
2611 EmitCall(expr, call_type);
2674 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2687 isolate(), arg_count, call_type);
2735 Call::CallType call_type = expr->GetCallType(isolate()); local
2737 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2772 } else if (call_type == Call::GLOBAL_CALL) {
2775 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2811 } else if (call_type
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2656 CallICState::CallType call_type = local
2660 if (call_type == CallICState::FUNCTION) {
2681 EmitCall(expr, call_type);
2747 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2760 isolate(), arg_count, call_type);
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
2813 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2851 } else if (call_type == Call::GLOBAL_CALL) {
2853 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2892 } else if (call_type
[all...]
/external/v8/src/mips64/
H A Dfull-codegen-mips64.cc2657 CallICState::CallType call_type = local
2661 if (call_type == CallICState::FUNCTION) {
2682 EmitCall(expr, call_type);
2748 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2761 isolate(), arg_count, call_type);
2811 Call::CallType call_type = expr->GetCallType(isolate()); local
2813 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2851 } else if (call_type == Call::GLOBAL_CALL) {
2853 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2892 } else if (call_type
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2582 CallICState::CallType call_type = local
2585 if (call_type == CallICState::FUNCTION) {
2605 EmitCall(expr, call_type);
2669 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2682 isolate(), arg_count, call_type);
2733 Call::CallType call_type = expr->GetCallType(isolate()); local
2735 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2769 } else if (call_type == Call::GLOBAL_CALL) {
2772 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2808 } else if (call_type
[all...]
/external/v8/src/x87/
H A Dfull-codegen-x87.cc2578 CallICState::CallType call_type = local
2581 if (call_type == CallICState::FUNCTION) {
2601 EmitCall(expr, call_type);
2664 void FullCodeGenerator::EmitCall(Call* expr, CallICState::CallType call_type) { argument
2677 isolate(), arg_count, call_type);
2725 Call::CallType call_type = expr->GetCallType(isolate()); local
2727 if (call_type == Call::POSSIBLY_EVAL_CALL) {
2762 } else if (call_type == Call::GLOBAL_CALL) {
2765 } else if (call_type == Call::LOOKUP_SLOT_CALL) {
2801 } else if (call_type
[all...]
/external/v8/src/compiler/
H A Dast-graph-builder.cc1192 Call::CallType call_type = expr->GetCallType(isolate()); local
1200 switch (call_type) {

Completed in 4491 milliseconds