HomeSort by relevance Sort by last modified time
    Searched refs:compiler (Results 1126 - 1150 of 3285) sorted by null

<<41424344454647484950>>

  /frameworks/av/media/libnbaio/
PipeReader.cpp 20 #include <cutils/compiler.h>
  /frameworks/base/libs/hwui/
AnimationContext.h 19 #include <cutils/compiler.h>
JankTracker.h 25 #include <cutils/compiler.h>
Properties.h 20 #include <cutils/compiler.h>
ResourceCache.h 20 #include <cutils/compiler.h>
TextureCache.h 22 #include <cutils/compiler.h>
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.h 21 #include <cutils/compiler.h>
  /frameworks/base/libs/hwui/renderthread/
EglManager.h 21 #include <cutils/compiler.h>
RenderTask.h 20 #include <cutils/compiler.h>
  /prebuilts/go/darwin-x86/test/
indirect1.go 7 // Verify that illegal uses of indirection are caught by the compiler.
36 // the compiler will print a different
  /prebuilts/go/linux-x86/test/
indirect1.go 7 // Verify that illegal uses of indirection are caught by the compiler.
36 // the compiler will print a different
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/include/shaderc/
shaderc.h 33 // Forced shader kinds. These shader kinds force the compiler to compile the
48 // Deduce the shader kind from #pragma annotation in the source code. Compiler
51 // Default shader kinds. Compiler will fall back to compile the source code as
204 // Aggressively release compiler resources, but spend time in initialization
206 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
208 // compiler, "#version 450\nvoid main() {}", 27,
212 // shaderc_compiler_release(compiler);
214 // Keep the compiler object around for a long time, but pay for extra space
216 // shaderc_compiler_t compiler = shaderc_compiler_initialize();
219 // compiler, "#version 450\nvoid main() {}", 27
    [all...]
  /system/nvram/messages/include/nvram/messages/
message_codec.h 25 #include <nvram/messages/compiler.h>
  /art/compiler/dex/
