| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev.cc | 14 MaybeHandle<CodeT> Maglev::Compile(Isolate* isolate, in Compile() function in v8::internal::Maglev
|
| H A D | maglev-compiler.cc | 142 void MaglevCompiler::Compile(LocalIsolate* local_isolate, in Compile() function in v8::internal::maglev::MaglevCompiler 148 void MaglevCompiler::Compile() { in Compile() function in v8::internal::maglev::MaglevCompiler
|
| /third_party/python/Lib/ |
| H A D | codeop.py | 109 class Compile: class
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.cpp | 16 IRCompileLayer(ExecutionSession &ES, ObjectLayer &BaseLayer, std::unique_ptr<IRCompiler> Compile) IRCompileLayer() argument
|
| H A D | IndirectionUtils.cpp | 50 CompileFunction Compile; member in __anon24195::CompileCallbackMaterializationUnit 62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback() argument 28 CompileCallbackMaterializationUnit(SymbolStringPtr Name, CompileFunction Compile, VModuleKey K) CompileCallbackMaterializationUnit() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | IRCompileLayer.h | 63 std::unique_ptr<IRCompiler> Compile; member in llvm::orc::IRCompileLayer 91 LegacyIRCompileLayer( ORCv1DeprecationAcknowledgement, BaseLayerT &BaseLayer, CompileFtor Compile, NotifyCompiledCallback NotifyCompiled = NotifyCompiledCallback()) LegacyIRCompileLayer() argument 150 CompileFtor Compile; global() member in llvm::orc::LegacyIRCompileLayer 155 LegacyIRCompileLayer( BaseLayerT &BaseLayer, CompileFtor Compile, NotifyCompiledCallback NotifyCompiled) LegacyIRCompileLayer() argument [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | clspv_helper.cc | 252 Result Compile(Pipeline::ShaderInfo* shader_info, in Compile() function
|
| H A D | dxc_helper.cc | 134 Result Compile(const std::string& src, in Compile() function
|
| H A D | shader_compiler.cc | 63 std::pair<Result, std::vector<uint32_t>> ShaderCompiler::Compile( in Compile() function in amber::ShaderCompiler
|
| /third_party/node/deps/v8/src/baseline/ |
| H A D | baseline-batch-compiler.cc | 48 void Compile(LocalIsolate* local_isolate) { in Compile() function in v8::internal::baseline::BaselineCompilerTask 119 void Compile(LocalIsolate* local_isolate) { in Compile() function in v8::internal::baseline::BaselineBatchCompilerJob
|
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental.cc | 101 bool ExperimentalRegExp::Compile(Isolate* isolate, Handle<JSRegExp> re) { in Compile() function in v8::internal::ExperimentalRegExp
|
| H A D | experimental-compiler.cc | 298 static ZoneList<RegExpInstruction> Compile(RegExpTree* tree, in Compile() function in v8::internal::__anon14955::CompileVisitor 630 ZoneList<RegExpInstruction> ExperimentalRegExpCompiler::Compile( in Compile() function in v8::internal::ExperimentalRegExpCompiler
|
| /third_party/vixl/src/aarch64/ |
| H A D | decoder-aarch64.cc | 471 CompiledDecodeNode* DecodeNode::Compile(Decoder* decoder) { in Compile() function in vixl::aarch64::DecodeNode
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ShaderLang.cpp | 400 bool Compile(const ShHandle handle, in Compile() function
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShaderImageSizeTests.cpp | 1176 bool Compile(const std::string& source) in Compile() function in gl4cts::__anon27644::NegativeCompileTime
|
| H A D | gl4cMultiBindTests.cpp | 883 void Shader::Compile(const glw::Functions& gl, glw::GLuint id) in Compile() function in gl4cts::MultiBind::Shader
|
| H A D | gl4cBufferStorageTests.cpp | 1186 void Shader::Compile(const glw::Functions& gl, glw::GLuint id) in Compile() function in gl4cts::BufferStorage::Shader
|
| H A D | gl4cComputeShaderTests.cpp | 6434 bool Compile(const std::string& source) in Compile() function in gl4cts::__anon27620::NegativeGLSLCompileTimeErrors
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cShaderImageSizeTests.cpp | 711 bool Compile(const std::string& source) in Compile() function in glcts::__anon27697::NegativeCompileTime
|
| H A D | es31cComputeShaderTests.cpp | 5852 bool Compile(const std::string& source) in Compile() function in glcts::__anon27686::NegativeGLSLCompileTimeErrors
|
| H A D | es31cShaderImageLoadStoreTests.cpp | 5279 bool Compile(const std::string& source) Compile() function in glcts::__anon27696::NegativeCompileErrors [all...] |
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp.cc | 186 MaybeHandle<Object> RegExp::Compile(Isolate* isolate, Handle<JSRegExp> re, in Compile() function in v8::internal::RegExp 870 bool RegExpImpl::Compile(Isolate* isolate, Zone* zone, RegExpCompileData* data, in Compile() function in v8::internal::RegExpImpl
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
| H A D | ShaderModuleD3D12.cpp | 748 ResultOrError<CompiledShader> ShaderModule::Compile(const ProgrammableStage& programmableStage, in Compile() function in dawn_native::d3d12::ShaderModule
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-regexp.cc | 326 bool CompiledReplacement::Compile(Isolate* isolate, Handle<JSRegExp> regexp, in Compile() function in CompiledReplacement
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcRobustBufferAccessBehaviorTests.cpp | 521 void Shader::Compile(const glw::Functions& gl, glw::GLuint id) in Compile() function in glcts::RobustBufferAccessBehavior::Shader
|