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

12 3 4 5 6 7 8 910

  /external/v8/test/cctest/
test-ast.cc 42 ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);
43 AstNodeFactory<AstNullVisitor> factory(Isolate::Current());
test-deoptimization.cc 37 #include "isolate.h"
44 using ::v8::internal::Isolate;
133 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
149 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
171 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
188 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
212 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
236 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
268 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()));
289 CHECK_EQ(0, Deoptimizer::GetDeoptimizedCodeCount(Isolate::Current()))
    [all...]
test-spaces.cc 104 // Temporarily sets a given allocator in an isolate.
107 TestMemoryAllocatorScope(Isolate* isolate, MemoryAllocator* allocator)
108 : isolate_(isolate),
109 old_allocator_(isolate->memory_allocator_) {
110 isolate->memory_allocator_ = allocator;
118 Isolate* isolate_;
129 Isolate* isolate = Isolate::Current() local
179 Isolate* isolate = Isolate::Current(); local
209 Isolate* isolate = Isolate::Current(); local
    [all...]
test-compiler.cc 104 return Isolate::Current()->context()->global()->GetProperty(*symbol);
111 Handle<JSObject> global(Isolate::Current()->context()->global());
128 Isolate::Current()->global_context());
141 Handle<JSObject> global(Isolate::Current()->context()->global());
162 Handle<JSObject> global(Isolate::Current()->context()->global());
182 Handle<JSObject> global(Isolate::Current()->context()->global());
203 Handle<JSObject> global(Isolate::Current()->context()->global());
224 Handle<JSObject> global(Isolate::Current()->context()->global());
257 Handle<JSObject> global(Isolate::Current()->context()->global());
272 Handle<JSObject> global(Isolate::Current()->context()->global())
    [all...]
  /external/v8/src/
