HomeSort by relevance Sort by last modified time
    Searched defs:compiler_ (Results 1 - 12 of 12) sorted by null

  /art/compiler/jit/
jit_compiler.h 51 std::unique_ptr<Compiler> compiler_; member in class:art::jit::JitCompiler
  /external/tensorflow/tensorflow/compiler/xla/service/
compile_only_service.h 99 Compiler* compiler_; member in class:xla::CompileOnlyService
backend.h 90 Compiler* compiler() const { return compiler_; }
168 Compiler* compiler_; member in namespace:xla
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_conv_algorithm_picker.h 42 : stream_exec_(stream_exec), allocator_(allocator), compiler_(compiler) {}
58 Compiler* compiler_; member in class:xla::gpu::CudnnConvAlgorithmPicker
buffer_comparator_test.cc 33 compiler_(Compiler::GetForPlatform(stream_exec_->platform())
64 return F16BufferComparator::Create(lhs_buffer, compiler_, &allocator_,
74 Compiler* compiler_; member in class:xla::gpu::__anon44388::BufferComparatorTest
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.h 84 clang::CompilerInstance& compiler_; member in class:chrome_checker::CheckIPCVisitor
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_context.h 52 XlaCompiler* compiler() const { return compiler_; }
98 XlaCompiler* const compiler_; member in class:tensorflow::XlaContext
  /art/dex2oat/driver/
compiler_driver.h 120 return compiler_.get();
306 std::unique_ptr<Compiler> compiler_; member in class:art::CompilerDriver
compiler_driver.cc 260 compiler_(),
272 compiler_.reset(Compiler::Create(*compiler_options, &compiled_method_storage_, compiler_kind));
1501 CompilerDriver* const compiler_; member in class:art::ParallelCompilationManager
    [all...]
  /art/dex2oat/dex/
dex_to_dex_compiler.cc 108 DexToDexCompiler* const compiler_; member in struct:art::optimizer::DexToDexCompiler::CompilationState
174 : compiler_(compiler),
  /external/v8/src/regexp/
jsregexp.h 1201 RegExpCompiler* compiler_; member in class:v8::internal::BoyerMooreLookahead
    [all...]
jsregexp.cc 1021 RegExpCompiler* compiler_; member in class:v8::internal::RecursionCheck
5428 RegExpCompiler* compiler_; member in class:v8::internal::RegExpExpansionLimiter
    [all...]

Completed in 309 milliseconds