Lines Matching refs:masm_
80 #define __ ACCESS_MASM(masm_)
86 masm_(new MacroAssembler(isolate, nullptr, kRegExpCodeSize, in RegExpMacroAssemblerIA32()
103 delete masm_; in ~RegExpMacroAssemblerIA32()
140 __ add(ebx, Immediate(masm_->CodeObject())); in Backtrack()
329 AllowExternalCallThatCantCauseGC scope(masm_); in CheckNotBackReferenceIgnoreCase()
588 masm_->StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass()
603 masm_->StaticArray(current_character(), times_1, word_map)); in CheckSpecialCharacterClass()
664 FrameScope scope(masm_, StackFrame::MANUAL); in GetCode()
684 __ sub(ecx, masm_->StaticVariable(stack_limit)); in GetCode()
939 masm_->GetCode(masm_->isolate(), &code_desc); in GetCode()
941 masm_->CodeObject()); in GetCode()
942 PROFILE(masm_->isolate(), in GetCode()
1098 __ mov(Operand(esp, 1 * kPointerSize), Immediate(masm_->CodeObject())); in CallCheckStackGuardState()
1184 __ add(ebx, Immediate(masm_->CodeObject())); in SafeReturn()
1222 __ cmp(esp, masm_->StaticVariable(stack_limit)); in CheckPreemption()
1235 __ cmp(backtrack_stackpointer(), masm_->StaticVariable(stack_limit)); in CheckStackLimit()