Home | History | Annotate | Download | only in mips

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,
45 namespace v8 {
70 class SimulatorStack : public v8::internal::AllStatic {
84 } } // namespace v8::internal
102 namespace v8 {
181 static Simulator* current(v8::internal::Isolate* isolate);
213 // V8 generally calls into generated JS code with 5 parameters and into
229 static void FlushICache(v8::internal::HashMap* i_cache, void* start,
329 static void CheckICache(v8::internal::HashMap* i_cache, Instruction* instr);
330 static void FlushOnePage(v8::internal::HashMap* i_cache, intptr_t start,
332 static CachePage* GetCachePage(v8::internal::HashMap* i_cache, void* page);
377 v8::internal::HashMap* i_cache_;
379 v8::internal::Isolate* isolate_;
420 class SimulatorStack : public v8::internal::AllStatic {
437 } } // namespace v8::internal