Home
last modified time | relevance | path

Searched refs:GetCallType (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dast.cc716 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackICSlot()
727 return GetCallType(isolate) == SUPER_CALL; in IsUsingCallFeedbackSlot()
742 Call::CallType Call::GetCallType(Isolate* isolate) const { in GetCallType() function in v8::internal::Call
Dast.h1996 CallType GetCallType(Isolate* isolate) const;
/external/v8/src/wasm/
Dasm-wasm-builder.cc564 Call::CallType call_type = expr->GetCallType(isolate_); in VisitCall()
/external/v8/src/full-codegen/
Dfull-codegen.cc1425 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/interpreter/
Dbytecode-generator.cc1516 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/compiler/
Dast-graph-builder.cc2321 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()