Home | History | Annotate | Download | only in arm

Lines Matching refs:v8

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 {
69 class SimulatorStack : public v8::internal::AllStatic {
71 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
84 } } // namespace v8::internal
93 namespace v8 {
153 static Simulator* current(v8::internal::Isolate* isolate);
186 // V8 generally calls into generated JS code with 5 parameters and into
202 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
318 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr);
319 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
321 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
326 v8::internal::ExternalReference::Type type);
371 v8::internal::HashMap* i_cache_;
377 v8::internal::Isolate* isolate_;
418 class SimulatorStack : public v8::internal::AllStatic {
420 static inline uintptr_t JsLimitFromCLimit(v8::internal::Isolate* isolate,
435 } } // namespace v8::internal