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

<<4142434445

  /external/v8/src/ia32/
assembler-ia32.h 33 // Copyright 2011 the V8 project authors. All rights reserved.
43 namespace v8 { namespace
    [all...]
regexp-macro-assembler-ia32.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
39 namespace v8 { namespace
    [all...]
stub-cache-ia32.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 namespace v8 { namespace
500 const int kApiArgc = 1; // API function gets reference to the v8::Arguments.
502 // Allocate the v8::Arguments structure in the arguments' space since
508 __ mov(ApiParameterOperand(1), eax); // v8::Arguments::implicit_args_.
510 __ mov(ApiParameterOperand(2), eax); // v8::Arguments::values_.
511 __ Set(ApiParameterOperand(3), Immediate(argc)); // v8::Arguments::length_.
512 // v8::Arguments::is_construct_call_.
515 // v8::InvocationCallback's argument
    [all...]
builtins-ia32.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 namespace v8 { namespace
    [all...]
ic-ia32.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
37 namespace v8 { namespace
    [all...]
lithium-ia32.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
    [all...]
  /external/v8/src/
jsregexp.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
46 // Whether V8 is compiled with native regexp support or not.
    [all...]
heap.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
60 namespace v8 { namespace
161 // V8 with snapshots and a non-default max semispace size is much
670 V8::FatalProcessOutOfMemory("Heap::ReserveSpace");
685 V8::FatalProcessOutOfMemory("Committing semi space failed.");
    [all...]
liveedit.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
29 #include "v8.h"
43 namespace v8 { namespace
    [all...]
platform-win32.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
33 #include "v8.h"
135 namespace v8 { namespace
447 // timeBeginPeriod(). If the host application for v8 wants fast
896 uintptr_t address = (V8::RandomPrivate(isolate) << kPageSizeBits)
    [all...]
preparser.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
45 namespace v8 { namespace
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
259 // We NEED a nop in the branch delay slot, as it used by v8, for example in
    [all...]
regexp-macro-assembler-mips.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
40 namespace v8 { namespace
    [all...]
stub-cache-mips.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 namespace v8 { namespace
657 // a1 = v8::Arguments&
661 // v8::Arguments::implicit_args = data
663 // v8::Arguments::values = last argument
666 // v8::Arguments::length_ = argc
669 // v8::Arguments::is_construct_call = 0
673 Address function_address = v8::ToCData<Address>(api_call_info->callback());
    [all...]
builtins-mips.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
40 namespace v8 { namespace
    [all...]
ic-mips.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
40 namespace v8 { namespace
    [all...]
lithium-mips.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
    [all...]
  /external/v8/src/x64/
assembler-x64.h 33 // Copyright 2012 the V8 project authors. All rights reserved.
42 namespace v8 { namespace
    [all...]
regexp-macro-assembler-x64.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
40 namespace v8 { namespace
    [all...]
stub-cache-x64.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 namespace v8 { namespace
487 // Allocate the v8::Arguments structure in the arguments' space since
493 __ movq(StackSpaceOperand(0), rbx); // v8::Arguments::implicit_args_.
495 __ movq(StackSpaceOperand(1), rbx); // v8::Arguments::values_.
496 __ Set(StackSpaceOperand(2), argc); // v8::Arguments::length_.
497 // v8::Arguments::is_construct_call_.
500 // v8::InvocationCallback's argument.
503 // Function address is a foreign pointer outside V8's heap
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 45 #elif USE(V8)
370 #elif USE(V8)
371 // FIXME: Find a way to do this using V8.
380 #elif USE(V8)
381 v8::V8::LowMemoryNotification();
389 #elif USE(V8)
390 // FIXME: Find a way to do this using V8.
896 #elif USE(V8)
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
36 namespace v8 { namespace
666 // r0 = v8::Arguments&
669 // v8::Arguments::implicit_args = data
671 // v8::Arguments::values = last argument
674 // v8::Arguments::length_ = argc
677 // v8::Arguments::is_construct_call = 0
682 Address function_address = v8::ToCData<Address>(api_call_info->callback());
    [all...]
builtins-arm.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
38 namespace v8 { namespace
    [all...]
ic-arm.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
28 #include "v8.h"
40 namespace v8 { namespace
    [all...]
lithium-arm.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
    [all...]

Completed in 937 milliseconds

<<4142434445