Home | History | Annotate | Download | only in ia32

Lines Matching refs:Isolate

15 #define CALL_GENERATED_CODE(isolate, entry, p0, p1, p2, p3, p4) \
20 const byte*, int*, int, Address, int, Isolate*);
24 #define CALL_GENERATED_REGEXP_CODE(isolate, entry, p0, p1, p2, p3, p4, p5, p6, \
34 static inline uintptr_t JsLimitFromCLimit(Isolate* isolate,
36 USE(isolate);
40 static inline uintptr_t RegisterCTryCatch(v8::internal::Isolate* isolate,
42 USE(isolate);
46 static inline void UnregisterCTryCatch(v8::internal::Isolate* isolate) {
47 USE(isolate);