Home
last modified time | relevance | path

Searched refs:CheckSupportedType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc180 bool CheckSupportedType(FullDecoder* decoder, in CheckSupportedType() function in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler
310 if (!CheckSupportedType(decoder, kTypes_ilfd, __ local_type(i), "param")) in StartFunctionBody()
1156 if (!CheckSupportedType(decoder, kTypes_ilfd, global->type, "global")) in GetGlobal()
1171 if (!CheckSupportedType(decoder, kTypes_ilfd, global->type, "global")) in SetGlobal()
1478 if (!CheckSupportedType(decoder, kTypes_ilfd, value_type, "load")) return; in LoadMem()
1511 if (!CheckSupportedType(decoder, kTypes_ilfd, value_type, "store")) return; in StoreMem()
1588 !CheckSupportedType(decoder, kTypes_ilfd, imm.sig->GetReturn(0), in CallDirect()
1654 !CheckSupportedType(decoder, kTypes_ilfd, imm.sig->GetReturn(0), in CallIndirect()
/external/tensorflow/tensorflow/core/summary/
Dsummary_db_writer.cc102 Status CheckSupportedType(const Tensor& t) { in CheckSupportedType() function
918 TF_RETURN_IF_ERROR(CheckSupportedType(t)); in WriteTensor()
927 TF_RETURN_IF_ERROR(CheckSupportedType(t)); in WriteScalar()
1054 TF_RETURN_IF_ERROR(CheckSupportedType(t)); in MigrateTensor()