Home
last modified time | relevance | path

Searched refs:GenerateCodeForTesting (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Dpipeline.h71 static MaybeHandle<Code> GenerateCodeForTesting(
76 V8_EXPORT_PRIVATE static MaybeHandle<Code> GenerateCodeForTesting(
Dpipeline.cc2196 MaybeHandle<Code> Pipeline::GenerateCodeForTesting( in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
2220 MaybeHandle<Code> Pipeline::GenerateCodeForTesting( in GenerateCodeForTesting() function in v8::internal::compiler::Pipeline
Dwasm-compiler.cc4817 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileJSToWasmWrapper()
4894 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileWasmToJSWrapper()
4961 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileWasmInterpreterEntry()
5031 MaybeHandle<Code> maybe_code = Pipeline::GenerateCodeForTesting( in CompileCWasmEntry()