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

12 3 4 5 6 7 8 91011>>

  /art/test/638-checker-inline-caches/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/643-checker-bogus-ic/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /art/test/707-checker-invalid-profile/
run 17 exec ${RUN} $@ --profile -Xcompiler-option --compiler-filter=speed-profile
  /external/javassist/src/main/javassist/compiler/ast/
ArrayInit.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
CallExpr.java 16 package javassist.compiler.ast;
18 import javassist.compiler.CompileError;
19 import javassist.compiler.TokenId;
20 import javassist.compiler.MemberResolver;
  /external/javassist/src/main/javassist/compiler/
SyntaxError.java 16 package javassist.compiler;
  /external/protobuf/src/google/protobuf/compiler/
test_plugin.cc 38 #include <google/protobuf/compiler/plugin.h>
39 #include <google/protobuf/compiler/mock_code_generator.h>
49 google::protobuf::compiler::MockCodeGenerator generator("test_plugin");
50 return google::protobuf::compiler::PluginMain(argc, argv, &generator);
  /frameworks/av/media/libeffects/factory/
EffectsConfigLoader.h 20 #include <cutils/compiler.h>
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/src/
shaderc_c_smoke_test.c 30 shaderc_compiler_t compiler; local
34 compiler = shaderc_compiler_initialize();
38 compiler, test_program, strlen(test_program),
50 shaderc_compiler_release(compiler);
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/
compiler-rt.mk 32 COMPILER_RT_SRCS := lib/compiler-rt/builtins/arm/aeabi_uldivmod.S \
33 lib/compiler-rt/builtins/udivmoddi4.c \
34 lib/compiler-rt/builtins/ctzdi2.c
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
40 namespace compiler { namespace in namespace:google::protobuf
44 : public google::protobuf::compiler::CodeGenerator {
53 } // namespace compiler
csharp_enum.h 36 #include <google/protobuf/compiler/code_generator.h>
37 #include <google/protobuf/compiler/csharp/csharp_source_generator_base.h>
41 namespace compiler { namespace in namespace:google::protobuf
58 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
40 namespace compiler { namespace in namespace:google::protobuf
44 : public google::protobuf::compiler::CodeGenerator {
53 } // namespace compiler
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/csharp/
csharp_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
40 namespace compiler { namespace in namespace:google::protobuf
44 : public google::protobuf::compiler::CodeGenerator {
53 } // namespace compiler
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ruby/
ruby_generator.h 36 #include <google/protobuf/compiler/code_generator.h>
40 namespace compiler { namespace in namespace:google::protobuf
44 : public google::protobuf::compiler::CodeGenerator {
53 } // namespace compiler
  /external/protobuf/src/google/protobuf/compiler/java/
java_generator_factory.cc 33 #include <google/protobuf/compiler/java/java_generator_factory.h>
35 #include <google/protobuf/compiler/java/java_context.h>
36 #include <google/protobuf/compiler/java/java_enum_field.h>
37 #include <google/protobuf/compiler/java/java_extension.h>
38 #include <google/protobuf/compiler/java/java_extension_lite.h>
39 #include <google/protobuf/compiler/java/java_field.h>
40 #include <google/protobuf/compiler/java/java_helpers.h>
41 #include <google/protobuf/compiler/java/java_message.h>
42 #include <google/protobuf/compiler/java/java_message_lite.h>
43 #include <google/protobuf/compiler/java/java_service.h
47 namespace compiler { namespace in namespace:google::protobuf
    [all...]
  /external/autotest/frontend/db/backends/afe_sqlite/
compiler.py 1 from django.db.models.sql import compiler
4 class SQLCompiler(compiler.SQLCompiler):
19 class SQLInsertCompiler(compiler.SQLInsertCompiler, SQLCompiler):
22 class SQLDeleteCompiler(compiler.SQLDeleteCompiler, SQLCompiler):
25 class SQLUpdateCompiler(compiler.SQLUpdateCompiler, SQLCompiler):
28 class SQLAggregateCompiler(compiler.SQLAggregateCompiler, SQLCompiler):
31 class SQLDateCompiler(compiler.SQLDateCompiler, SQLCompiler):
  /external/v8/src/interpreter/
interpreter-intrinsics.h 18 namespace compiler { namespace in namespace:v8::internal
20 } // namespace compiler
56 compiler::Node* InvokeIntrinsic(compiler::Node* function_id,
57 compiler::Node* context,
58 compiler::Node* first_arg_reg,
59 compiler::Node* arg_count);
71 compiler::Node* IsInstanceType(compiler::Node* input, int type);
72 compiler::Node* CompareInstanceType(compiler::Node* map, int type
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 2 * Stack-less Just-In-Time compiler
184 static sljit_s32 push_inst16(struct sljit_compiler *compiler, sljit_ins inst)
189 ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_u16));
192 compiler->size++;
196 static sljit_s32 push_inst32(struct sljit_compiler *compiler, sljit_ins inst)
198 sljit_u16 *ptr = (sljit_u16*)ensure_buf(compiler, sizeof(sljit_ins));
202 compiler->size += 2;
206 static SLJIT_INLINE sljit_s32 emit_imm32_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_uw imm)
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
210 return push_inst32(compiler, MOVT | RD4(dst)
    [all...]
sljitLir.c 2 * Stack-less Just-In-Time compiler
31 if (SLJIT_UNLIKELY(compiler->error)) \
32 return compiler->error; \
37 if (SLJIT_UNLIKELY(compiler->error)) \
44 return compiler->error; \
56 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
64 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
72 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
266 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \
274 compiler->error = SLJIT_ERR_BAD_ARGUMENT;
330 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_compiler), allocator_data); local
    [all...]
  /external/skia/tests/
SkSLSPIRVTest.cpp 15 SkSL::Compiler compiler; local
19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind,
23 compiler.toSPIRV(*program, &ignored);
26 if (compiler.errorText() != skError) {
28 compiler.errorText().c_str());
30 REPORTER_ASSERT(r, compiler.errorText() == skError);
  /external/skqp/tests/
SkSLSPIRVTest.cpp 15 SkSL::Compiler compiler; local
19 std::unique_ptr<SkSL::Program> program = compiler.convertProgram(SkSL::Program::kFragment_Kind,
23 compiler.toSPIRV(*program, &ignored);
26 if (compiler.errorText() != skError) {
28 compiler.errorText().c_str());
30 REPORTER_ASSERT(r, compiler.errorText() == skError);
  /bionic/libc/kernel/uapi/asm-arm/asm/
swab.h 21 #include <linux/compiler.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
swab.h 22 #include <linux/compiler.h>
  /external/clang/test/SemaCXX/
pragma-init_seg.cpp 9 #pragma init_seg(L".my_seg") // expected-warning {{expected 'compiler', 'lib', 'user', or a string literal}}
10 #pragma init_seg( // expected-warning {{expected 'compiler', 'lib', 'user', or a string literal}}
19 #pragma init_seg(compiler)
21 #pragma init_seg(compiler) // expected-warning {{'#pragma init_seg' is only supported when targeting a Microsoft environment}}

Completed in 765 milliseconds

12 3 4 5 6 7 8 91011>>