Home | History | Annotate | Download | only in mips

Lines Matching refs:masm_

113 #define __ ACCESS_MASM(masm_)
118 : masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
140 delete masm_;
381 AllowExternalCallThatCantCauseGC scope(masm_);
383 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
389 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
602 if (masm_->has_exception()) {
616 FrameScope scope(masm_, StackFrame::MANUAL);
639 ExternalReference::address_of_stack_limit(masm_->isolate());
701 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
786 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
806 ExternalReference::re_grow_stack(masm_->isolate());
816 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
831 masm_->GetCode(&code_desc);
834 masm_->CodeObject());
910 int offset = masm_->pc_offset();
913 masm_->label_at_put(label, offset);
1013 __ li(a1, Operand(masm_->CodeObject()), CONSTANT_SIZE);
1016 ExternalReference::re_check_stack_guard_state(masm_->isolate());
1173 __ Addu(t5, ra, Operand(masm_->CodeObject()));
1180 __ Subu(ra, ra, Operand(masm_->CodeObject()));
1204 ExternalReference::address_of_stack_limit(masm_->isolate());
1213 ExternalReference::address_of_regexp_stack_limit(masm_->isolate());
1232 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
1256 void RegExpCEntryStub::Generate(MacroAssembler* masm_) {