regexp-stack.h 46 explicit RegExpStackScope(Isolate* isolate);
137 Isolate* isolate_;
140 friend class Isolate;
compilation-cache.h 41 CompilationSubCache(Isolate* isolate, int generations)
42 : isolate_(isolate),
82 Isolate* isolate() { return isolate_; }
85 Isolate* isolate_;
96 CompilationCacheScript(Isolate* isolate, int generations);
139 CompilationCacheEval(Isolate* isolate, int generations
    [all...]
frames.h 50 class Isolate;
60 explicit InnerPointerToCodeCache(Isolate* isolate) : isolate_(isolate) {
76 Isolate* isolate_;
231 static inline Code* GetContainingCode(Isolate* isolate, Address pc);
236 static Code* GetSafepointData(Isolate* isolate,
260 Isolate* isolate() const { return isolate_;
    [all...]
debug-agent.h 48 isolate_(Isolate::Current()),
65 Isolate* isolate() { return isolate_; } function in class:v8::internal::DebuggerAgent
74 Isolate* isolate_;
liveedit.h 69 explicit LiveEditFunctionTracker(Isolate* isolate, FunctionLiteral* fun);
75 static bool IsActive(Isolate* isolate);
79 Isolate* isolate_;
bootstrapper.h 98 Isolate* isolate,
144 friend class Isolate;
156 ++Isolate::Current()->bootstrapper()->nesting_;
160 --Isolate::Current()->bootstrapper()->nesting_;
execution.cc 36 #include "isolate-inl.h"
75 Isolate* isolate = function->GetIsolate(); local
78 VMState state(isolate, JS);
90 ? isolate->factory()->js_construct_entry_code()
91 : isolate->factory()->js_entry_code();
108 SaveContext save(isolate);
127 ASSERT(*has_pending_exception == Isolate::Current()->has_pending_exception());
129 isolate->ReportPendingMessages();
130 if (isolate->pending_exception() == Failure::OutOfMemoryException())
205 Isolate* isolate = Isolate::Current(); local
225 Isolate* isolate = Isolate::Current(); local
253 Isolate* isolate = Isolate::Current(); local
283 Isolate* isolate = Isolate::Current(); local
311 Isolate* isolate = Isolate::Current(); local
667 Isolate* isolate = string->GetIsolate(); local
700 Isolate* isolate = data->GetIsolate(); local
721 Isolate* isolate = data->GetIsolate(); local
755 Isolate* isolate = Isolate::Current(); local
769 Isolate* isolate = fun->GetIsolate(); local
786 Isolate* isolate = Isolate::Current(); local
817 Isolate* isolate = Isolate::Current(); local
866 Isolate* isolate = Isolate::Current(); local
    [all...]
ic.h 93 IC(FrameDepth depth, Isolate* isolate);
140 Isolate* isolate() const { return isolate_; } function in class:v8::internal::IC
180 Isolate* isolate_;
214 CallICBase(Code::Kind kind, Isolate* isolate)
215 : IC(EXTRA_CALL_FRAME, isolate), kind_(kind) {}
267 explicit CallIC(Isolate* isolate) : CallICBase(Code::CALL_IC, isolate)
    [all...]
handles.cc 49 Isolate* isolate = Isolate::Current(); local
50 HandleScopeImplementer* impl = isolate->handle_scope_implementer();
54 (isolate->handle_scope_data()->next - impl->blocks()->last()));
59 Isolate* isolate = Isolate::Current(); local
61 isolate->handle_scope_data();
73 HandleScopeImplementer* impl = isolate->handle_scope_implementer()
237 Isolate* isolate = Isolate::Current(); local
250 Isolate* isolate = object->GetIsolate(); local
261 Isolate* isolate = object->GetIsolate(); local
284 Isolate* isolate = obj->GetIsolate(); local
292 Isolate* isolate = Isolate::Current(); local
302 Isolate* isolate = receiver->GetIsolate(); local
319 Isolate* isolate = Isolate::Current(); local
336 Isolate* isolate = obj->GetIsolate(); local
360 Isolate* isolate = Isolate::Current(); local
372 Isolate* isolate = Isolate::Current(); local
451 Isolate* isolate = src->GetIsolate(); local
549 Isolate* isolate = receiver->GetIsolate(); local
571 Isolate* isolate = receiver->GetIsolate(); local
604 Isolate* isolate = object->GetIsolate(); local
694 Isolate* isolate = object->GetIsolate(); local
705 Isolate* isolate = object->GetIsolate(); local
    [all...]
regexp-stack.cc 34 RegExpStackScope::RegExpStackScope(Isolate* isolate)
35 : regexp_stack_(isolate->regexp_stack()) {
42 ASSERT(Isolate::Current() == regexp_stack_->isolate_);
v8.h 87 // TODO(isolates): move IsDead to Isolate.
107 static uint32_t RandomPrivate(Isolate* isolate);
116 static void FireCallCompletedCallback(Isolate* isolate);
codegen.cc 67 if (Isolate::Current()->bootstrapper()->IsActive()) {
99 Isolate* isolate = info->isolate(); local
105 isolate->factory()->NewCode(desc, flags, masm->CodeObject());
108 isolate->counters()->total_compiled_code_size()->Increment(
117 bool print_code = Isolate::Current()->bootstrapper()->IsActive()
155 Isolate* isolate = Isolate::Current() local
    [all...]
regexp-macro-assembler.cc 110 Isolate* isolate) {
152 isolate);
164 Isolate* isolate) {
165 ASSERT(isolate == Isolate::Current());
167 RegExpStackScope stack_scope(isolate);
179 isolate);
183 if (result == EXCEPTION && !isolate->has_pending_exception())
    [all...]
global-handles.h 231 Isolate* isolate() { return isolate_; } function in class:v8::internal::GlobalHandles
239 explicit GlobalHandles(Isolate* isolate);
246 Isolate* isolate_;
277 friend class Isolate;
messages.cc 103 void MessageHandler::ReportMessage(Isolate* isolate,
109 Isolate::ExceptionScope exception_scope(isolate);
110 isolate->clear_pending_exception();
111 isolate->set_external_caught_exception(false);
119 if (isolate->has_scheduled_exception()) {
120 isolate->clear_scheduled_exception();
136 if (isolate->has_scheduled_exception()) {
137 isolate->clear_scheduled_exception()
    [all...]
regexp-macro-assembler.h 202 Isolate* isolate);
209 Isolate* isolate);
217 Isolate* isolate);
236 Isolate* isolate);
  /external/v8/include/
v8-debug.h 258 // in the given isolate. If no isolate is provided the default
259 // isolate is used.
260 static void DebugBreak(Isolate* isolate = NULL);
262 // Remove scheduled debugger break in given isolate if it has not
263 // happened yet. If no isolate is provided the default isolate is
265 static void CancelDebugBreak(Isolate* isolate = NULL)
    [all...]
  /external/v8/src/arm/
simulator-arm.h 52 void*, int*, Address, int, Isolate*);
71 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
73 USE(isolate);
148 explicit Simulator(Isolate* isolate);
153 static Simulator* current(v8::internal::Isolate* isolate);
184 static void Initialize(Isolate* isolate);
    [all...]
cpu-arm.cc 66 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);
  /external/v8/src/mips/
simulator-mips.h 53 void*, int*, Address, int, Isolate*);
72 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
176 explicit Simulator(Isolate* isolate);
181 static Simulator* current(v8::internal::Isolate* isolate);
211 static void Initialize(Isolate* isolate);
379 v8::internal::Isolate* isolate_
    [all...]
cpu-mips.cc 86 Simulator::FlushICache(Isolate::Current()->simulator_i_cache(), start, size);

Completed in 866 milliseconds

12 3 4 5 6 7 8 910