Home
last modified time | relevance | path

Searched defs:call_type (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/wasm/
Dasm-wasm-builder.cc1011 LocalType call_type = TypeOf(call); in VisitStdlibFunction() local
1268 Call::CallType call_type = expr->GetCallType(isolate_); in VisitCall() local
/external/v8/src/ast/
Dast.cc739 CallType call_type = GetCallType(isolate); in IsUsingCallFeedbackICSlot() local
/external/v8/src/full-codegen/
Dfull-codegen.cc1615 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local
/external/v8/src/interpreter/
Dbytecode-generator.cc2419 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local
/external/v8/src/compiler/
Dast-graph-builder.cc2345 Call::CallType call_type = expr->GetCallType(isolate()); in VisitCall() local
/external/v8/src/crankshaft/
Dhydrogen.cc9426 int argc, BailoutId ast_id, ApiCallType call_type, in TryInlineApiCall()