HomeSort by relevance Sort by last modified time
    Searched refs:builtin (Results 76 - 100 of 182) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/v8/src/
bootstrapper.cc 369 Handle<Code> call_code = Handle<Code>(isolate->builtins()->builtin(call));
506 Handle<Code>(isolate->builtins()->builtin(
588 Handle<Code> code(isolate()->builtins()->builtin(
729 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
763 Handle<Code> code = Handle<Code>(isolate()->builtins()->builtin(
    [all...]
builtins.h 34 // Specifies extra arguments required by a C++ builtin.
54 V(Make##C##CodeYoungAgainOddMarking, BUILTIN, \
56 V(Make##C##CodeYoungAgainEvenMarking, BUILTIN, \
86 V(ArgumentsAdaptorTrampoline, BUILTIN, UNINITIALIZED, \
88 V(InRecompileQueue, BUILTIN, UNINITIALIZED, \
90 V(InstallRecompiledCode, BUILTIN, UNINITIALIZED, \
92 V(JSConstructStubCountdown, BUILTIN, UNINITIALIZED, \
94 V(JSConstructStubGeneric, BUILTIN, UNINITIALIZED, \
96 V(JSConstructStubApi, BUILTIN, UNINITIALIZED, \
98 V(JSEntryTrampoline, BUILTIN, UNINITIALIZED,
334 Code* builtin(Name name) { function in class:v8::internal::Builtins
    [all...]
liveedit.cc     [all...]
debug.cc 504 // Patch the code to invoke the builtin debug break function matching the
720 isolate_->builtins()->builtin(Builtins::kReturn_DebugBreak);
724 isolate_->builtins()->builtin(Builtins::kSlot_DebugBreak);
    [all...]
json-stringifier.h 467 Handle<JSFunction> builtin = local
473 Execution::Call(builtin, object, 2, argv, &has_exception);
deoptimizer.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
ast_function.cpp 349 ir_function *builtin = local
351 if (builtin == NULL)
356 builtin->matching_signature(actual_parameters, &is_exact);
    [all...]
  /external/mesa3d/src/glsl/
ast_function.cpp 349 ir_function *builtin = local
351 if (builtin == NULL)
356 builtin->matching_signature(actual_parameters, &is_exact);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 320 // Builtin conversion methods
335 Map<String, String> builtin = new HashMap<String, String>(); local
336 builtin.put("templatesRes", VALUE_TEMPLATE_DIR); //$NON-NLS-1$
337 paramMap.put("android", builtin); //$NON-NLS-1$
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 667 llvm_unreachable("builtin functions are handled elsewhere");
941 unsigned builtin = CE->isBuiltinCall(); local
    [all...]
  /external/v8/src/
builtins.h 34 // Specifies extra arguments required by a C++ builtin.
68 V(ArgumentsAdaptorTrampoline, BUILTIN, UNINITIALIZED, \
70 V(JSConstructStubCountdown, BUILTIN, UNINITIALIZED, \
72 V(JSConstructStubGeneric, BUILTIN, UNINITIALIZED, \
74 V(JSConstructStubApi, BUILTIN, UNINITIALIZED, \
76 V(JSEntryTrampoline, BUILTIN, UNINITIALIZED, \
78 V(JSConstructEntryTrampoline, BUILTIN, UNINITIALIZED, \
80 V(LazyCompile, BUILTIN, UNINITIALIZED, \
82 V(LazyRecompile, BUILTIN, UNINITIALIZED, \
84 V(NotifyDeoptimized, BUILTIN, UNINITIALIZED,
313 Code* builtin(Name name) { function in class:v8::internal::Builtins
    [all...]
debug.cc 470 // Patch the code to invoke the builtin debug break function matching the
685 isolate_->builtins()->builtin(Builtins::kReturn_DebugBreak);
689 isolate_->builtins()->builtin(Builtins::kSlot_DebugBreak);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 355 /* Nonzero means warn about builtin macros that are redefined or
513 /* Callback that can change a user builtin into normal macro. */
563 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
575 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
592 /* Different flavors of builtin macro. _Pragma is an operator, but we
593 handle it with the builtin code for efficiency reasons. */
606 BT_FIRST_USER, /* User defined builtin macros. */
641 /* Code for a builtin macro. */
642 enum cpp_builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 355 /* Nonzero means warn about builtin macros that are redefined or
513 /* Callback that can change a user builtin into normal macro. */
563 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
575 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
592 /* Different flavors of builtin macro. _Pragma is an operator, but we
593 handle it with the builtin code for efficiency reasons. */
606 BT_FIRST_USER, /* User defined builtin macros. */
641 /* Code for a builtin macro. */
642 enum cpp_builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 355 /* Nonzero means warn about builtin macros that are redefined or
513 /* Callback that can change a user builtin into normal macro. */
563 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
575 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
592 /* Different flavors of builtin macro. _Pragma is an operator, but we
593 handle it with the builtin code for efficiency reasons. */
606 BT_FIRST_USER, /* User defined builtin macros. */
641 /* Code for a builtin macro. */
642 enum cpp_builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 355 /* Nonzero means warn about builtin macros that are redefined or
513 /* Callback that can change a user builtin into normal macro. */
563 (NT_ASSERTION), or neither of the above (NT_VOID). Builtin macros
575 #define NODE_BUILTIN (1 << 2) /* Builtin macro. */
592 /* Different flavors of builtin macro. _Pragma is an operator, but we
593 handle it with the builtin code for efficiency reasons. */
606 BT_FIRST_USER, /* User defined builtin macros. */
641 /* Code for a builtin macro. */
642 enum cpp_builtin_type GTY ((tag ("NTV_BUILTIN"))) builtin;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 845 unsigned builtin : 1; // true for calls to emulation code
849 int builtin;
nv50_ir_emit_nv50.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
undeletable-functions.js 28 // Test that we match ECMAScript in making most builtin functions
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 845 unsigned builtin : 1; // true for calls to emulation code
849 int builtin;
nv50_ir_emit_nv50.cpp     [all...]
  /external/v8/test/mjsunit/
undeletable-functions.js 28 // Test that we match ECMAScript in making most builtin functions
  /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/mksh/src/
sh.h 760 #define OF_SET 0x02 /* set builtin */
803 EXTERN const char Tgbuiltin[] E_INIT("=builtin");
804 #define Tbuiltin (Tgbuiltin + 1) /* "builtin" */
956 EXTERN Getopt builtin_opt; /* for shell builtin commands */
957 EXTERN Getopt user_opt; /* parsing state for getopts builtin command */
979 /* name of called builtin function (used by error functions) */
981 /* flags of called builtin (SPEC_BI, etc.) */
1239 struct builtin { struct
    [all...]

Completed in 6549 milliseconds

1 2 34 5 6 7 8