HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 976 - 1000 of 1123) sorted by null

<<31323334353637383940>>

  /external/v8/src/mips/
lithium-codegen-mips.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
449 } } // namespace v8::internal
  /external/v8/src/
platform-posix.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
52 #define LOG_TAG "v8"
56 #include "v8.h"
61 namespace v8 { namespace
103 uint64_t rnd1 = V8::RandomPrivate(isolate);
104 uint64_t rnd2 = V8::RandomPrivate(isolate);
111 uint32_t raw_addr = V8::RandomPrivate(isolate);
530 } } // namespace v8::internal
scopeinfo.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
37 namespace v8 { namespace
508 } } // namespace v8::internal
string-search.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
570 }} // namespace v8::internal
v8-counters.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
40 HT(gc_compactor, V8.GCCompactor) \
41 HT(gc_scavenger, V8.GCScavenger) \
42 HT(gc_context, V8.GCContext) /* GC context cleanup time */ \
44 HT(parse, V8.Parse) \
45 HT(parse_lazy, V8.ParseLazy) \
46 HT(pre_parse, V8.PreParse) \
48 HT(compile, V8.Compile) \
49 HT(compile_eval, V8.CompileEval)
    [all...]
code-stubs.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
248 } } // namespace v8::internal
262 namespace v8 { namespace
    [all...]
compiler.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
50 namespace v8 { namespace
143 return V8::UseCrankshaft() ?
186 if (!V8::UseCrankshaft()) {
329 return info->IsCompilingForDebugging() || !V8::UseCrankshaft() ?
475 v8::Extension* extension,
681 if (V8::UseCrankshaft()&&
728 } else if ((V8::UseCrankshaft() && MakeCrankshaftCode(&info)) ||
729 (!V8::UseCrankshaft() && FullCodeGenerator::MakeCode(&info)))
    [all...]
platform-freebsd.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
54 #include "v8.h"
62 namespace v8 { namespace
686 if (v8::Locker::IsActive() &&
892 } } // namespace v8::internal
platform-linux.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
58 #include "v8.h"
66 namespace v8 { namespace
89 // When running on ARM hardware check that the EABI used by V8 and
549 // by the kernel and allows us to synchronize V8 code log and the
1036 if (v8::Locker::IsActive() &&
    [all...]
platform-openbsd.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
52 #include "v8.h"
60 namespace v8 { namespace
83 uint64_t rnd1 = V8::RandomPrivate(isolate);
84 uint64_t rnd2 = V8::RandomPrivate(isolate);
91 uint32_t raw_addr = V8::RandomPrivate(isolate);
346 // by the kernel and allows us to synchronize V8 code log and the
739 if (v8::Locker::IsActive() &&
976 } } // namespace v8::internal
utils.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
39 namespace v8 { namespace
287 v8::internal::kZeroHashSeed);
957 } } // namespace v8::internal
runtime.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
63 namespace v8 { namespace
    [all...]
deoptimizer.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 namespace v8 { namespace
325 v8::Persistent<v8::Value> obj, void* data) {
    [all...]
factory.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 namespace v8 { namespace
557 if (V8::UseCrankshaft() &&
647 v8::HandleScope scope; // Instantiate a closeable HandleScope for EscapeFrom.
864 v8::NeanderArray callbacks(descriptors);
    [all...]
serialize.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
43 namespace v8 { namespace
302 "V8::FillHeapNumberWithRandom");
306 "V8::Random");
    [all...]
accessors.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
40 namespace v8 { namespace
805 } } // namespace v8::internal
assembler.h 33 // Copyright 2012 the V8 project authors. All rights reserved.
38 #include "v8.h"
47 namespace v8 { namespace
514 // MaybeObject* f(v8::internal::Arguments).
534 // Handle<Value> f(v8::Arguments&)
881 } } // namespace v8::internal
bignum.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
767 } } // namespace v8::internal
factory.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
510 } } // namespace v8::internal
  /external/v8/test/cctest/
test-dtoa.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
30 #include "v8.h"
42 using namespace v8::internal;
  /external/webkit/
Android.mk 207 include $(LOCAL_PATH)/Android.v8.wtf.mk
  /external/v8/test/mjsunit/
large-object-allocation.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
261 this.v8 = i;
string-slices.js 1 // Copyright 2011 the V8 project authors. All rights reserved.
61 assertEquals('abcdefghijklmn', s.substr(0, void 0)); // kjs and v8
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 530 constexpr bool v8 = qv > (void*)&s.a; // expected-error {{constant expression}} expected-note {{unequal pointers to void}}
  /external/v8/src/arm/
disasm-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
37 // v8::internal::EmbeddedVector<char, 256> buffer;
57 #include "v8.h"
67 namespace v8 { namespace
711 Unknown(instr); // not used by V8
810 Unknown(instr); // not used by V8
819 Unknown(instr); // not used by V8
823 Unknown(instr); // not used by V8
925 Unknown(instr); // not used in V8
933 Unknown(instr); // not used in V8
    [all...]

Completed in 597 milliseconds

<<31323334353637383940>>