/external/mksh/src/ |
exec.c | 528 * Deal with the shell builtins builtin, exec and command since 584 * POSIX says special builtins lose their status 606 /* don't look for builtins or functions */ 942 tp = ktsearch(&builtins, *wp, hash(*wp)); 1053 tp = ktenter(&builtins, name, hash(name)); 1083 tbi = (flags & FC_BI) ? ktsearch(&builtins, name, h) : NULL; 1085 * POSIX says special builtins first, then functions, then 1086 * POSIX regular builtins, then search path... [all...] |
/external/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/external/v8/src/ |
liveedit.cc | [all...] |
compiler.cc | 716 // builtins cannot be handled lazily by the parser, since we have to know 726 Handle<Code> code = info.isolate()->builtins()->LazyCompile(); 800 if (*code == info->isolate()->builtins()->builtin(Builtins::kLazyCompile))
|
isolate.h | 35 #include "builtins.h" 633 return Handle<JSBuiltinsObject>(thread_local_top_.context_->builtins()); 895 Builtins* builtins() { return &builtins_; } function in class:v8::internal::Isolate [all...] |
stub-cache.cc | 84 if (old_code != isolate_->builtins()->builtin(Builtins::kIllegal)) { 213 return isolate_->builtins()->LoadIC_Normal(); 457 ? isolate_->builtins()->Builtins::StoreIC_Normal_Strict() 458 : isolate_->builtins()->Builtins::StoreIC_Normal(); [all...] |
d8.js | [all...] |
objects.cc | 7384 Builtins* builtins = GetIsolate()->builtins(); local 7827 Builtins* builtins = map->GetHeap()->isolate()->builtins(); local 7849 Builtins* builtins = heap->isolate()->builtins(); local 7865 Builtins* builtins = map->GetHeap()->isolate()->builtins(); local 7915 Builtins* builtins = heap->isolate()->builtins(); local [all...] |
factory.cc | 676 // If the builtins haven't been properly configured yet this error [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/ndk/sources/host-tools/make-3.81/ |
make.h | 196 # include <builtins.h>
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 148 # include <machine/builtins.h>
|
/external/v8/test/mjsunit/ |
debug-stepout-scope.js | 28 // Flags: --expose-debug-as debug --expose-natives-as=builtins
|
stack-traces.js | 270 // Omitted because QuickSort has builtins object as receiver, and is non-native
|
elements-kind.js | 31 // Since --smi-only-arrays affects builtins, its default setting at compile
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 142 // Strict mode functions and builtins need to replace the receiver [all...] |
/external/v8/src/ia32/ |
lithium-codegen-ia32.cc | 42 // When invoking builtins, we need to record the safepoint in the middle of 141 // Strict mode functions and builtins need to replace the receiver [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.cc | 140 // Strict mode functions and builtins need to replace the receiver [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 40 // When invoking builtins, we need to record the safepoint in the middle of [all...] |
/external/chromium/testing/gmock/scripts/generator/cpp/ |
ast.py | 37 import builtins namespace 40 import __builtin__ as builtins namespace 50 if not hasattr(builtins, 'reversed'): 56 if not hasattr(builtins, 'next'): [all...] |
/external/v8/test/cctest/ |
test-disasm-x64.cc | 255 Handle<Code> ic(Isolate::Current()->builtins()->builtin( 256 Builtins::kLoadIC_Initialize));
|