HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 401 - 425 of 1279) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebKit/chromium/public/
WebFrame.h 42 namespace v8 { namespace
107 WEBKIT_API static WebFrame* frameForContext(v8::Handle<v8::Context>);
245 // v8 extensions are loaded into the new context - see
260 virtual v8::Handle<v8::Value> executeScriptAndReturnValue(
263 // Returns the V8 context for this frame, or an empty handle if there
265 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
268 virtual v8::Handle<v8::Value> createFileSystem(WebFileSystem::Type
    [all...]
  /external/v8/test/cctest/
test-log-utils.cc 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
7 #include "v8.h"
12 using v8::internal::CStrVector;
13 using v8::internal::EmbeddedVector;
14 using v8::internal::LogDynamicBuffer;
15 using v8::internal::MutableCStrVector;
16 using v8::internal::ScopedVector;
17 using v8::internal::Vector;
18 using v8::internal::StrLength;
test-parsing.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 #include "v8.h"
43 namespace i = ::v8::internal;
137 v8::V8::Initialize();
163 v8::ScriptData* data =
164 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i]));
171 class ScriptResource : public v8::String::ExternalAsciiStringResource {
186 v8::HandleScope handles;
187 v8::Persistent<v8::Context> context = v8::Context::New()
    [all...]
test-type-info.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
32 namespace v8 { namespace
56 } } // namespace v8::internal
  /hardware/ril/mock-ril/src/cpp/
responses.cpp 19 #include <v8.h>
381 v8::Handle<v8::Value> SendRilRequestComplete(const v8::Arguments& args) {
383 v8::HandleScope handle_scope;
384 v8::Handle<v8::Value> retValue;
401 return v8::Undefined();
403 v8::Handle<v8::Value> v8RilErrCode
    [all...]
protobuf_v8.cpp 59 using v8::Array;
60 using v8::AccessorInfo;
61 using v8::Arguments;
62 using v8::Boolean;
63 using v8::Context;
64 using v8::External;
65 using v8::Function;
66 using v8::FunctionTemplate;
67 using v8::Integer;
68 using v8::Handle
    [all...]
  /external/srtp/crypto/math/
datatypes.c 200 bit_string[j++] = nibble_to_hex_char(x->v8[i] >> 4);
201 bit_string[j++] = nibble_to_hex_char(x->v8[i] & 0xF);
233 x->v8[0] = s[0];
234 x->v8[1] = s[1];
235 x->v8[2] = s[2];
236 x->v8[3] = s[3];
237 x->v8[4] = s[4];
238 x->v8[5] = s[5];
239 x->v8[6] = s[6];
240 x->v8[7] = s[7]
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_8.d 28 const v8, 0
30 filled-new-array {v5, v6, v7, v8, v9}, [I
37 filled-new-array {v5, v6, v7, v8, v9}, [I
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/filled_new_array/d/
T_filled_new_array_8.d 28 const v8, 0
30 filled-new-array {v5, v6, v7, v8, v9}, [I
37 filled-new-array {v5, v6, v7, v8, v9}, [I
  /external/v8/src/arm/
simulator-arm.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
44 namespace v8 { namespace
69 class SimulatorStack : public v8::internal::AllStatic {
82 } } // namespace v8::internal
91 namespace v8 { namespace
151 static Simulator* current(v8::internal::Isolate* isolate);
184 // V8 generally calls into generated JS code with 5 parameters and into
196 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
299 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8SVGPathSegCustom.cpp 60 v8::Handle<v8::Value> toV8(SVGPathSeg* impl)
63 return v8::Null();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
V8Counters.cpp 39 #if USE(V8)
86 v8::V8::SetCounterFunction(counterForName);
87 v8::V8::SetCreateHistogramFunction(createHistogram);
88 v8::V8::SetAddHistogramSampleFunction(addHistogramSample);
116 #endif // USE(V8)
  /external/v8/src/
char-predicates.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
63 } } // namespace v8::internal
circular-queue.h 1 // Copyright 2010 the V8 project authors. All rights reserved.
31 namespace v8 { namespace
101 } } // namespace v8::internal
heap-profiler.h 1 // Copyright 2009-2010 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
44 v8::internal::HeapProfiler* profiler = heap->isolate()->heap_profiler(); \
63 v8::ActivityControl* control);
66 v8::ActivityControl* control);
75 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback);
77 v8::RetainedObjectInfo* ExecuteWrapperClassCallback(uint16_t class_id,
92 v8::ActivityControl* control);
95 v8::ActivityControl* control);
100 List<v8::HeapProfiler::WrapperInfoCallback> wrapper_callbacks_
    [all...]
inspector.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
29 #include "v8.h"
33 namespace v8 { namespace
62 } } // namespace v8::internal
macro-assembler.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
93 namespace v8 { namespace
118 } } // namespace v8::internal
platform-tls-win32.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 namespace v8 { namespace
60 } } // namespace v8::internal
v8-counters.cc 1 // Copyright 2007-2008 the V8 project authors. All rights reserved.
28 #include "v8.h"
30 #include "v8-counters.h"
32 namespace v8 { namespace
52 { "c:V8.State" #name, NULL, false },
62 } } // namespace v8::internal
  /external/v8/src/ia32/
codegen-ia32.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
77 } } // namespace v8::internal
lithium-gap-resolver-ia32.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
108 } } // namespace v8::internal
  /external/v8/src/mips/
cpu-mips.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
37 #include "v8.h"
46 namespace v8 { namespace
54 V8::DisableCrankshaft();
88 } } // namespace v8::internal
deoptimizer-mips.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
38 namespace v8 { namespace
91 } } // namespace v8::internal
jump-target-mips.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
29 #include "v8.h"
38 namespace v8 { namespace
78 } } // namespace v8::internal
  /external/v8/src/x64/
codegen-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
74 } } // namespace v8::internal

Completed in 120 milliseconds

<<11121314151617181920>>