Home | History | Annotate | Download | only in ia32

Lines Matching full:isolate

59  *       - Isolate* isolate     (Address of the current isolate)
102 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
382 // Isolate* isolate
384 // Set isolate.
402 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
694 ExternalReference::address_of_stack_limit(masm_->isolate());
861 ExternalReference::re_grow_stack(masm_->isolate());
886 masm_->isolate()->factory()->NewCode(code_desc,
889 PROFILE(masm_->isolate(), RegExpCodeCreateEvent(*code, *source));
1044 ExternalReference::re_check_stack_guard_state(masm_->isolate());
1059 Isolate* isolate = frame_entry<Isolate*>(re_frame, kIsolate);
1060 ASSERT(isolate == Isolate::Current());
1061 if (isolate->stack_guard()->IsStackOverflow()) {
1062 isolate->StackOverflow();
1076 HandleScope handles(isolate);
1088 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
1236 ExternalReference::address_of_stack_limit(masm_->isolate());
1249 ExternalReference::address_of_regexp_stack_limit(masm_->isolate());