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 {
82 } } // namespace v8::internal
91 namespace v8 {
151 static Simulator* current(v8::internal::Isolate* isolate);
184 // V8 generally calls into generated JS code with 5 parameters and into
196 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
299 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr);
300 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
302 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
307 v8::internal::ExternalReference::Type type);
348 v8::internal::HashMap* i_cache_;
354 v8::internal::Isolate* isolate_;
395 class SimulatorStack : public v8::internal::AllStatic {
411 } } // namespace v8::internal