Home
last modified time | relevance | path

Searched refs:function_body (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/
Dregex_fuzzer_tests.cc303 std::string function_body = wgsl_code.substr( in TEST() local
313 ASSERT_EQ(expected, function_body); in TEST()
357 ASSERT_NE(expected, function_body);
/third_party/node/deps/v8/src/compiler/
Dpipeline.h62 NodeOriginTable* node_origins, wasm::FunctionBody function_body,
Dpipeline.cc1028 wasm::FunctionBody function_body, const wasm::WasmModule* wasm_module, in CreatePipelineStatistics() argument
1048 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
3120 NodeOriginTable* node_origins, wasm::FunctionBody function_body, in GenerateCodeForWasmFunction() argument
3130 CreatePipelineStatistics(function_body, module, info, &zone_stats)); in GenerateCodeForWasmFunction()
3240 << function_body.end - function_body.start << " codesize " in GenerateCodeForWasmFunction()
/third_party/mksh/
Dsyn.c55 static struct op *function_body(char *, int, bool);
379 t = function_body(XPptrv(args)[0], in get_command()
500 t = function_body(yylval.cp, sALIAS, true); in get_command()
682 function_body(char *name, int sALIAS, in function_body() function
/third_party/node/deps/v8/src/wasm/
Dfunction-compiler.cc157 FunctionBody function_body{function->sig, function->code.offset(), in CompileWasmFunction() local
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_builtins_test.cpp307 std::string function_body = R"( in GetInFunctionCodeGenerator() local
315 generator.add_at_the_end_ = function_body; in GetInFunctionCodeGenerator()
3276 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3285 generator.add_at_the_end_ = function_body; in GetNoDepthReplacingGenerator()
3338 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
3347 generator.add_at_the_end_ = function_body; in GetOneMainHasDepthReplacingOtherHasntGenerator()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_builtins_test.cpp307 std::string function_body = R"( in GetInFunctionCodeGenerator() local
315 generator.add_at_the_end_ = function_body; in GetInFunctionCodeGenerator()
3276 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3285 generator.add_at_the_end_ = function_body; in GetNoDepthReplacingGenerator()
3338 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
3347 generator.add_at_the_end_ = function_body; in GetOneMainHasDepthReplacingOtherHasntGenerator()
/third_party/spirv-tools/test/val/
Dval_builtins_test.cpp310 std::string function_body = R"( in GetInFunctionCodeGenerator() local
318 generator.add_at_the_end_ = function_body; in GetInFunctionCodeGenerator()
3416 const std::string function_body = R"( in GetNoDepthReplacingGenerator() local
3425 generator.add_at_the_end_ = function_body; in GetNoDepthReplacingGenerator()
3479 const std::string function_body = R"( in GetOneMainHasDepthReplacingOtherHasntGenerator() local
3488 generator.add_at_the_end_ = function_body; in GetOneMainHasDepthReplacingOtherHasntGenerator()