Home
last modified time | relevance | path

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

/external/v8/src/asmjs/
Dasm-wasm-builder.cc1159 ValueType call_type = TypeOf(call); in VisitStdlibFunction() local
1167 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1173 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1179 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1185 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1191 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1197 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1203 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1209 DCHECK_EQ(kWasmF64, call_type); in VisitStdlibFunction()
1215 if (call_type == kWasmF32) { in VisitStdlibFunction()
[all …]
Dasm-typer.cc2396 auto* call_type = AsmType::Function(zone_, return_type)->AsFunctionType(); in ValidateCall() local
2398 call_type->AddArgument(arg->ToParameterType()); in ValidateCall()
2401 new (zone_) VariableInfo(reinterpret_cast<AsmType*>(call_type)); in ValidateCall()
2415 SetTypeOf(call_var_proxy, reinterpret_cast<AsmType*>(call_type)); in ValidateCall()
2489 auto* call_type = AsmType::Function(zone_, return_type)->AsFunctionType(); in ValidateCall() local
2491 call_type->AddArgument(arg->ToParameterType()); in ValidateCall()
2494 zone_, table_length, reinterpret_cast<AsmType*>(call_type)); in ValidateCall()
2510 SetTypeOf(call_property, reinterpret_cast<AsmType*>(call_type)); in ValidateCall()
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py138 call_type = (debug_service_pb2.CallTraceback.EAGER_EXECUTION
144 call_type=call_type, call_key=call_key, graph_traceback=graph_traceback,
Dgrpc_debug_test_server.py280 self._call_types.append(request.call_type)
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_pipe.h56 enum call_type enum
108 enum call_type type;
/external/v8/src/interpreter/
Dbytecode-array-builder.cc1010 Call::CallType call_type, in Call() argument
1013 if (call_type == Call::NAMED_PROPERTY_CALL || in Call()
1014 call_type == Call::KEYED_PROPERTY_CALL) { in Call()
Dbytecode-array-builder.h241 Call::CallType call_type, in NON_EXPORTED_BASE()
Dbytecode-generator.cc2512 Call::CallType call_type = expr->GetCallType(); in VisitCall() local
2514 if (call_type == Call::SUPER_CALL) { in VisitCall()
2531 switch (call_type) { in VisitCall()
2633 builder()->Call(callee, args, feedback_slot_index, call_type, in VisitCall()
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto60 CallType call_type = 1; field
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc84 #define CASE(dtype, jtype, method_name, method_signature, call_type) \ in writeScalar() argument
88 jtype v = env->Call##call_type##Method(src, method); \ in writeScalar()
/external/vixl/src/aarch64/
Dmacro-assembler-aarch64.h3061 void CallRuntimeHelper(R (*function)(P...), RuntimeCallType call_type);
3428 RuntimeCallType call_type) { in CallRuntimeHelper() argument
3451 dc32(call_type); in CallRuntimeHelper()
3460 if (call_type == kTailCallRuntime) { in CallRuntimeHelper()
3463 VIXL_ASSERT(call_type == kCallRuntime); in CallRuntimeHelper()
Dsimulator-aarch64.cc5356 RuntimeCallType call_type = static_cast<RuntimeCallType>( in DoRuntimeCall() local
5361 if (call_type == kCallRuntime) { in DoRuntimeCall()
/external/v8/src/full-codegen/
Dfull-codegen.cc1345 Call::CallType call_type = expr->GetCallType(); in VisitCall() local
1350 switch (call_type) { in VisitCall()
/external/v8/src/compiler/
Dast-graph-builder.cc1619 Call::CallType call_type = expr->GetCallType(); in VisitCall() local
1627 switch (call_type) { in VisitCall()
/external/v8/src/crankshaft/
Dhydrogen.h2375 ApiCallType call_type,
Dhydrogen.cc9007 int argc, BailoutId ast_id, ApiCallType call_type, in TryInlineApiCall() argument
9027 if (call_type == kCallApiFunction) { in TryInlineApiCall()
9051 switch (call_type) { in TryInlineApiCall()