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

1 2

  /external/v8/src/builtins/
builtins-proxy.cc 12 BUILTIN(ProxyConstructor) {
21 BUILTIN(ProxyConstructor_ConstructStub) {
builtins-callsite.cc 46 BUILTIN(CallSitePrototypeGetColumnNumber) {
54 BUILTIN(CallSitePrototypeGetEvalOrigin) {
62 BUILTIN(CallSitePrototypeGetFileName) {
70 BUILTIN(CallSitePrototypeGetFunction) {
81 BUILTIN(CallSitePrototypeGetFunctionName) {
89 BUILTIN(CallSitePrototypeGetLineNumber) {
97 BUILTIN(CallSitePrototypeGetMethodName) {
105 BUILTIN(CallSitePrototypeGetPosition) {
113 BUILTIN(CallSitePrototypeGetScriptNameOrSourceURL) {
121 BUILTIN(CallSitePrototypeGetThis)
    [all...]
builtins-json.cc 15 BUILTIN(JsonParse) {
30 BUILTIN(JsonStringify) {
builtins-arraybuffer.cc 15 BUILTIN(ArrayBufferConstructor) {
26 BUILTIN(ArrayBufferConstructor_ConstructStub) {
62 BUILTIN(ArrayBufferPrototypeGetByteLength) {
80 BUILTIN(ArrayBufferIsView) {
builtins-boolean.cc 15 BUILTIN(BooleanConstructor) {
22 BUILTIN(BooleanConstructor_ConstructStub) {
builtins-iterator.cc 17 BUILTIN(ModuleNamespaceIterator) {
35 BUILTIN(FixedArrayIteratorNext) {
builtins-promise.cc 15 BUILTIN(PromiseResolveClosure) {
39 BUILTIN(PromiseRejectClosure) {
64 BUILTIN(CreateResolvingFunctions) {
builtins-reflect.cc 17 BUILTIN(ReflectDefineProperty) {
48 BUILTIN(ReflectDeleteProperty) {
72 BUILTIN(ReflectGet) {
95 BUILTIN(ReflectGetOwnPropertyDescriptor) {
121 BUILTIN(ReflectGetPrototypeOf) {
138 BUILTIN(ReflectHas) {
162 BUILTIN(ReflectIsExtensible) {
181 BUILTIN(ReflectOwnKeys) {
203 BUILTIN(ReflectPreventExtensions) {
222 BUILTIN(ReflectSet)
    [all...]
builtins-symbol.cc 15 BUILTIN(SymbolConstructor) {
28 BUILTIN(SymbolConstructor_ConstructStub) {
builtins-error.cc 16 BUILTIN(ErrorConstructor) {
38 BUILTIN(ErrorCaptureStackTrace) {
78 BUILTIN(ErrorPrototypeToString) {
103 BUILTIN(MakeError) {
108 BUILTIN(MakeRangeError) {
113 BUILTIN(MakeSyntaxError) {
118 BUILTIN(MakeTypeError) {
123 BUILTIN(MakeURIError) {
builtins-global.cc 16 BUILTIN(GlobalDecodeURI) {
27 BUILTIN(GlobalDecodeURIComponent) {
39 BUILTIN(GlobalEncodeURI) {
49 BUILTIN(GlobalEncodeURIComponent) {
61 BUILTIN(GlobalEscape) {
72 BUILTIN(GlobalUnescape) {
83 BUILTIN(GlobalEval) {
builtins-utils.h 68 // A builtin function is defined by writing:
70 // BUILTIN(name) {
74 // In the body of the builtin function the arguments can be accessed
78 #define BUILTIN(name) \
builtins-internal.cc 13 BUILTIN(Illegal) {
18 BUILTIN(EmptyFunction) { return isolate->heap()->undefined_value(); }
20 BUILTIN(UnsupportedThrower) {
30 BUILTIN(RestrictedFunctionPropertiesThrower) {
36 BUILTIN(RestrictedStrictArgumentsPropertiesThrower) {
builtins-typedarray.cc 15 BUILTIN(TypedArrayPrototypeBuffer) {
builtins-api.cc 123 BUILTIN(HandleApiCall) {
280 BUILTIN(HandleApiCallAsFunction) {
286 BUILTIN(HandleApiCallAsConstructor) {
builtins-dataview.cc 15 BUILTIN(DataViewConstructor) {
24 BUILTIN(DataViewConstructor_ConstructStub) {
108 BUILTIN(DataViewPrototypeGetBuffer) {
115 BUILTIN(DataViewPrototypeGetByteLength) {
124 BUILTIN(DataViewPrototypeGetByteOffset) {
290 BUILTIN(DataViewPrototypeGet##Type) { \
313 BUILTIN(DataViewPrototypeSet##Type) { \
builtins-function.cc 107 // have a Function builtin subclassing case and therefore the
134 BUILTIN(FunctionConstructor) {
143 BUILTIN(GeneratorFunctionConstructor) {
149 BUILTIN(AsyncFunctionConstructor) {
256 BUILTIN(FunctionPrototypeBind) { return DoFunctionBind(isolate, args); }
259 // can tailcall to the builtin directly.
270 BUILTIN(FunctionPrototypeToString) {
builtins-sharedarraybuffer.cc 14 BUILTIN(SharedArrayBufferPrototypeGetByteLength) {
  /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/lib/Basic/
Targets.cpp 847 static const Builtin::Info BuiltinInfo[];
962 ArrayRef<Builtin::Info> getTargetBuiltins() const override {
964 clang::PPC::LastTSBuiltin-Builtin::FirstTSBuiltin);
    [all...]
Builtins.cpp 1 //===--- Builtins.cpp - Builtin function implementation -------------------===//
10 // This file implements various things for builtin functions.
21 static const Builtin::Info BuiltinInfo[] = {
22 { "not a builtin function", nullptr, nullptr, nullptr, ALL_LANGUAGES,nullptr},
23 #define BUILTIN(ID, TYPE, ATTRS) \
32 const Builtin::Info &Builtin::Context::getRecord(unsigned ID) const {
33 if (ID < Builtin::FirstTSBuiltin)
35 assert(((ID - Builtin::FirstTSBuiltin) <
37 "Invalid builtin ID!")
    [all...]
  /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)
  /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/include/clang/Basic/
Builtins.h 1 //===--- Builtins.h - Builtin function header -------------------*- C++ -*-===//
11 /// \brief Defines enum values for all the target-independent builtin
34 GNU_LANG = 0x1, // builtin requires GNU mode.
35 C_LANG = 0x2, // builtin for c only.
36 CXX_LANG = 0x4, // builtin for cplusplus only.
37 OBJC_LANG = 0x8, // builtin for objective-c and objective-c++
38 MS_LANG = 0x10, // builtin requires MS mode.
39 OCLC20_LANG = 0x20, // builtin for OpenCL C only.
40 ALL_LANGUAGES = C_LANG | CXX_LANG | OBJC_LANG, // builtin for all languages.
41 ALL_GNU_LANGUAGES = ALL_LANGUAGES | GNU_LANG, // builtin requires GNU mode
    [all...]
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...]

Completed in 2489 milliseconds

1 2