Lines Matching refs:v8
1 // Copyright 2010 the V8 project authors. All rights reserved.
32 // V8 calls into generated code by "calling" the CALL_GENERATED_CODE macro,
45 namespace v8 {
69 class SimulatorStack : public v8::internal::AllStatic {
82 } } // namespace v8::internal
99 namespace v8 {
178 static Simulator* current(v8::internal::Isolate* isolate);
210 // V8 generally calls into generated JS code with 5 parameters and into
222 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
302 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr);
303 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
305 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
344 v8::internal::HashMap* i_cache_;
350 v8::internal::Isolate* isolate_;
374 class SimulatorStack : public v8::internal::AllStatic {
390 } } // namespace v8::internal