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

<<21222324252627282930>>

  /external/v8/src/
regexp-macro-assembler-tracer.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
103 }} // namespace v8::internal
scopeinfo.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
133 } } // namespace v8::internal
v8conversions.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
39 namespace v8 { namespace
128 } } // namespace v8::internal
zone-inl.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
36 #include "v8-counters.h"
38 namespace v8 { namespace
142 } } // namespace v8::internal
zone.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
38 namespace v8 { namespace
245 } } // namespace v8::internal
mksnapshot.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
33 #include "v8.h"
41 using namespace v8;
141 fprintf(fp_, "#include \"v8.h\"\n");
144 fprintf(fp_, "namespace v8 {\nnamespace internal {\n\n");
161 fprintf(fp_, "} } // namespace v8::internal\n");
267 V8::GetCompressedStartupDataAlgorithm());
305 Persistent<Context> context = v8::Context::New();
316 i::Object* raw_context = *(v8::Utils::OpenHandle(*context));
heap-inl.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
36 #include "v8-counters.h"
40 namespace v8 { namespace
249 v8::String::ExternalStringResourceBase** resource_addr =
250 reinterpret_cast<v8::String::ExternalStringResourceBase**>(
520 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_0", true);\
529 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_1", true);\
542 v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_2", true);
    [all...]
disassembler.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
40 namespace v8 { namespace
123 v8::internal::EmbeddedVector<char, 128> decode_buffer;
124 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer;
348 } } // namespace v8::internal
accessors.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
122 } } // namespace v8::internal
atomicops.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
51 #include "../include/v8.h"
54 namespace v8 { namespace
147 } } // namespace v8::internal
bignum.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
139 } } // namespace v8::internal
list.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
183 } } // namespace v8::internal
  /external/v8/test/cctest/
test-diy-fp.cc 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
5 #include "v8.h"
12 using namespace v8::internal;
test-spaces.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
33 using namespace v8::internal;
101 namespace v8 { namespace
124 } } // namespace v8::internal
238 v8::V8::Initialize();
test-disasm-mips.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
31 #include "v8.h"
40 using namespace v8::internal;
43 static v8::Persistent<v8::Context> env;
49 env = v8::Context::New();
74 // Set up V8 to a state where we can at least run the assembler and
79 v8::HandleScope scope; \
test-disasm-x64.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
30 #include "v8.h"
39 using namespace v8::internal;
41 static v8::Persistent<v8::Context> env;
45 env = v8::Context::New();
59 v8::HandleScope scope;
60 v8::internal::byte buffer[2048];
  /external/v8/tools/
merge-to-branch.sh 2 # Copyright 2012 the V8 project authors. All rights reserved.
32 PERSISTFILE_BASENAME=/tmp/v8-merge-to-branch-tempfile
248 https://v8.googlecode.com/svn/$TO_URL \
249 https://v8.googlecode.com/svn/tags/$NEWMAJOR.$NEWMINOR.$NEWBUILD.$NEWPATCH \
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 367 hfilter_8 v8, 0
382 load_and_align_8 v8, 0
398 vfilter_16 v7, v8
472 vperm v22, v22, v23, v17 ;# v8 v9 = 21 input pixels left-justified
545 hfilter_16 v8, 1
575 load_and_align_16 v8, 1
599 vfilter_16 v7, v8
600 vfilter_16 v8, v9
619 write_16 v8, 1
  /external/v8/test/mjsunit/
math-min-max.js 1 // Copyright 2008 the V8 project authors. All rights reserved.
134 var v8 = -0;
158 assertEquals(Infinity, 1/Math.max(v7, v8));
159 assertEquals(-Infinity, 1/Math.min(v7, v8));
161 assertEquals(NaN, Math.max(NaN, v8));
163 assertEquals(NaN, Math.max(v8, NaN));
  /external/webkit/Source/WebCore/dom/
make_names.pl 117 $wrapperFactoryType = "V8";
922 } elsif ($wrapperFactoryType eq "V8") {
925 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element)
929 return V8$parameters{namespace}Element::wrap(element);
937 static v8::Handle<v8::Value> create${JSInterfaceName}Wrapper($parameters{namespace}Element* element)
994 } elsif ($wrapperFactoryType eq "V8") {
996 #include "V8$parameters{namespace}Element.h"
998 #include <v8.h
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
43 namespace v8 { namespace
48 // ::v8::internal::OS in the same way as SNPrintF is that the
284 v8::internal::EmbeddedVector<char, 256> buffer;
413 Heap* current_heap = v8::internal::Isolate::Current()->heap();
430 v8::internal::EmbeddedVector<char, 256> buffer;
475 v8::internal::OS::DebugBreak();
558 ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim
    [all...]
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 31 #include <v8.h>
54 using namespace v8;
59 v8::String::New("Bad argument."))); \
65 v8::String::New("Bad argument."))); \
69 v8::String::New("Must have start <= end"))); \
73 v8::String::New("end cannot be longer than parent.length"))); \
105 V8::AdjustAmountOfExternalAllocatedMemory(sizeof(Blob) + length);
123 V8::AdjustAmountOfExternalAllocatedMemory(-(sizeof(Blob) + blob->length));
131 // When someone calls buffer.asciiSlice, data is not copied. Instead V8
248 V8::AdjustAmountOfExternalAllocatedMemory(sizeof(Buffer))
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 #include "v8.h"
273 static v8::internal::LazyInstance<InstructionTable>::type instruction_table =
327 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
338 v8::internal::EmbeddedVector<char, 128> tmp_buffer_;
448 v8::internal::Vector<char> buf = tmp_buffer_ + tmp_buffer_pos_;
451 int result = v8::internal::OS::VSNPrintF(buf, format, args);
    [all...]
  /external/srtp/crypto/include/
datatypes.h 71 uint8_t v8[2]; member in union:__anon12713
76 uint8_t v8[4]; member in union:__anon12714
82 uint8_t v8[8]; member in union:__anon12715
89 uint8_t v8[16]; member in union:__anon12716
  /external/v8/
Android.libv8.mk 69 $(SNAP_GEN): PRIVATE_CUSTOM_TOOL = $(MKSNAPSHOT) --logfile $(intermediates)/v8.log $(SNAP_GEN)

Completed in 957 milliseconds

<<21222324252627282930>>