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/
H A Dregex_fuzzer_tests.cc303 std::string function_body = wgsl_code.substr( in TEST() local
313 ASSERT_EQ(expected, function_body); in TEST()
348 std::string function_body = wgsl_code.substr(
357 ASSERT_NE(expected, function_body);
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.h62 NodeOriginTable* node_origins, wasm::FunctionBody function_body,
H A Dpipeline.cc1028 wasm::FunctionBody function_body, const wasm::WasmModule* wasm_module, in CreatePipelineStatistics()
1048 wasm::PrintRawWasmCode(&allocator, function_body, wasm_module, in CreatePipelineStatistics()
3120 NodeOriginTable* node_origins, wasm::FunctionBody function_body, in GenerateCodeForWasmFunction()
3130 CreatePipelineStatistics(function_body, module, info, &zone_stats)); in GenerateCodeForWasmFunction()
3240 << function_body.end - function_body.start << " codesize " in GenerateCodeForWasmFunction()
1027 CreatePipelineStatistics( wasm::FunctionBody function_body, const wasm::WasmModule* wasm_module, OptimizedCompilationInfo* info, ZoneStats* zone_stats) CreatePipelineStatistics() argument
3116 GenerateCodeForWasmFunction( OptimizedCompilationInfo* info, wasm::CompilationEnv* env, const wasm::WireBytesStorage* wire_bytes_storage, MachineGraph* mcgraph, CallDescriptor* call_descriptor, SourcePositionTable* source_positions, NodeOriginTable* node_origins, wasm::FunctionBody function_body, const wasm::WasmModule* module, int function_index, std::vector<compiler::WasmLoopInfo>* loop_info) GenerateCodeForWasmFunction() argument
/third_party/mksh/
H A 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/skia/third_party/externals/spirv-tools/test/val/
H A 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/
H A 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/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc157 FunctionBody function_body{function->sig, function->code.offset(), in CompileWasmFunction()
/third_party/spirv-tools/test/val/
H A 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()

Completed in 26 milliseconds