HomeSort by relevance Sort by last modified time
    Searched refs:Isolate (Results 26 - 50 of 687) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/src/x87/
simulator-x87.h 15 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
20 const byte*, int*, int, Address, int, Isolate*);
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
34 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
36 USE(isolate);
40 static inline uintptr_t RegisterCTryCatch(Isolate* isolate,
42 USE(isolate);
46 static inline void UnregisterCTryCatch(Isolate* isolate) { USE(isolate);
    [all...]
  /external/v8/include/
v8-debug.h 87 virtual Isolate* GetIsolate() const = 0;
158 static bool SetDebugEventListener(Isolate* isolate, EventCallback that,
160 V8_DEPRECATED("Use version with an Isolate",
165 // in the given isolate.
166 static void DebugBreak(Isolate* isolate);
168 // Remove scheduled debugger break in given isolate if it has not
170 static void CancelDebugBreak(Isolate* isolate);
    [all...]
  /external/v8/src/
code-factory.cc 15 Callable CodeFactory::LoadIC(Isolate* isolate, TypeofMode typeof_mode,
19 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState()),
20 LoadDescriptor(isolate));
26 Isolate* isolate, TypeofMode typeof_mode, LanguageMode language_mode,
29 isolate, LoadICState(typeof_mode, language_mode).GetExtraICState(),
31 return Callable(code, LoadWithVectorDescriptor(isolate));
36 Callable CodeFactory::KeyedLoadIC(Isolate* isolate,
    [all...]
codegen.h 92 typedef double (*UnaryMathFunctionWithIsolate)(double x, Isolate* isolate);
94 UnaryMathFunctionWithIsolate CreateExpFunction(Isolate* isolate);
95 UnaryMathFunctionWithIsolate CreateSqrtFunction(Isolate* isolate);
101 double fast_exp(double input, Isolate* isolate);
102 double fast_sqrt(double input, Isolate* isolate);
    [all...]
api-natives.h 29 Isolate* isolate, Handle<FunctionTemplateInfo> instance,
38 static Handle<JSFunction> CreateApiFunction(Isolate* isolate,
43 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
47 static void AddDataProperty(Isolate* isolate, Handle<TemplateInfo> info,
51 static void AddAccessorProperty(Isolate* isolate, Handle<TemplateInfo> info
    [all...]
allocation-site-scopes.h 21 explicit AllocationSiteContext(Isolate* isolate) {
22 isolate_ = isolate;
30 Isolate* isolate() { return isolate_; } function in class:v8::internal::AllocationSiteContext
39 current_ = Handle<AllocationSite>::New(*top_, isolate());
43 Isolate* isolate_;
53 explicit AllocationSiteCreationContext(Isolate* isolate)
54 : AllocationSiteContext(isolate) { }
    [all...]
futex-emulation.h 34 class Isolate;
92 // they are equal, block execution on |isolate|'s thread until woken via
97 static Object* Wait(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
103 static Object* Wake(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
111 static Object* WakeOrRequeue(Isolate* isolate,
118 static Object* NumWaitersForTesting(Isolate* isolate,
    [all...]
bootstrapper.h 22 void Initialize(Isolate* isolate, bool create_heap_objects) {
23 cache_ = create_heap_objects ? isolate->heap()->empty_fixed_array() : NULL;
43 Isolate* isolate = shared->GetIsolate(); local
44 Factory* factory = isolate->factory();
45 HandleScope scope(isolate);
110 static bool CompileNative(Isolate* isolate, Vector<const char> name,
113 static bool CompileBuiltin(Isolate* isolate, int index)
    [all...]
assert-scope.h 15 class Isolate;
56 explicit PerIsolateAssertScope(Isolate* isolate);
59 static bool IsAllowed(Isolate* isolate);
64 Isolate* isolate_;
88 explicit PerIsolateAssertScopeDebugOnly(Isolate* isolate)
89 : PerIsolateAssertScope<type, allow>(isolate) { }
93 explicit PerIsolateAssertScopeDebugOnly(Isolate* isolate) {
    [all...]
handles.h 21 class Isolate;
30 V8_INLINE explicit HandleBase(Object* object, Isolate* isolate);
94 V8_INLINE Handle(T* object, Isolate* isolate) : HandleBase(object, isolate) {}
97 V8_INLINE static Handle<T> New(T* object, Isolate* isolate);
159 V8_INLINE Handle<T> handle(T* object, Isolate* isolate) {
279 Isolate* isolate() { return isolate_; } function in class:v8::internal::HandleScope
    [all...]
assembler.h 40 #include "src/isolate.h"
63 AssemblerBase(Isolate* isolate, void* buffer, int buffer_size);
66 Isolate* isolate() const { return isolate_; } function in class:v8::internal::AssemblerBase
111 static void FlushICache(Isolate* isolate, void* start, size_t size);
133 Isolate* isolate_;
430 explicit RelocInfo(Isolate* isolate) : isolate_(isolate)
512 Isolate* isolate() const { return isolate_; } function in class:v8::internal::RelocInfo
    [all...]
isolate.cc 5 #include "src/isolate.h"
28 #include "src/isolate-inl.h"
55 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_);
58 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
111 base::Thread::LocalStorageKey Isolate::isolate_key_;
112 base::Thread::LocalStorageKey Isolate::thread_id_key_;
113 base::Thread::LocalStorageKey Isolate::per_isolate_thread_data_key_;
114 base::LazyMutex Isolate::thread_data_table_mutex_ = LAZY_MUTEX_INITIALIZER;
115 Isolate::ThreadDataTable* Isolate::thread_data_table_ = NULL
    [all...]
  /external/pdfium/testing/
js_embedder_test.h 22 v8::Isolate* isolate();
27 v8::Isolate* m_pIsolate;
  /external/v8/src/wasm/
module-decoder.h 15 ModuleResult DecodeWasmModule(Isolate* isolate, Zone* zone,
26 FunctionResult DecodeWasmFunction(Isolate* isolate, Zone* zone, ModuleEnv* env,
  /hardware/bsp/intel/peripheral/libupm/src/
upm.i 22 while (!v8::Isolate::GetCurrent()->IdleNotification(1000))
  /external/v8/src/snapshot/
snapshot.h 14 class Isolate;
35 // Initialize the Isolate from the internal snapshot. Returns false if no
37 static bool Initialize(Isolate* isolate);
40 Isolate* isolate, Handle<JSGlobalProxy> global_proxy);
42 static bool HaveASnapshotToStartFrom(Isolate* isolate);
44 static bool EmbedsScript(Isolate* isolate);
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
scope_inline.h 13 v8::Isolate* m_isolate;
15 v8::Isolate::Scope m_iscope;
19 explicit CFXJSE_ScopeUtil_IsolateHandle(v8::Isolate* pIsolate)
24 v8::Isolate* GetIsolate() { return m_isolate; }
37 explicit CFXJSE_ScopeUtil_IsolateHandleRootContext(v8::Isolate* pIsolate)
61 v8::Isolate* GetIsolate() { return m_context->m_pIsolate; }
81 v8::Isolate* pIsolate,
89 v8::Isolate* GetIsolate() { return m_parent.GetIsolate(); }
91 v8::Isolate* pIsolate = m_parent.GetIsolate();
  /external/v8/test/cctest/
test-random-number-generator.cc 42 v8::Isolate::CreateParams create_params;
44 v8::Isolate* i = v8::Isolate::New(create_params);
46 *reinterpret_cast<Isolate*>(i)->random_number_generator();
67 v8::Isolate::CreateParams create_params;
69 v8::Isolate* isolate = v8::Isolate::New(create_params); local
70 Isolate* i_isolate = reinterpret_cast<Isolate*>(isolate)
    [all...]
test-lockers.cc 37 #include "src/isolate.h"
57 // Migrating an isolate
60 KangarooThread(v8::Isolate* isolate, v8::Local<v8::Context> context)
62 isolate_(isolate),
63 context_(isolate, context) {}
68 v8::Isolate::Scope isolate_scope(isolate_);
69 CHECK_EQ(isolate_, v8::Isolate::GetCurrent());
80 v8::Isolate::Scope isolate_scope(isolate_);
93 v8::Isolate* isolate_
102 v8::Isolate* isolate = v8::Isolate::New(create_params); local
220 v8::Isolate* isolate = v8::Isolate::New(create_params); local
263 v8::Isolate* isolate = v8::Isolate::New(create_params); local
393 v8::Isolate* isolate = v8::Isolate::New(create_params); local
450 v8::Isolate* isolate = v8::Isolate::New(create_params); local
576 v8::Isolate* isolate = v8::Isolate::New(create_params); local
653 v8::Isolate* isolate = v8::Isolate::New(create_params); local
687 v8::Isolate* isolate = v8::Isolate::New(create_params); local
    [all...]
  /external/v8/test/unittests/
test-utils.h 24 Isolate* isolate() const { return isolate_; } function in class:v8::TestWithIsolate
31 static Isolate* isolate_;
32 Isolate::Scope isolate_scope_;
84 Isolate* isolate() const { function in class:v8::internal::TestWithIsolate
85 return reinterpret_cast<Isolate*>(::v8::TestWithIsolate::isolate());
  /external/v8/src/extensions/
free-buffer-extension.cc 8 #include "src/isolate.h"
15 v8::Isolate* isolate, v8::Local<v8::String> str) {
16 return v8::FunctionTemplate::New(isolate, FreeBufferExtension::FreeBuffer);
24 Isolate* isolate = reinterpret_cast<Isolate*>(args.GetIsolate()); local
25 isolate->array_buffer_allocator()->Free(contents.Data(),
  /external/v8/src/heap/
incremental-marking-job.h 14 class Isolate;
28 explicit IdleTask(Isolate* isolate, IncrementalMarkingJob* job)
29 : CancelableIdleTask(isolate), job_(job) {}
41 explicit DelayedTask(Isolate* isolate, IncrementalMarkingJob* job)
42 : CancelableTask(isolate), job_(job) {}
  /external/v8/src/profiler/
sampler.h 18 class Isolate;
41 void Init(Isolate* isolate, const v8::RegisterState& state,
43 static void GetStackSample(Isolate* isolate, const v8::RegisterState& state,
69 Sampler(Isolate* isolate, int interval);
72 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Sampler
120 Isolate* isolate_
    [all...]
  /external/pdfium/fpdfsdk/src/jsapi/
fxjs_v8.cpp 26 static v8::Isolate* g_isolate = nullptr;
42 static int MaxID(v8::Isolate* pIsolate) {
46 static CFXJS_ObjDefinition* ForID(v8::Isolate* pIsolate, int id) {
51 CFXJS_ObjDefinition(v8::Isolate* isolate,
60 m_pIsolate(isolate) {
61 v8::Isolate::Scope isolate_scope(isolate);
62 v8::HandleScope handle_scope(isolate);
64 v8::Local<v8::FunctionTemplate> fun = v8::FunctionTemplate::New(isolate);
    [all...]
  /external/v8/samples/
hello-world.cc 33 // Create a new Isolate and make it the current one.
35 Isolate::CreateParams create_params;
37 Isolate* isolate = Isolate::New(create_params); local
39 Isolate::Scope isolate_scope(isolate);
42 HandleScope handle_scope(isolate);
45 Local<Context> context = Context::New(isolate);
52 String::NewFromUtf8(isolate, "'Hello' + ', World!'"
    [all...]

Completed in 886 milliseconds

12 3 4 5 6 7 8 91011>>