HomeSort by relevance Sort by last modified time
    Searched refs:BUILTIN (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /development/tools/apkcheck/src/com/android/apkcheck/
Builtin.java 29 public class Builtin {
30 private Builtin() {}
32 private static final String BUILTIN =
108 return new StringReader(BUILTIN);
  /external/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/v8/src/builtins/
builtins.h 38 // CPP: Builtin in C++. Entered via BUILTIN_EXIT frame.
40 // API: Builtin in C++ for API callbacks. Entered via EXIT frame.
42 // TFJ: Builtin in Turbofan, with JS linkage (callable as Javascript function).
44 // TFS: Builtin in Turbofan, with CodeStub linkage.
46 // ASM: Builtin in platform-dependent assembly.
50 // DBG: Builtin in platform-dependent assembly, used by the debugger.
59 TFS(ToObject, BUILTIN, kNoExtraICState, TypeConversion, 1) \
60 TFS(FastNewObject, BUILTIN, kNoExtraICState, FastNewObject, 1) \
61 TFS(HasProperty, BUILTIN, kNoExtraICState, HasProperty, 1) \
101 TFS(FastNewClosure, BUILTIN, kNoExtraICState, FastNewClosure, 1)
919 Code* builtin(Name name) { function in class:v8::internal::Builtins
    [all...]
builtins-proxy.cc 15 BUILTIN(ProxyConstructor) {
24 BUILTIN(ProxyConstructor_ConstructStub) {
builtins-callsite.cc 48 BUILTIN(CallSitePrototypeGetColumnNumber) {
56 BUILTIN(CallSitePrototypeGetEvalOrigin) {
64 BUILTIN(CallSitePrototypeGetFileName) {
72 BUILTIN(CallSitePrototypeGetFunction) {
83 BUILTIN(CallSitePrototypeGetFunctionName) {
91 BUILTIN(CallSitePrototypeGetLineNumber) {
99 BUILTIN(CallSitePrototypeGetMethodName) {
107 BUILTIN(CallSitePrototypeGetPosition) {
115 BUILTIN(CallSitePrototypeGetScriptNameOrSourceURL) {
123 BUILTIN(CallSitePrototypeGetThis)
    [all...]
builtins-error.cc 18 BUILTIN(ErrorConstructor) {
40 BUILTIN(ErrorCaptureStackTrace) {
80 BUILTIN(ErrorPrototypeToString) {
105 BUILTIN(MakeError) {
110 BUILTIN(MakeRangeError) {
115 BUILTIN(MakeSyntaxError) {
120 BUILTIN(MakeTypeError) {
125 BUILTIN(MakeURIError) {
builtins-json.cc 17 BUILTIN(JsonParse) {
32 BUILTIN(JsonStringify) {
builtins-arraybuffer.cc 18 BUILTIN(ArrayBufferConstructor) {
29 BUILTIN(ArrayBufferConstructor_ConstructStub) {
65 BUILTIN(ArrayBufferPrototypeGetByteLength) {
83 BUILTIN(ArrayBufferIsView) {
builtins-symbol.cc 18 BUILTIN(SymbolConstructor) {
31 BUILTIN(SymbolConstructor_ConstructStub) {
39 BUILTIN(SymbolFor) {
49 BUILTIN(SymbolKeyFor) {
builtins-reflect.cc 21 BUILTIN(ReflectDefineProperty) {
52 BUILTIN(ReflectDeleteProperty) {
76 BUILTIN(ReflectGet) {
99 BUILTIN(ReflectGetOwnPropertyDescriptor) {
125 BUILTIN(ReflectGetPrototypeOf) {
142 BUILTIN(ReflectHas) {
166 BUILTIN(ReflectIsExtensible) {
185 BUILTIN(ReflectOwnKeys) {
207 BUILTIN(ReflectPreventExtensions) {
226 BUILTIN(ReflectSet)
    [all...]
builtins-global.cc 18 BUILTIN(GlobalDecodeURI) {
29 BUILTIN(GlobalDecodeURIComponent) {
41 BUILTIN(GlobalEncodeURI) {
51 BUILTIN(GlobalEncodeURIComponent) {
63 BUILTIN(GlobalEscape) {
74 BUILTIN(GlobalUnescape) {
85 BUILTIN(GlobalEval) {
builtins-boolean.cc 18 BUILTIN(BooleanConstructor) {
25 BUILTIN(BooleanConstructor_ConstructStub) {
builtins-dataview.cc 20 BUILTIN(DataViewConstructor) {
29 BUILTIN(DataViewConstructor_ConstructStub) {
111 BUILTIN(DataViewPrototypeGetBuffer) {
118 BUILTIN(DataViewPrototypeGetByteLength) {
127 BUILTIN(DataViewPrototypeGetByteOffset) {
293 BUILTIN(DataViewPrototypeGet##Type) { \
316 BUILTIN(DataViewPrototypeSet##Type) { \
builtins-object.cc 87 BUILTIN(ObjectAssign) {
110 BUILTIN(ObjectPrototypePropertyIsEnumerable) {
398 BUILTIN(ObjectDefineProperties) {
409 BUILTIN(ObjectDefineProperty) {
532 BUILTIN(ObjectDefineGetter) {
542 BUILTIN(ObjectDefineSetter) {
552 BUILTIN(ObjectLookupGetter) {
561 BUILTIN(ObjectLookupSetter) {
569 BUILTIN(ObjectFreeze) {
581 BUILTIN(ObjectGetPrototypeOf)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
TargetBuiltins.h 1 //===--- TargetBuiltins.h - Target specific builtin IDs ---------*- C++ -*-===//
27 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
28 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
37 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
39 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
48 LastTIBuiltin = clang::Builtin::FirstTSBuiltin - 1,
50 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
59 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1,
60 #define BUILTIN(ID, TYPE, ATTRS) BI##ID,
69 LastTIBuiltin = clang::Builtin::FirstTSBuiltin-1
    [all...]
  /external/clang/test/Sema/
warn-strncat-size.c 10 # define BUILTIN(f) __builtin_ ## f
12 # define BUILTIN(f) f
15 #define strncat BUILTIN(strncat)
  /external/clang/test/Analysis/
string-fail.c 21 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
27 # define BUILTIN(f) __builtin_ ## f
29 # define BUILTIN(f) f
41 #define strnlen BUILTIN(strnlen)
bstring.c 16 // BUILTIN(f), which will prepend "__builtin_" if USE_BUILTINS is defined.
22 # define BUILTIN(f) __builtin_ ## f
24 # define BUILTIN(f) f
37 #define __memcpy_chk BUILTIN(__memcpy_chk)
45 #define memcpy BUILTIN(memcpy)
157 #define __mempcpy_chk BUILTIN(__mempcpy_chk)
165 #define mempcpy BUILTIN(mempcpy)
317 #define __memmove_chk BUILTIN(__memmove_chk)
324 #define memmove BUILTIN(memmove)
363 #define bcmp BUILTIN(bcmp
    [all...]

Completed in 496 milliseconds

1 2 3 4