Home | History | Annotate | Download | only in arm

Lines Matching refs:Isolate

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);
377 v8::internal::Isolate* isolate_;
401 reinterpret_cast<Object*>(Simulator::current(Isolate::Current())->Call( \
405 Simulator::current(Isolate::Current())->Call( \
420 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
422 return Simulator::current(isolate)->StackLimit();
426 Simulator* sim = Simulator::current(Isolate::Current());
431 Simulator::current(Isolate::Current())->PopAddress();