Home | History | Annotate | Download | only in mips64

Lines Matching refs:masm_

132 #define __ ACCESS_MASM(masm_)
139 masm_(new MacroAssembler(zone->isolate(), NULL, kRegExpCodeSize)),
161 delete masm_;
356 __ li(a3, Operand(ExternalReference::isolate_address(masm_->isolate())));
359 AllowExternalCallThatCantCauseGC scope(masm_);
361 ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
367 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
610 if (masm_->has_exception()) {
624 FrameScope scope(masm_, StackFrame::MANUAL);
657 ExternalReference::address_of_stack_limit(masm_->isolate());
696 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
861 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
879 __ li(a2, Operand(ExternalReference::isolate_address(masm_->isolate())));
881 ExternalReference::re_grow_stack(masm_->isolate());
891 __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
906 masm_->GetCode(&code_desc);
908 code_desc, Code::ComputeFlags(Code::REGEXP), masm_->CodeObject());
909 LOG(masm_->isolate(), RegExpCodeCreateEvent(*code, *source));
982 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
985 int offset = masm_->pc_offset();
988 masm_->label_at_put(label, offset);
1101 __ li(a1, Operand(masm_->CodeObject()), CONSTANT_SIZE);
1121 ExternalReference::re_check_stack_guard_state(masm_->isolate());
1124 stub.GenerateCall(masm_, t9);
1139 __ li(code_pointer(), Operand(masm_->CodeObject()));
1297 __ Daddu(t1, ra, Operand(masm_->CodeObject()));
1304 __ Dsubu(ra, ra, Operand(masm_->CodeObject()));
1328 ExternalReference::address_of_stack_limit(masm_->isolate());
1337 ExternalReference::address_of_regexp_stack_limit(masm_->isolate());