HomeSort by relevance Sort by last modified time
    Searched defs:isolate (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/v8/src/ia32/
debug-ia32.cc 52 Isolate* isolate = Isolate::Current(); local
53 rinfo()->PatchCodeWithCall(isolate->debug()->debug_break_return()->entry(),
82 Isolate* isolate = Isolate::Current(); local
84 isolate->debug()->debug_break_slot()->entry(),
132 __ mov(ebx, Immediate(ExternalReference::debug_break(masm->isolate())));
167 ExternalReference(Debug_Address::AfterBreakTarget(), masm->isolate());
    [all...]
  /external/v8/src/
log-utils.cc 51 Isolate* isolate = Isolate::Current(); local
52 if (isolate->IsDefaultIsolate()) return;
53 stream->Add("isolate-%p-", isolate);
93 !Isolate::Current()->IsDefaultIsolate()) {
v8.cc 30 #include "isolate.h"
67 // The current thread may not yet had entered an isolate to run.
68 // Note the Isolate::Current() may be non-null because for various
69 // initialization purposes an initializing thread may be assigned an isolate
71 if (i::Isolate::CurrentPerIsolateThreadData() == NULL) {
72 i::Isolate::EnterDefaultIsolate();
75 ASSERT(i::Isolate::CurrentPerIsolateThreadData() != NULL);
76 ASSERT(i::Isolate::CurrentPerIsolateThreadData()->thread_id().Equals(
78 ASSERT(i::Isolate::CurrentPerIsolateThreadData()->isolate() =
102 Isolate* isolate = Isolate::Current(); local
    [all...]
v8threads.h 75 // Defined in isolate.h.
82 virtual void VisitThread(Isolate* isolate, ThreadLocalTop* top) = 0;
132 Isolate* isolate_;
134 friend class Isolate;
156 ContextSwitcher(Isolate* isolate, int every_n_ms);
158 Isolate* isolate() const { return isolate_; } function in class:v8::internal::ContextSwitcher
164 Isolate* isolate_
    [all...]
zone.h 50 class Isolate;
87 inline Isolate* isolate() { return isolate_; } function in class:v8::internal::Zone
92 friend class Isolate;
117 // Each isolate gets its own zone.
142 Isolate* isolate_;
211 INLINE(ZoneScope(Isolate* isolate, ZoneScopeMode mode));
226 Isolate* isolate_;
  /external/v8/test/cctest/
test-date.cc 111 Isolate* isolate = Isolate::Current(); local
112 DateCache* date_cache = isolate->date_cache();
123 Isolate* isolate = Isolate::Current(); local
136 isolate->set_date_cache(date_cache);
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 184 v8::Isolate::GetCurrent()->GetHeapStatistics(&heap_stats);
214 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
215 if (isolate) {
217 isolate->GetHeapStatistics(&heap_stats);
  /external/chromium_org/content/renderer/gpu/
gpu_benchmarking_extension.cc 133 CallbackAndContext(v8::Isolate* isolate,
136 : isolate_(isolate) {
141 v8::Isolate* isolate() { function in class:content::__anon10395::CallbackAndContext
161 v8::Isolate* isolate_;
359 v8::HandleScope scope(callback_and_context->isolate());
450 v8::HandleScope scope(callback_and_context->isolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 90 static PassOwnArrayPtr<v8::Handle<v8::Value> > createValueListFromVariantArgs(const NPVariant* arguments, uint32_t argumentCount, NPObject* owner, v8::Isolate* isolate)
95 argv[index] = convertNPVariantToV8Object(arg, owner, isolate);
154 v8npObject->v8Object.Reset(v8::Isolate::GetCurrent(), object);
179 v8::Isolate* isolate = v8::Isolate::GetCurrent();
180 v8::HandleScope scope(isolate);
181 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
212 v8::Isolate* isolate = v8::Isolate::GetCurrent()
374 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
408 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
457 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
480 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
524 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
ScriptProfiler.cpp 60 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
61 v8::CpuProfiler* profiler = isolate->GetCpuProfiler();
64 v8::HandleScope handleScope(isolate);
65 profiler->StartCpuProfiling(v8String(title, isolate), true);
70 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
71 v8::CpuProfiler* profiler = isolate->GetCpuProfiler()
98 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
135 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
236 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
259 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
269 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
V8GCController.cpp 53 static void addReferencesForNodeWithEventListeners(v8::Isolate* isolate, Node* node, const v8::Persistent<v8::Object>& wrapper)
67 isolate->SetReference(wrapper, *value);
71 Node* V8GCController::opaqueRootForGC(Node* node, v8::Isolate*)
97 explicit MinorGCWrapperVisitor(v8::Isolate* isolate)
98 : m_isolate(isolate)
186 void gcTree(v8::Isolate* isolate, Node* startNode)
212 wrapper->MarkPartiallyDependent(isolate);
332 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
379 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8WindowCustom.cpp 436 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
437 v8::Handle<v8::Object> window = host->FindInstanceInPrototypeChain(V8Window::GetTemplate(isolate, worldTypeInMainThread(isolate)));
479 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
480 v8::Handle<v8::Object> window = host->FindInstanceInPrototypeChain(V8Window::GetTemplate(isolate, worldTypeInMainThread(isolate)));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 206 static bool getRangeImpl(NPObject* object, WebRange* webRange, v8::Isolate* isolate)
215 v8::HandleScope handleScope(isolate);
216 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
222 Range* native = V8Range::HasInstanceInAnyWorld(v8Object, isolate) ? V8Range::toNative(v8Object) : 0;
230 static bool getNodeImpl(NPObject* object, WebNode* webNode, v8::Isolate* isolate)
239 v8::HandleScope handleScope(isolate);
240 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NPObject->v8Object);
243 Node* native = V8Node::HasInstanceInAnyWorld(v8Object, isolate) ? V8Node::toNative(v8Object) : 0
327 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
389 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
    [all...]
  /external/chromium_org/v8/samples/
lineprocessor.cc 101 void ReportException(v8::Isolate* isolate, v8::TryCatch* handler);
127 v8::Isolate* isolate = v8::Isolate::GetCurrent(); local
128 v8::HandleScope handle_scope(isolate);
130 v8::Local<v8::Context>::New(isolate, debug_message_context);
140 v8::Isolate* isolate = v8::Isolate::GetCurrent() local
275 v8::Isolate* isolate = context->GetIsolate(); local
    [all...]
  /external/chromium_org/v8/src/
arguments.h 157 static inline bool ReturnsVoid(Isolate* isolate, void* function) {
158 CallbackTable* table = isolate->callback_table();
174 static NewFunction Register(Isolate* isolate, OldFunction f) { \
175 InsertCallback(isolate, FunctionToVoidPtr(f), false); \
179 static NewFunction Register(Isolate* isolate, NewFunction f) { \
180 InsertCallback(isolate, FunctionToVoidPtr(f), true); \
189 static void InsertCallback(Isolate* isolate
232 inline Isolate* isolate() { function in class:v8::internal::CustomArguments
    [all...]
counters.h 103 friend class Isolate;
192 Isolate* isolate)
199 isolate_(isolate) { }
225 Isolate* isolate() const { return isolate_; } function in class:v8::internal::Histogram
236 Isolate* isolate_;
247 Isolate* isolate)
248 : Histogram(name, min, max, num_buckets, isolate),
    [all...]
cpu-profiler.h 153 void AddCurrentStack(Isolate* isolate);
178 Isolate* cpu_profiler_isolate = (IsolateGetter); \
189 explicit CpuProfiler(Isolate* isolate);
191 CpuProfiler(Isolate* isolate,
244 Isolate* isolate() const { return isolate_; } function in class:v8::internal::CpuProfiler
253 Isolate* isolate_
    [all...]
d8-debug.cc 55 Isolate* isolate = Isolate::GetCurrent(); local
56 HandleScope scope(isolate);
73 Shell::ReportException(isolate, &try_catch);
79 Shell::DebugMessageDetails(isolate, Handle<String>::Cast(event_json));
81 Shell::ReportException(isolate, &try_catch);
98 Shell::ReportException(isolate, &try_catch);
117 Shell::DebugCommandToJSONRequest(isolate, String::New(command));
119 Shell::ReportException(isolate, &try_catch)
    [all...]
disassembler.cc 74 const char* name = Isolate::Current()->builtins()->Lookup(pc);
113 static int DecodeIt(Isolate* isolate,
118 SealHandleScope shs(isolate);
285 isolate->deoptimizer_data() != NULL) {
288 int id = Deoptimizer::GetDeoptimizationId(isolate,
292 id = Deoptimizer::GetDeoptimizationId(isolate,
296 id = Deoptimizer::GetDeoptimizationId(isolate,
333 int Disassembler::Decode(Isolate* isolate, FILE* f, byte* begin, byte* end)
341 Isolate* isolate = code->GetIsolate(); local
    [all...]
effects.h 62 static Effect Unknown(Isolate* isolate) {
63 return Effect(Bounds::Unbounded(isolate), POSSIBLE);
66 static Effect Forget(Isolate* isolate) {
67 return Effect(Bounds::Unbounded(isolate), DEFINITE);
71 static Effect Seq(Effect e1, Effect e2, Isolate* isolate) {
73 return Effect(Bounds::Either(e1.bounds, e2.bounds, isolate), e1.modality);
77 static Effect Alt(Effect e1, Effect e2, Isolate* isolate)
209 Isolate* isolate() { return zone()->isolate(); } function in class:v8::internal::EffectsBase
280 Isolate* isolate() { return zone()->isolate(); } function in class:v8::internal::NestedEffectsBase
    [all...]
global-handles.h 274 Isolate* isolate() { return isolate_; } function in class:v8::internal::GlobalHandles
282 explicit GlobalHandles(Isolate* isolate);
298 Isolate* isolate_;
329 friend class Isolate;
350 int Create(Isolate* isolate, Object* object);
369 Handle<Object> CreateSingleton(Isolate* isolate,
    [all...]
type-info.h 241 Isolate* isolate,
316 Isolate* isolate() const { return isolate_; } function in class:v8::internal::TypeFeedbackOracle
344 Isolate* isolate_;
v8threads.cc 46 Initialize(i::Isolate::GetDefaultIsolateForLocking());
51 // the lock for a given isolate.
52 void Locker::Initialize(v8::Isolate* isolate) {
53 ASSERT(isolate != NULL);
56 isolate_ = reinterpret_cast<i::Isolate*>(isolate);
84 internal::Isolate::EnterDefaultIsolate();
91 bool Locker::IsLocked(v8::Isolate* isolate) {
443 Isolate* isolate = Isolate::Current(); local
460 Isolate* isolate = Isolate::Current(); local
    [all...]
  /external/chromium_org/v8/src/arm/
regexp-macro-assembler-arm.h 223 Isolate* isolate() const { return masm_->isolate(); } function in class:v8::internal::RegExpMacroAssemblerARM
  /external/chromium_org/v8/src/mips/
regexp-macro-assembler-mips.h 228 Isolate* isolate() const { return masm_->isolate(); } function in class:v8::internal::RegExpMacroAssemblerMIPS

Completed in 504 milliseconds

1 2 34 5 6 7 8 91011>>