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

12 3

  /external/v8/src/mips/
code-stubs-mips.cc 269 const Builtins::JavaScript& builtin) {
code-stubs-mips.h 134 const Builtins::JavaScript& builtin);
macro-assembler-mips.h 562 // the builtin function to call in register a1.
772 // Jump to the builtin routine.
773 void JumpToExternalReference(const ExternalReference& builtin);
775 // Invoke specified builtin JavaScript function. Adds an entry to
781 // Store the code object for the given builtin in the target register and
785 // Store the function for the given builtin in the target register.
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 352 /* Nonzero means warn about builtin macros that are redefined or
556 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
583 /* Different flavors of builtin macro. _Pragma is an operator, but we
584 handle it with the builtin code for efficiency reasons. */
631 /* Code for a builtin macro. */
632 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 352 /* Nonzero means warn about builtin macros that are redefined or
556 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
583 /* Different flavors of builtin macro. _Pragma is an operator, but we
584 handle it with the builtin code for efficiency reasons. */
631 /* Code for a builtin macro. */
632 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 352 /* Nonzero means warn about builtin macros that are redefined or
556 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
567 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
583 /* Different flavors of builtin macro. _Pragma is an operator, but we
584 handle it with the builtin code for efficiency reasons. */
631 /* Code for a builtin macro. */
632 enum builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/iptables/libiptc/
libiptc.c 117 unsigned int hooknum; /* hook number+1 if builtin */
119 int verdict; /* verdict if builtin */
564 * builtin chains, as they are not sorted */
651 /* Is the given chain builtin (1) or user-defined (0) */
701 /* Note that iptcc_bsearch_chain_offset() skips builtin
731 /* First look at builtin chains */
942 unsigned int builtin; local
974 } else if ((builtin = iptcb_ent_is_hook_entry(e, h)) != 0) {
976 iptcc_alloc_chain_head((char *)hooknames[builtin-1],
977 builtin);
    [all...]
  /external/v8/src/
stub-cache.cc 87 if (hit != isolate_->builtins()->builtin(Builtins::kIllegal)) {
248 return isolate_->builtins()->builtin(Builtins::kLoadIC_Normal);
466 // keyed loads that are not array elements go through a generic builtin stub.
662 return isolate_->builtins()->builtin((strict_mode == kStrictMode)
    [all...]
mark-compact.cc 163 // objects (empty string, illegal builtin).
250 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile);
275 Code* lazy_compile = isolate_->builtins()->builtin(Builtins::kLazyCompile);
576 function->GetIsolate()->builtins()->builtin(Builtins::kLazyCompile);
581 function->GetIsolate()->builtins()->builtin(Builtins::kLazyCompile);
751 // The function must have a valid context and not be a builtin.
    [all...]
log.cc 792 if (code == Isolate::Current()->builtins()->builtin(
    [all...]
liveedit.cc 1037 Isolate::Current()->builtins()->builtin(
    [all...]
compiler.cc 697 // allow some of our builtin JS files to be lazily compiled. These
774 if (*code == info->isolate()->builtins()->builtin(Builtins::kLazyCompile))
objects.cc     [all...]
frames.cc 855 return isolate()->builtins()->builtin(
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
codegen.ml 42 (* If it wasn't a builtin binary operator, it must be a user defined
  /external/v8/src/arm/
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h 773 void JumpToExternalReference(const ExternalReference& builtin);
777 // Invoke specified builtin JavaScript function. Adds an entry to
783 // Store the code object for the given builtin in the target register and
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js 41 * Wrapper for the eval() builtin function to evaluate expressions and
  /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 41 * Wrapper for the eval() builtin function to evaluate expressions and
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 71 (* If it wasn't a builtin binary operator, it must be a user defined
  /external/mksh/src/
main.c 173 builtin(mkshbuiltins[i].name, mkshbuiltins[i].func);
    [all...]
exec.c 430 /* Deal with the shell builtins builtin, exec and command since
452 errorf("builtin: %s: not a builtin", cp);
883 * add builtin
886 builtin(const char *name, int (*func) (const char **)) function
891 /* see if any flags should be set for this builtin */
895 else if (*name == '*') /* POSIX special builtin */
897 else if (*name == '+') /* POSIX regular builtin */
    [all...]
  /external/v8/test/cctest/
test-disasm-ia32.cc 275 Handle<Code> ic(Isolate::Current()->builtins()->builtin(
  /external/v8/src/x64/
code-stubs-x64.cc 2666 Builtins::JavaScript builtin; local
    [all...]

Completed in 1626 milliseconds

12 3