Searched refs:function_body (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | regex_fuzzer_tests.cc | 303 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/ |
D | pipeline.h | 62 NodeOriginTable* node_origins, wasm::FunctionBody function_body,
|
D | pipeline.cc | 1028 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/ |
D | syn.c | 55 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/ |
D | function-compiler.cc | 157 FunctionBody function_body{function->sig, function->code.offset(), in CompileWasmFunction() local
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_builtins_test.cpp | 307 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/ |
D | val_builtins_test.cpp | 307 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/ |
D | val_builtins_test.cpp | 310 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()
|