/external/webkit/Source/WebCore/bindings/v8/ |
ScriptHeapSnapshot.cpp | 36 #include <v8.h> 37 #include <v8-profiler.h> 45 const_cast<v8::HeapSnapshot*>(m_snapshot)->Delete(); 50 v8::HandleScope scope; 61 class OutputStreamAdapter : public v8::OutputStream { 81 m_snapshot->Serialize(&outputStream, v8::HeapSnapshot::kJSON);
|
IDBBindingUtilities.h | 31 #include <v8.h> 40 PassRefPtr<IDBKey> createIDBKeyFromValue(v8::Handle<v8::Value>);
|
ScriptGCEvent.cpp | 50 v8::V8::AddGCPrologueCallback(ScriptGCEvent::gcPrologueCallback); 51 v8::V8::AddGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback); 64 v8::V8::RemoveGCPrologueCallback(ScriptGCEvent::gcPrologueCallback); 65 v8::V8::RemoveGCEpilogueCallback(ScriptGCEvent::gcEpilogueCallback); 71 v8::HeapStatistics heapStatistics; 72 v8::V8::GetHeapStatistics(&heapStatistics) [all...] |
DOMDataStore.h | 37 #include <v8.h> 78 // A list of all DOMDataStore objects in the current V8 instance (thread). Normally, each World has a DOMDataStore. 95 static void weakActiveDOMObjectCallback(v8::Persistent<v8::Value> v8Object, void* domObject); 98 static void weakNodeCallback(v8::Persistent<v8::Value> v8Object, void* domObject); 99 static void weakDOMObjectCallback(v8::Persistent<v8::Value> v8Object, void* domObject); 101 static void weakSVGElementInstanceCallback(v8::Persistent<v8::Value> v8Object, void* domObject) [all...] |
ScriptGCEvent.h | 36 #include "v8.h" 55 static void gcEpilogueCallback(v8::GCType type, v8::GCCallbackFlags flags); 56 static void gcPrologueCallback(v8::GCType type, v8::GCCallbackFlags flags);
|
ScriptProfileNode.h | 36 namespace v8 { namespace 48 static PassRefPtr<ScriptProfileNode> create(const v8::CpuProfileNode* profileNode) 65 ScriptProfileNode(const v8::CpuProfileNode* profileNode) 70 const v8::CpuProfileNode* m_profileNode;
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8IDBAnyCustom.cpp | 46 v8::Handle<v8::Value> toV8(IDBAny* impl) 49 return v8::Null(); 53 return v8::Undefined(); 55 return v8::Null(); 77 return v8::Undefined();
|
V8MessageChannelConstructor.cpp | 48 v8::Handle<v8::Value> V8MessageChannel::constructorCallback(const v8::Arguments& args) 51 // FIXME: The logic here is almost exact duplicate of V8::constructDOMObject. 59 return v8::Undefined(); 65 v8::Local<v8::Object> messageChannel = args.Holder();
|
V8ElementCustom.cpp | 56 v8::Handle<v8::Value> toV8(Element* impl, bool forceNewObject) 59 return v8::Null();
|
/external/v8/src/ |
checks.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 30 #include "v8.h" 65 v8::Handle<v8::Value> expected, 67 v8::Handle<v8::Value> value) { 69 v8::String::Utf8Value value_str(value); 70 v8::String::Utf8Value expected_str(expected); 81 v8::Handle<v8::Value> unexpected 103 namespace v8 { namespace internal { namespace [all...] |
apiutils.h | 1 // Copyright 2009 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 48 implicit_args[v8::Arguments::kDataIndex] = data; 49 implicit_args[v8::Arguments::kCalleeIndex] = callee; 50 implicit_args[v8::Arguments::kHolderIndex] = holder; 53 static v8::Arguments NewArguments(internal::Object** implicit_args, 56 ASSERT(implicit_args[v8::Arguments::kCalleeIndex]->IsJSFunction()); 57 ASSERT(implicit_args[v8::Arguments::kHolderIndex]->IsHeapObject()); 59 return v8::Arguments(implicit_args, argv, argc, is_construct_call); 64 typedef v8::HandleScope::Data HandleScopeData [all...] |
cpu.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 41 namespace v8 { namespace 67 } } // namespace v8::internal
|
fixed-dtoa.h | 1 // Copyright 2010 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 53 } } // namespace v8::internal
|
heap-profiler.h | 1 // Copyright 2009-2010 the V8 project authors. All rights reserved. 33 namespace v8 { namespace 41 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \ 56 v8::ActivityControl* control); 59 v8::ActivityControl* control); 68 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback); 70 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id, 81 v8::ActivityControl* control); 84 v8::ActivityControl* control); 89 List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_ [all...] |
/external/srtp/tables/ |
aes_tables.c | 106 tmp.v8[0] = x2; 107 tmp.v8[1] = x1; 108 tmp.v8[2] = x1; 109 tmp.v8[3] = x3; 112 tmp.v8[0] = x3; 113 tmp.v8[1] = x2; 114 tmp.v8[2] = x1; 115 tmp.v8[3] = x1; 118 tmp.v8[0] = x1; 119 tmp.v8[1] = x3 [all...] |
/external/v8/src/arm/ |
frames-arm.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 namespace v8 { namespace 43 } } // namespace v8::internal
|
/external/v8/src/ia32/ |
frames-ia32.cc | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 namespace v8 { namespace 43 } } // namespace v8::internal
|
/external/v8/src/mips/ |
frames-mips.cc | 1 // Copyright 2011 the V8 project authors. All rights reserved. 29 #include "v8.h" 36 namespace v8 { namespace 45 } } // namespace v8::internal
|
/external/v8/src/x64/ |
frames-x64.cc | 1 // Copyright 2010 the V8 project authors. All rights reserved. 28 #include "v8.h" 34 namespace v8 { namespace 43 } } // namespace v8::internal
|
/external/v8/test/cctest/ |
gay-fixed.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 45 } } // namespace v8::internal
|
gay-precision.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 45 } } // namespace v8::internal
|
gay-shortest.h | 1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 31 namespace v8 { namespace 42 } } // namespace v8::internal
|
/external/webkit/Source/WebCore/css/ |
MediaQueryListListener.cpp | 40 v8::HandleScope handleScope; 41 v8::Handle<v8::Context> context = state->context(); 44 v8::Context::Scope scope(context);
|
/external/webkit/Source/WebKit/chromium/src/ |
InspectorFrontendClientImpl.cpp | 65 v8::HandleScope handleScope; 66 v8::Handle<v8::Context> frameContext = V8Proxy::context(m_frontendPage->mainFrame()); 67 v8::Context::Scope contextScope(frameContext); 71 v8::Handle<v8::Value> frontendHostObj = toV8(m_frontendHost.get()); 72 v8::Handle<v8::Object> global = frameContext->Global(); 74 global->Set(v8::String::New("InspectorFrontendHost"), frontendHostObj);
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RSRuntimeException.java | 17 package android.support.v8.renderscript;
|