Home | History | Annotate | Download | only in mips

Lines Matching full:isolate

118     : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
367 // a3: Isolate* isolate.
377 // Isolate.
383 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
639 ExternalReference::address_of_stack_limit(masm_->isolate());
806 ExternalReference::re_grow_stack(masm_->isolate());
835 LOG(Isolate::Current(), RegExpCodeCreateEvent(*code, *source));
1016 ExternalReference::re_check_stack_guard_state(masm_->isolate());
1031 Isolate* isolate = frame_entry<Isolate*>(re_frame, kIsolate);
1032 ASSERT(isolate == Isolate::Current());
1033 if (isolate->stack_guard()->IsStackOverflow()) {
1034 isolate->StackOverflow();
1048 HandleScope handles(isolate);
1059 MaybeObject* result = Execution::HandleStackGuardInterrupt(isolate);
1204 ExternalReference::address_of_stack_limit(masm_->isolate());
1213 ExternalReference::address_of_regexp_stack_limit(masm_->isolate());