dex_to_dex_compiler.cc 57 CompilationState(DexToDexCompiler* compiler,
111 // Filled by the compiler when quickening, in order to encode that information
168 DexToDexCompiler::CompilationState::CompilationState(DexToDexCompiler* compiler,
172 : compiler_(compiler),
173 driver_(*compiler->GetDriver()),
384 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode())
406 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode())
439 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
487 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode())
569 VLOG(compiler) << "Quicken data mismatch, for method
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 3 * The LLVM Compiler Infrastructure
23 (** An execution engine is either a JIT compiler or an interpreter, capable of
25 invoking a static compiler and generating a native executable. *)
28 (** MCJIT compiler options. See [llvm::TargetOptions]. *)
36 (** Default MCJIT compiler options:
41 (** [create m optlevel] creates a new MCJIT just-in-time compiler, taking
  /build/make/core/
dex_preopt_odex_install.mk 262 # If no default compiler filter is specified, default to 'quicken' to save on storage.
266 ifeq (,$(filter --compiler-filter=%, $(LOCAL_DEX_PREOPT_FLAGS)))
269 LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=$(my_system_server_compiler_filter)
273 # 'speed' compiler filter.
274 LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=speed
278 LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=speed-profile
280 LOCAL_DEX_PREOPT_FLAGS += --compiler-filter=$(my_default_compiler_filter)
287 ifeq (,$(filter $(LOCAL_DEX_PREOPT_FLAGS),--compiler-filter=verify))
288 # Generating DM files only makes sense for verify, avoid doing for non verify compiler filter APKs.
348 # Set the compiler reason to 'prebuilt' to identify the oat files produce
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 2 # The LLVM Compiler Infrastructure
6 """ This module is responsible to capture the compiler invocation of any
18 The module also implements compiler wrappers to intercept the compiler calls.
71 which are not compiler calls. Needs to find the source file name
132 logging.debug('intercept gonna use compiler wrappers')
154 """ Entry point for `intercept-cc` and `intercept-c++` compiler wrappers.
157 the wrapped compilation with the real compiler. The parameters for
183 # execute with real compiler
184 compiler = os.getenv('INTERCEPT_BUILD_CXX', 'c++') if cplusplus
    [all...]
  /external/deqp/framework/delibs/debase/
deDefs.h 27 #define DE_COMPILER_VANILLA 0 /*!< Vanilla compiler. Used for disabling all platform-specific optimizations. */
29 #define DE_COMPILER_GCC 2 /*!< Gnu C Compiler. */
30 #define DE_COMPILER_CLANG 3 /*!< LLVM Clang Compiler. */
32 /* Compiler detection. */
43 /* Compiler setting. */
51 # error Detected compiler is Clang, but got DE_COMPILER == DE_COMPILER_GCC
53 # error Detected compiler is GCC, but got DE_COMPILER == DE_COMPILER_CLANG
55 # error Detected compiler does not match the supplied compiler.
65 # define DE_COMPILER DE_DETAIL_DETECTED_COMPILER /*!< Compiler identification (set to one of DE_COMPILER_*). *
    [all...]
  /external/mesa3d/src/intel/vulkan/
anv_pipeline.c 100 const struct brw_compiler *compiler = local
101 device->instance->physicalDevice.compiler;
103 compiler->glsl_compiler_options[stage].NirOptions;
176 nir = brw_preprocess_nir(compiler, nir);
358 * anv_push_constant_data structure. Since the compiler doesn't
437 const struct brw_compiler *compiler = local
438 pipeline->device->instance->physicalDevice.compiler;
484 brw_compile_vs(compiler, NULL, mem_ctx, &key, &prog_data, nir,
555 const struct brw_compiler *compiler = local
556 pipeline->device->instance->physicalDevice.compiler;
698 const struct brw_compiler *compiler = local
775 const struct brw_compiler *compiler = local
897 const struct brw_compiler *compiler = local
    [all...]
  /external/nos/host/generic/libnos/generator/
main.cpp 23 #include <google/protobuf/compiler/plugin.h>
24 #include <google/protobuf/compiler/code_generator.h>
38 using ::google::protobuf::compiler::CodeGenerator;
39 using ::google::protobuf::compiler::OutputDirectory;
320 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
  /external/protobuf/src/google/protobuf/compiler/java/
java_lazy_message_field.cc 35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_lazy_message_field.h>
37 #include <google/protobuf/compiler/java/java_doc_comment.h>
38 #include <google/protobuf/compiler/java/java_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
812 } // namespace compiler
java_lazy_message_field_lite.cc 35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_lazy_message_field_lite.h>
37 #include <google/protobuf/compiler/java/java_doc_comment.h>
38 #include <google/protobuf/compiler/java/java_helpers.h>
43 namespace compiler { namespace in namespace:google::protobuf
704 } // namespace compiler
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 16 #include "tensorflow/compiler/tf2xla/kernels/while_op.h"
18 #include "tensorflow/compiler/tf2xla/shape_util.h"
19 #include "tensorflow/compiler/tf2xla/type_util.h"
20 #include "tensorflow/compiler/tf2xla/xla_compiler.h"
21 #include "tensorflow/compiler/tf2xla/xla_helpers.h"
22 #include "tensorflow/compiler/tf2xla/xla_op_kernel.h"
23 #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
24 #include "tensorflow/compiler/xla/client/computation_builder.h"
25 #include "tensorflow/compiler/xla/literal_util.h"
105 XlaCompiler* compiler = ctx->compiler() local
    [all...]
  /external/v8/src/builtins/
builtins.cc 8 #include "src/compiler/code-assembler.h"
46 typedef void (*CodeAssemblerGenerator)(compiler::CodeAssemblerState*);
90 compiler::CodeAssemblerState state(isolate, &zone, argc_with_recv, flags,
93 Handle<Code> code = compiler::CodeAssembler::GenerateCode(&state);
111 compiler::CodeAssemblerState state(isolate, &zone, descriptor, flags, name,
114 Handle<Code> code = compiler::CodeAssembler::GenerateCode(&state);
  /external/v8/src/
fast-accessor-assembler.cc 17 using compiler::Node;
18 using compiler::CodeAssemblerLabel;
19 using compiler::CodeAssemblerVariable;
24 assembler_state_(new compiler::CodeAssemblerState(
230 compiler::CodeAssembler::GenerateCode(assembler_state_.get());

Completed in 1096 milliseconds

<<41424344454647484950>>