Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc739 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackICSlot()
750 return GetCallType(isolate) == SUPER_CALL; in IsUsingCallFeedbackSlot()
765 Call::CallType Call::GetCallType(Isolate* isolate) const { in GetCallType() function in v8::internal::Call
Dast.h1960 CallType GetCallType(Isolate* isolate) const;
/external/v8/src/full-codegen/
Dfull-codegen.cc1615 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/wasm/
Dasm-wasm-builder.cc1268 Call::CallType call_type = expr->GetCallType(isolate_); in VisitCall()
/external/v8/src/interpreter/
Dbytecode-generator.cc2419 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()
/external/v8/src/compiler/
Dast-graph-builder.cc2345 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall()