masm_              48 src/arm/full-codegen-arm.cc #define __ ACCESS_MASM(masm_)
masm_              73 src/arm/full-codegen-arm.cc     Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_              83 src/arm/full-codegen-arm.cc     Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_              91 src/arm/full-codegen-arm.cc     Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_              93 src/arm/full-codegen-arm.cc       int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
masm_             106 src/arm/full-codegen-arm.cc   MacroAssembler* masm_;
masm_             135 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ function compiled by full code generator");
masm_             137 src/arm/full-codegen-arm.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_             163 src/arm/full-codegen-arm.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             176 src/arm/full-codegen-arm.cc   { Comment cmnt(masm_, "[ Allocate locals");
masm_             187 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ Allocate local context");
masm_             223 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ Allocate arguments object");
masm_             263 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ Declarations");
masm_             268 src/arm/full-codegen-arm.cc     { Comment cmnt(masm_, "[ Declarations");
masm_             281 src/arm/full-codegen-arm.cc     { Comment cmnt(masm_, "[ Stack check");
masm_             292 src/arm/full-codegen-arm.cc     { Comment cmnt(masm_, "[ Body");
masm_             301 src/arm/full-codegen-arm.cc   { Comment cmnt(masm_, "[ return <undefined>;");
masm_             347 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ Stack check");
masm_             349 src/arm/full-codegen-arm.cc   Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_             356 src/arm/full-codegen-arm.cc       int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
masm_             391 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ Return sequence");
masm_             408 src/arm/full-codegen-arm.cc         int distance = masm_->pc_offset();
masm_             432 src/arm/full-codegen-arm.cc     masm_->bind(&check_exit_codesize);
masm_             436 src/arm/full-codegen-arm.cc     { Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_             440 src/arm/full-codegen-arm.cc       CodeGenerator::RecordPositions(masm_, function()->end_position() - 1);
masm_             442 src/arm/full-codegen-arm.cc       masm_->mov(sp, fp);
masm_             443 src/arm/full-codegen-arm.cc       masm_->ldm(ia_w, sp, fp.bit() | lr.bit());
masm_             444 src/arm/full-codegen-arm.cc       masm_->add(sp, sp, Operand(sp_delta));
masm_             445 src/arm/full-codegen-arm.cc       masm_->Jump(lr);
masm_             452 src/arm/full-codegen-arm.cc            masm_->InstructionsGeneratedSince(&check_exit_codesize));
masm_             824 src/arm/full-codegen-arm.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             832 src/arm/full-codegen-arm.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             842 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ VariableDeclaration");
masm_             885 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             892 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             911 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             932 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             940 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             965 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ ImportDeclaration");
masm_             996 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ SwitchStatement");
masm_            1019 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ Case comparison");
masm_            1029 src/arm/full-codegen-arm.cc     JumpPatchSite patch_site(masm_);
masm_            1066 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ Case body");
masm_            1079 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ ForInStatement");
masm_            1284 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ VariableProxy");
masm_            1421 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "Global variable");
masm_            1435 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, var->IsContextSlot()
masm_            1505 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "Lookup variable");
masm_            1517 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ RegExpLiteral");
masm_            1578 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ ObjectLiteral");
masm_            1700 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ ArrayLiteral");
masm_            1787 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ Assignment");
masm_            1935 src/arm/full-codegen-arm.cc   JumpPatchSite patch_site(masm_);
masm_            2022 src/arm/full-codegen-arm.cc   JumpPatchSite patch_site(masm_);    // unbound, signals no inlined smi code.
masm_            2276 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ Property");
masm_            2424 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ Call");
masm_            2544 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ CallNew");
masm_            3243 src/arm/full-codegen-arm.cc   generator.GenerateFast(masm_);
masm_            3247 src/arm/full-codegen-arm.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3276 src/arm/full-codegen-arm.cc   generator.GenerateFast(masm_);
masm_            3292 src/arm/full-codegen-arm.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3323 src/arm/full-codegen-arm.cc   generator.GenerateFast(masm_);
masm_            3339 src/arm/full-codegen-arm.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3834 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "[ InlineRuntimeCall");
masm_            3839 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ CallRuntime");
masm_            3875 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
masm_            3923 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ UnaryOperation (VOID)");
masm_            3930 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ UnaryOperation (NOT)");
masm_            3969 src/arm/full-codegen-arm.cc       Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
masm_            3979 src/arm/full-codegen-arm.cc       Comment cmt(masm_, "[ UnaryOperation (ADD)");
masm_            4007 src/arm/full-codegen-arm.cc   Comment cmt(masm_, comment);
masm_            4022 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ CountOperation");
masm_            4107 src/arm/full-codegen-arm.cc   JumpPatchSite patch_site(masm_);
masm_            4196 src/arm/full-codegen-arm.cc     Comment cmnt(masm_, "Global variable");
masm_            4305 src/arm/full-codegen-arm.cc   Comment cmnt(masm_, "[ CompareOperation");
masm_            4372 src/arm/full-codegen-arm.cc       JumpPatchSite patch_site(masm_);
masm_            4495 src/arm/full-codegen-arm.cc   __ sub(r1, lr, Operand(masm_->CodeObject()));
masm_            4554 src/arm/full-codegen-arm.cc   __ add(pc, r1, Operand(masm_->CodeObject()));
masm_              76 src/arm/lithium-codegen-arm.cc   FrameScope frame_scope(masm_, StackFrame::NONE);
masm_             130 src/arm/lithium-codegen-arm.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_            2362 src/arm/lithium-codegen-arm.cc   Condition is_string = masm_->IsObjectStringType(object, temp);
masm_            2401 src/arm/lithium-codegen-arm.cc   int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
masm_              49 src/arm/lithium-codegen-arm.h         masm_(assembler),
masm_              72 src/arm/lithium-codegen-arm.h   MacroAssembler* masm() const { return masm_; }
masm_             354 src/arm/lithium-codegen-arm.h   MacroAssembler* const masm_;
masm_             390 src/arm/lithium-codegen-arm.h           codegen_->masm_->PushSafepointRegisters();
masm_             393 src/arm/lithium-codegen-arm.h           codegen_->masm_->PushSafepointRegistersAndDoubles();
masm_             405 src/arm/lithium-codegen-arm.h           codegen_->masm_->PopSafepointRegisters();
masm_             408 src/arm/lithium-codegen-arm.h           codegen_->masm_->PopSafepointRegistersAndDoubles();
masm_            3777 src/arm/macro-assembler-arm.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            3786 src/arm/macro-assembler-arm.cc   ASSERT(masm_.pc_ == address_ + size_);
masm_            3787 src/arm/macro-assembler-arm.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            3802 src/arm/macro-assembler-arm.cc   Instr instr = Assembler::instr_at(masm_.pc_);
masm_            3804 src/arm/macro-assembler-arm.cc   masm_.emit(instr);
masm_            1352 src/arm/macro-assembler-arm.h   MacroAssembler* masm() { return &masm_; }
masm_            1368 src/arm/macro-assembler-arm.h   MacroAssembler masm_;  // Macro assembler used to generate the code.
masm_             118 src/arm/regexp-macro-assembler-arm.cc #define __ ACCESS_MASM(masm_)
masm_             125 src/arm/regexp-macro-assembler-arm.cc       masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
masm_             142 src/arm/regexp-macro-assembler-arm.cc   delete masm_;
masm_             381 src/arm/regexp-macro-assembler-arm.cc       AllowExternalCallThatCantCauseGC scope(masm_);
masm_             383 src/arm/regexp-macro-assembler-arm.cc           ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
masm_             663 src/arm/regexp-macro-assembler-arm.cc   FrameScope scope(masm_, StackFrame::MANUAL);
masm_             686 src/arm/regexp-macro-assembler-arm.cc       ExternalReference::address_of_stack_limit(masm_->isolate());
masm_             727 src/arm/regexp-macro-assembler-arm.cc   __ mov(code_pointer(), Operand(masm_->CodeObject()));
masm_             899 src/arm/regexp-macro-assembler-arm.cc         ExternalReference::re_grow_stack(masm_->isolate());
masm_             920 src/arm/regexp-macro-assembler-arm.cc   masm_->GetCode(&code_desc);
masm_             923 src/arm/regexp-macro-assembler-arm.cc                                        masm_->CodeObject());
masm_            1002 src/arm/regexp-macro-assembler-arm.cc     masm_->label_at_put(label, constant_offset);
masm_            1006 src/arm/regexp-macro-assembler-arm.cc       masm_->pc_offset() + Assembler::kPcLoadDelta;
masm_            1011 src/arm/regexp-macro-assembler-arm.cc       Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_            1016 src/arm/regexp-macro-assembler-arm.cc       Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_            1112 src/arm/regexp-macro-assembler-arm.cc   __ mov(r1, Operand(masm_->CodeObject()));
masm_            1115 src/arm/regexp-macro-assembler-arm.cc       ExternalReference::re_check_stack_guard_state(masm_->isolate());
masm_            1268 src/arm/regexp-macro-assembler-arm.cc   __ add(pc, lr, Operand(masm_->CodeObject()));
masm_            1274 src/arm/regexp-macro-assembler-arm.cc   __ sub(lr, lr, Operand(masm_->CodeObject()));
masm_            1296 src/arm/regexp-macro-assembler-arm.cc       ExternalReference::address_of_stack_limit(masm_->isolate());
masm_            1306 src/arm/regexp-macro-assembler-arm.cc       ExternalReference::address_of_regexp_stack_limit(masm_->isolate());
masm_            1316 src/arm/regexp-macro-assembler-arm.cc   Assembler::BlockConstPoolScope block_const_pool(masm_);
masm_            1317 src/arm/regexp-macro-assembler-arm.cc   backtrack_constant_pool_offset_ = masm_->pc_offset();
masm_            1331 src/arm/regexp-macro-assembler-arm.cc     if (masm_->pc_offset() - offset < 2 * KB) {
masm_            1357 src/arm/regexp-macro-assembler-arm.cc   __ mov(code_pointer(), Operand(masm_->CodeObject()));
masm_             226 src/arm/regexp-macro-assembler-arm.h   MacroAssembler* masm_;
masm_             961 src/code-stubs.h        : masm_(masm), previous_allow_(masm->allow_stub_calls()) {
masm_             962 src/code-stubs.h     masm_->set_allow_stub_calls(allow);
masm_             965 src/code-stubs.h     masm_->set_allow_stub_calls(previous_allow_);
masm_             969 src/code-stubs.h   MacroAssembler* masm_;
masm_              42 src/codegen.cc #define __ ACCESS_MASM(masm_)
masm_             236 src/deoptimizer.h         : masm_(masm), type_(type) { }
masm_             242 src/deoptimizer.h     MacroAssembler* masm() const { return masm_; }
masm_             248 src/deoptimizer.h     MacroAssembler* masm_;
masm_             428 src/full-codegen.cc       StateField::encode(state) | PcField::encode(masm_->pc_offset());
masm_             457 src/full-codegen.cc   ASSERT(masm_->pc_offset() > 0);
masm_             458 src/full-codegen.cc   BailoutEntry entry = { ast_id, static_cast<unsigned>(masm_->pc_offset()) };
masm_             599 src/full-codegen.cc   Comment cmnt(masm_, "[ ModuleLiteral");
masm_             608 src/full-codegen.cc     Comment cmnt(masm_, "[ Declarations");
masm_             646 src/full-codegen.cc   CodeGenerator::RecordPositions(masm_, fun->start_position());
masm_             651 src/full-codegen.cc   CodeGenerator::RecordPositions(masm_, fun->end_position() - 1);
masm_             658 src/full-codegen.cc     CodeGenerator::RecordPositions(masm_, stmt->statement_pos());
masm_             668 src/full-codegen.cc         masm_, stmt->statement_pos(), !checker.is_breakable());
masm_             672 src/full-codegen.cc       Debug::GenerateSlot(masm_);
masm_             676 src/full-codegen.cc   CodeGenerator::RecordPositions(masm_, stmt->statement_pos());
masm_             684 src/full-codegen.cc     CodeGenerator::RecordPositions(masm_, pos);
masm_             698 src/full-codegen.cc         masm_, pos, !checker.is_breakable());
masm_             702 src/full-codegen.cc       Debug::GenerateSlot(masm_);
masm_             706 src/full-codegen.cc   CodeGenerator::RecordPositions(masm_, pos);
masm_             712 src/full-codegen.cc   CodeGenerator::RecordPositions(masm_, pos);
masm_             718 src/full-codegen.cc     masm_->positions_recorder()->RecordPosition(pos);
masm_             786 src/full-codegen.cc   Comment cmnt(masm_, "[ Comma");
masm_             794 src/full-codegen.cc   Comment cmnt(masm_, is_logical_and ? "[ Logical AND" :  "[ Logical OR");
masm_             863 src/full-codegen.cc   Comment cmnt(masm_, "[ ArithmeticExpression");
masm_             884 src/full-codegen.cc   Comment cmnt(masm_, "[ Block");
masm_             901 src/full-codegen.cc       { Comment cmnt(masm_, "[ Extend block context");
masm_             918 src/full-codegen.cc       { Comment cmnt(masm_, "[ Declarations");
masm_             940 src/full-codegen.cc   Comment cmnt(masm_, "[ ExpressionStatement");
masm_             947 src/full-codegen.cc   Comment cmnt(masm_, "[ EmptyStatement");
masm_             953 src/full-codegen.cc   Comment cmnt(masm_, "[ IfStatement");
masm_             981 src/full-codegen.cc   Comment cmnt(masm_,  "[ ContinueStatement");
masm_            1009 src/full-codegen.cc   Comment cmnt(masm_,  "[ BreakStatement");
masm_            1037 src/full-codegen.cc   Comment cmnt(masm_, "[ ReturnStatement");
masm_            1056 src/full-codegen.cc   Comment cmnt(masm_, "[ WithStatement");
masm_            1076 src/full-codegen.cc   Comment cmnt(masm_, "[ DoWhileStatement");
masm_            1109 src/full-codegen.cc   Comment cmnt(masm_, "[ WhileStatement");
masm_            1143 src/full-codegen.cc   Comment cmnt(masm_, "[ ForStatement");
masm_            1193 src/full-codegen.cc   Comment cmnt(masm_, "[ TryCatchStatement");
masm_            1207 src/full-codegen.cc   { Comment cmnt(masm_, "[ Extend catch context");
masm_            1240 src/full-codegen.cc   Comment cmnt(masm_, "[ TryFinallyStatement");
masm_            1303 src/full-codegen.cc   Comment cmnt(masm_, "[ DebuggerStatement");
masm_            1313 src/full-codegen.cc   Comment cmnt(masm_, "[ Conditional");
masm_            1345 src/full-codegen.cc   Comment cmnt(masm_, "[ Literal");
masm_            1351 src/full-codegen.cc   Comment cmnt(masm_, "[ FunctionLiteral");
masm_            1366 src/full-codegen.cc   Comment cmnt(masm_, "[ SharedFunctionInfoLiteral");
masm_            1372 src/full-codegen.cc   Comment cmnt(masm_, "[ Throw");
masm_              81 src/full-codegen.h       : masm_(masm),
masm_             544 src/full-codegen.h   MacroAssembler* masm() { return masm_; }
masm_             607 src/full-codegen.h         : masm_(codegen->masm()), old_(codegen->context()), codegen_(codegen) {
masm_             664 src/full-codegen.h     MacroAssembler* masm() const { return masm_; }
masm_             665 src/full-codegen.h     MacroAssembler* masm_;
masm_             780 src/full-codegen.h   MacroAssembler* masm_;
masm_              45 src/ia32/full-codegen-ia32.cc #define __ ACCESS_MASM(masm_)
masm_              76 src/ia32/full-codegen-ia32.cc       int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
masm_              96 src/ia32/full-codegen-ia32.cc   MacroAssembler* masm_;
masm_             124 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ function compiled by full code generator");
masm_             126 src/ia32/full-codegen-ia32.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_             157 src/ia32/full-codegen-ia32.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             164 src/ia32/full-codegen-ia32.cc   { Comment cmnt(masm_, "[ Allocate locals");
masm_             181 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ Allocate local context");
masm_             220 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ Allocate arguments object");
masm_             258 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ Declarations");
masm_             263 src/ia32/full-codegen-ia32.cc     { Comment cmnt(masm_, "[ Declarations");
masm_             276 src/ia32/full-codegen-ia32.cc     { Comment cmnt(masm_, "[ Stack check");
masm_             288 src/ia32/full-codegen-ia32.cc     { Comment cmnt(masm_, "[ Body");
masm_             297 src/ia32/full-codegen-ia32.cc   { Comment cmnt(masm_, "[ return <undefined>;");
masm_             334 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ Stack check");
masm_             341 src/ia32/full-codegen-ia32.cc       int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
masm_             387 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ Return sequence");
masm_             403 src/ia32/full-codegen-ia32.cc         int distance = masm_->pc_offset();
masm_             425 src/ia32/full-codegen-ia32.cc     masm_->bind(&check_exit_codesize);
masm_             440 src/ia32/full-codegen-ia32.cc            masm_->SizeOfCodeGeneratedSince(&check_exit_codesize));
masm_             792 src/ia32/full-codegen-ia32.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             800 src/ia32/full-codegen-ia32.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             810 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ VariableDeclaration");
masm_             852 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             859 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             876 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             896 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             904 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             928 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ ImportDeclaration");
masm_             958 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ SwitchStatement");
masm_             981 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ Case comparison");
masm_             991 src/ia32/full-codegen-ia32.cc     JumpPatchSite patch_site(masm_);
masm_            1028 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ Case body");
masm_            1041 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ ForInStatement");
masm_            1232 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ VariableProxy");
masm_            1368 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "Global variable");
masm_            1382 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, var->IsContextSlot()
masm_            1451 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "Lookup variable");
masm_            1464 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ RegExpLiteral");
masm_            1527 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ ObjectLiteral");
masm_            1642 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ ArrayLiteral");
masm_            1739 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ Assignment");
masm_            1880 src/ia32/full-codegen-ia32.cc   JumpPatchSite patch_site(masm_);
masm_            1970 src/ia32/full-codegen-ia32.cc   JumpPatchSite patch_site(masm_);    // unbound, signals no inlined smi code.
masm_            2214 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ Property");
masm_            2361 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ Call");
masm_            2474 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ CallNew");
masm_            3172 src/ia32/full-codegen-ia32.cc   generator.GenerateFast(masm_);
masm_            3176 src/ia32/full-codegen-ia32.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3206 src/ia32/full-codegen-ia32.cc   generator.GenerateFast(masm_);
masm_            3222 src/ia32/full-codegen-ia32.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3254 src/ia32/full-codegen-ia32.cc   generator.GenerateFast(masm_);
masm_            3270 src/ia32/full-codegen-ia32.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3802 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "[ InlineRuntimeCall");
masm_            3807 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ CallRuntime");
masm_            3842 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
masm_            3888 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ UnaryOperation (VOID)");
masm_            3895 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ UnaryOperation (NOT)");
masm_            3940 src/ia32/full-codegen-ia32.cc       Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
masm_            3950 src/ia32/full-codegen-ia32.cc       Comment cmt(masm_, "[ UnaryOperation (ADD)");
masm_            3977 src/ia32/full-codegen-ia32.cc   Comment cmt(masm_, comment);
masm_            3992 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ CountOperation");
masm_            4078 src/ia32/full-codegen-ia32.cc   JumpPatchSite patch_site(masm_);
masm_            4180 src/ia32/full-codegen-ia32.cc     Comment cmnt(masm_, "Global variable");
masm_            4286 src/ia32/full-codegen-ia32.cc   Comment cmnt(masm_, "[ CompareOperation");
masm_            4352 src/ia32/full-codegen-ia32.cc       JumpPatchSite patch_site(masm_);
masm_            4472 src/ia32/full-codegen-ia32.cc   __ sub(edx, Immediate(masm_->CodeObject()));
masm_            4525 src/ia32/full-codegen-ia32.cc   __ add(edx, Immediate(masm_->CodeObject()));
masm_              80 src/ia32/lithium-codegen-ia32.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             138 src/ia32/lithium-codegen-ia32.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_            1879 src/ia32/lithium-codegen-ia32.cc   Condition cond = masm_->IsObjectStringType(input, temp1, temp1);
masm_            2182 src/ia32/lithium-codegen-ia32.cc   Condition is_string = masm_->IsObjectStringType(object, temp, temp);
masm_            2219 src/ia32/lithium-codegen-ia32.cc   int delta = masm_->SizeOfCodeGeneratedSince(map_check) + kAdditionalDelta;
masm_              52 src/ia32/lithium-codegen-ia32.h         masm_(assembler),
masm_              74 src/ia32/lithium-codegen-ia32.h   MacroAssembler* masm() const { return masm_; }
masm_             334 src/ia32/lithium-codegen-ia32.h   MacroAssembler* const masm_;
masm_             365 src/ia32/lithium-codegen-ia32.h       codegen_->masm_->PushSafepointRegisters();
masm_             371 src/ia32/lithium-codegen-ia32.h       codegen_->masm_->PopSafepointRegisters();
masm_            2651 src/ia32/macro-assembler-ia32.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            2660 src/ia32/macro-assembler-ia32.cc   ASSERT(masm_.pc_ == address_ + size_);
masm_            2661 src/ia32/macro-assembler-ia32.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_             931 src/ia32/macro-assembler-ia32.h   MacroAssembler* masm() { return &masm_; }
masm_             936 src/ia32/macro-assembler-ia32.h   MacroAssembler masm_;  // Macro assembler used to generate the code.
masm_             100 src/ia32/regexp-macro-assembler-ia32.cc #define __ ACCESS_MASM(masm_)
masm_             107 src/ia32/regexp-macro-assembler-ia32.cc       masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
masm_             123 src/ia32/regexp-macro-assembler-ia32.cc   delete masm_;
masm_             160 src/ia32/regexp-macro-assembler-ia32.cc   __ add(ebx, Immediate(masm_->CodeObject()));
masm_             410 src/ia32/regexp-macro-assembler-ia32.cc       AllowExternalCallThatCantCauseGC scope(masm_);
masm_             412 src/ia32/regexp-macro-assembler-ia32.cc           ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
masm_             728 src/ia32/regexp-macro-assembler-ia32.cc   FrameScope scope(masm_, StackFrame::MANUAL);
masm_             746 src/ia32/regexp-macro-assembler-ia32.cc       ExternalReference::address_of_stack_limit(masm_->isolate());
masm_             978 src/ia32/regexp-macro-assembler-ia32.cc         ExternalReference::re_grow_stack(masm_->isolate());
masm_            1001 src/ia32/regexp-macro-assembler-ia32.cc   masm_->GetCode(&code_desc);
masm_            1003 src/ia32/regexp-macro-assembler-ia32.cc       masm_->isolate()->factory()->NewCode(code_desc,
masm_            1005 src/ia32/regexp-macro-assembler-ia32.cc                                            masm_->CodeObject());
masm_            1006 src/ia32/regexp-macro-assembler-ia32.cc   PROFILE(masm_->isolate(), RegExpCodeCreateEvent(*code, *source));
masm_            1157 src/ia32/regexp-macro-assembler-ia32.cc   __ mov(Operand(esp, 1 * kPointerSize), Immediate(masm_->CodeObject()));
masm_            1162 src/ia32/regexp-macro-assembler-ia32.cc       ExternalReference::re_check_stack_guard_state(masm_->isolate());
masm_            1317 src/ia32/regexp-macro-assembler-ia32.cc   __ add(ebx, Immediate(masm_->CodeObject()));
masm_            1354 src/ia32/regexp-macro-assembler-ia32.cc       ExternalReference::address_of_stack_limit(masm_->isolate());
masm_            1367 src/ia32/regexp-macro-assembler-ia32.cc       ExternalReference::address_of_regexp_stack_limit(masm_->isolate());
masm_             199 src/ia32/regexp-macro-assembler-ia32.h   MacroAssembler* masm_;
masm_              78 src/macro-assembler.h       : masm_(masm), type_(type), old_has_frame_(masm->has_frame()) {
masm_              87 src/macro-assembler.h       masm_->LeaveFrame(type_);
masm_              89 src/macro-assembler.h     masm_->set_has_frame(old_has_frame_);
masm_              98 src/macro-assembler.h     masm_->LeaveFrame(type_);
masm_             102 src/macro-assembler.h   MacroAssembler* masm_;
masm_             118 src/macro-assembler.h       : masm_(masm), saved_(masm->has_frame()) {
masm_             123 src/macro-assembler.h     masm_->set_has_frame(saved_);
masm_             127 src/macro-assembler.h   MacroAssembler* masm_;
masm_             141 src/macro-assembler.h   MacroAssembler* masm_;
masm_              56 src/mips/full-codegen-mips.cc #define __ ACCESS_MASM(masm_)
masm_              83 src/mips/full-codegen-mips.cc     Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_              93 src/mips/full-codegen-mips.cc     Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_             103 src/mips/full-codegen-mips.cc       int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
masm_             115 src/mips/full-codegen-mips.cc   MacroAssembler* masm_;
masm_             144 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ function compiled by full code generator");
masm_             169 src/mips/full-codegen-mips.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             182 src/mips/full-codegen-mips.cc   { Comment cmnt(masm_, "[ Allocate locals");
masm_             193 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ Allocate local context");
masm_             229 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ Allocate arguments object");
masm_             269 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ Declarations");
masm_             274 src/mips/full-codegen-mips.cc     { Comment cmnt(masm_, "[ Declarations");
masm_             287 src/mips/full-codegen-mips.cc     { Comment cmnt(masm_, "[ Stack check");
masm_             297 src/mips/full-codegen-mips.cc     { Comment cmnt(masm_, "[ Body");
masm_             306 src/mips/full-codegen-mips.cc   { Comment cmnt(masm_, "[ return <undefined>;");
masm_             354 src/mips/full-codegen-mips.cc   Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_             355 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ Stack check");
masm_             361 src/mips/full-codegen-mips.cc       int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
masm_             397 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ Return sequence");
masm_             414 src/mips/full-codegen-mips.cc         int distance = masm_->pc_offset();
masm_             438 src/mips/full-codegen-mips.cc     masm_->bind(&check_exit_codesize);
masm_             442 src/mips/full-codegen-mips.cc     { Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_             446 src/mips/full-codegen-mips.cc       CodeGenerator::RecordPositions(masm_, function()->end_position() - 1);
masm_             448 src/mips/full-codegen-mips.cc       masm_->mov(sp, fp);
masm_             449 src/mips/full-codegen-mips.cc       masm_->MultiPop(static_cast<RegList>(fp.bit() | ra.bit()));
masm_             450 src/mips/full-codegen-mips.cc       masm_->Addu(sp, sp, Operand(sp_delta));
masm_             451 src/mips/full-codegen-mips.cc       masm_->Jump(ra);
masm_             458 src/mips/full-codegen-mips.cc            masm_->InstructionsGeneratedSince(&check_exit_codesize));
masm_             830 src/mips/full-codegen-mips.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             838 src/mips/full-codegen-mips.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             848 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ VariableDeclaration");
masm_             892 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             899 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             918 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             939 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             947 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             972 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ ImportDeclaration");
masm_            1003 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ SwitchStatement");
masm_            1026 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ Case comparison");
masm_            1037 src/mips/full-codegen-mips.cc     JumpPatchSite patch_site(masm_);
masm_            1073 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ Case body");
masm_            1086 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ ForInStatement");
masm_            1290 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ VariableProxy");
masm_            1424 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "Global variable");
masm_            1438 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, var->IsContextSlot()
masm_            1510 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "Lookup variable");
masm_            1522 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ RegExpLiteral");
masm_            1583 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ ObjectLiteral");
masm_            1706 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ ArrayLiteral");
masm_            1797 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ Assignment");
masm_            1949 src/mips/full-codegen-mips.cc   JumpPatchSite patch_site(masm_);
masm_            2036 src/mips/full-codegen-mips.cc   JumpPatchSite patch_site(masm_);    // unbound, signals no inlined smi code.
masm_            2298 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ Property");
masm_            2447 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ Call");
masm_            2566 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ CallNew");
masm_            3266 src/mips/full-codegen-mips.cc   generator.GenerateFast(masm_);
masm_            3270 src/mips/full-codegen-mips.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3301 src/mips/full-codegen-mips.cc   generator.GenerateFast(masm_);
masm_            3317 src/mips/full-codegen-mips.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3350 src/mips/full-codegen-mips.cc   generator.GenerateFast(masm_);
masm_            3366 src/mips/full-codegen-mips.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3873 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "[ InlineRuntimeCall");
masm_            3878 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ CallRuntime");
masm_            3914 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
masm_            3962 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ UnaryOperation (VOID)");
masm_            3969 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ UnaryOperation (NOT)");
masm_            4008 src/mips/full-codegen-mips.cc       Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
masm_            4018 src/mips/full-codegen-mips.cc       Comment cmt(masm_, "[ UnaryOperation (ADD)");
masm_            4047 src/mips/full-codegen-mips.cc   Comment cmt(masm_, comment);
masm_            4062 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ CountOperation");
masm_            4148 src/mips/full-codegen-mips.cc   JumpPatchSite patch_site(masm_);
masm_            4238 src/mips/full-codegen-mips.cc     Comment cmnt(masm_, "Global variable");
masm_            4345 src/mips/full-codegen-mips.cc   Comment cmnt(masm_, "[ CompareOperation");
masm_            4411 src/mips/full-codegen-mips.cc       JumpPatchSite patch_site(masm_);
masm_            4529 src/mips/full-codegen-mips.cc   __ Subu(a1, ra, Operand(masm_->CodeObject()));
masm_            4588 src/mips/full-codegen-mips.cc   __ Addu(at, a1, Operand(masm_->CodeObject()));
masm_              75 src/mips/lithium-codegen-mips.cc   FrameScope frame_scope(masm_, StackFrame::NONE);
masm_            2072 src/mips/lithium-codegen-mips.cc   Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_            2135 src/mips/lithium-codegen-mips.cc   int delta = masm_->InstructionsGeneratedSince(map_check) + kAdditionalDelta;
masm_            2139 src/mips/lithium-codegen-mips.cc     Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_            3022 src/mips/lithium-codegen-mips.cc   Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
masm_              49 src/mips/lithium-codegen-mips.h         masm_(assembler),
masm_              72 src/mips/lithium-codegen-mips.h   MacroAssembler* masm() const { return masm_; }
masm_             358 src/mips/lithium-codegen-mips.h   MacroAssembler* const masm_;
masm_             394 src/mips/lithium-codegen-mips.h           codegen_->masm_->PushSafepointRegisters();
masm_             397 src/mips/lithium-codegen-mips.h           codegen_->masm_->PushSafepointRegistersAndDoubles();
masm_             409 src/mips/lithium-codegen-mips.h           codegen_->masm_->PopSafepointRegisters();
masm_             412 src/mips/lithium-codegen-mips.h           codegen_->masm_->PopSafepointRegistersAndDoubles();
masm_            5420 src/mips/macro-assembler-mips.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            5429 src/mips/macro-assembler-mips.cc   ASSERT(masm_.pc_ == address_ + size_);
masm_            5430 src/mips/macro-assembler-mips.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            5445 src/mips/macro-assembler-mips.cc   Instr instr = Assembler::instr_at(masm_.pc_);
masm_            5462 src/mips/macro-assembler-mips.cc   masm_.emit(instr);
masm_            1512 src/mips/macro-assembler-mips.h   MacroAssembler* masm() { return &masm_; }
masm_            1528 src/mips/macro-assembler-mips.h   MacroAssembler masm_;  // Macro assembler used to generate the code.
masm_             118 src/mips/regexp-macro-assembler-mips.cc #define __ ACCESS_MASM(masm_)
masm_             125 src/mips/regexp-macro-assembler-mips.cc       masm_(new MacroAssembler(Isolate::Current(), NULL, kRegExpCodeSize)),
masm_             147 src/mips/regexp-macro-assembler-mips.cc   delete masm_;
masm_             388 src/mips/regexp-macro-assembler-mips.cc       AllowExternalCallThatCantCauseGC scope(masm_);
masm_             390 src/mips/regexp-macro-assembler-mips.cc           ExternalReference::re_case_insensitive_compare_uc16(masm_->isolate());
masm_             396 src/mips/regexp-macro-assembler-mips.cc     __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_             644 src/mips/regexp-macro-assembler-mips.cc   if (masm_->has_exception()) {
masm_             658 src/mips/regexp-macro-assembler-mips.cc     FrameScope scope(masm_, StackFrame::MANUAL);
masm_             682 src/mips/regexp-macro-assembler-mips.cc         ExternalReference::address_of_stack_limit(masm_->isolate());
masm_             721 src/mips/regexp-macro-assembler-mips.cc     __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_             885 src/mips/regexp-macro-assembler-mips.cc       __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_             905 src/mips/regexp-macro-assembler-mips.cc           ExternalReference::re_grow_stack(masm_->isolate());
masm_             915 src/mips/regexp-macro-assembler-mips.cc       __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_             930 src/mips/regexp-macro-assembler-mips.cc   masm_->GetCode(&code_desc);
masm_             933 src/mips/regexp-macro-assembler-mips.cc                                        masm_->CodeObject());
masm_            1009 src/mips/regexp-macro-assembler-mips.cc     int offset = masm_->pc_offset();
masm_            1012 src/mips/regexp-macro-assembler-mips.cc     masm_->label_at_put(label, offset);
masm_            1113 src/mips/regexp-macro-assembler-mips.cc   __ li(a1, Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_            1116 src/mips/regexp-macro-assembler-mips.cc       ExternalReference::re_check_stack_guard_state(masm_->isolate());
masm_            1275 src/mips/regexp-macro-assembler-mips.cc   __ Addu(t5, ra, Operand(masm_->CodeObject()));
masm_            1282 src/mips/regexp-macro-assembler-mips.cc   __ Subu(ra, ra, Operand(masm_->CodeObject()));
masm_            1306 src/mips/regexp-macro-assembler-mips.cc       ExternalReference::address_of_stack_limit(masm_->isolate());
masm_            1315 src/mips/regexp-macro-assembler-mips.cc       ExternalReference::address_of_regexp_stack_limit(masm_->isolate());
masm_            1334 src/mips/regexp-macro-assembler-mips.cc   __ li(code_pointer(), Operand(masm_->CodeObject()), CONSTANT_SIZE);
masm_             232 src/mips/regexp-macro-assembler-mips.h   MacroAssembler* masm_;
masm_            1343 src/stub-cache.cc   masm_.GetCode(&desc);
masm_            1344 src/stub-cache.cc   Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject());
masm_             419 src/stub-cache.h       : isolate_(isolate), masm_(isolate, NULL, 256), failure_(NULL) { }
masm_             533 src/stub-cache.h   MacroAssembler* masm() { return &masm_; }
masm_             588 src/stub-cache.h   MacroAssembler masm_;
masm_              45 src/x64/full-codegen-x64.cc #define __ ACCESS_MASM(masm_)
masm_              76 src/x64/full-codegen-x64.cc       int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
masm_              96 src/x64/full-codegen-x64.cc   MacroAssembler* masm_;
masm_             124 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ function compiled by full code generator");
masm_             126 src/x64/full-codegen-x64.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_             153 src/x64/full-codegen-x64.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             160 src/x64/full-codegen-x64.cc   { Comment cmnt(masm_, "[ Allocate locals");
masm_             177 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ Allocate local context");
masm_             215 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ Allocate arguments object");
masm_             253 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ Declarations");
masm_             258 src/x64/full-codegen-x64.cc     { Comment cmnt(masm_, "[ Declarations");
masm_             271 src/x64/full-codegen-x64.cc     { Comment cmnt(masm_, "[ Stack check");
masm_             281 src/x64/full-codegen-x64.cc     { Comment cmnt(masm_, "[ Body");
masm_             290 src/x64/full-codegen-x64.cc   { Comment cmnt(masm_, "[ return <undefined>;");
masm_             330 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ Stack check");
masm_             337 src/x64/full-codegen-x64.cc       int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
masm_             378 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ Return sequence");
masm_             393 src/x64/full-codegen-x64.cc         int distance = masm_->pc_offset();
masm_             415 src/x64/full-codegen-x64.cc     masm_->bind(&check_exit_codesize);
masm_             417 src/x64/full-codegen-x64.cc     CodeGenerator::RecordPositions(masm_, function()->end_position() - 1);
masm_             433 src/x64/full-codegen-x64.cc       masm_->int3();
masm_             438 src/x64/full-codegen-x64.cc            masm_->SizeOfCodeGeneratedSince(&check_exit_codesize));
masm_             798 src/x64/full-codegen-x64.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             806 src/x64/full-codegen-x64.cc         Comment cmnt(masm_, "[ VariableDeclaration");
masm_             816 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ VariableDeclaration");
masm_             858 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             865 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             883 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ FunctionDeclaration");
masm_             903 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             911 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ ModuleDeclaration");
masm_             935 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ ImportDeclaration");
masm_             965 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ SwitchStatement");
masm_             988 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ Case comparison");
masm_             998 src/x64/full-codegen-x64.cc     JumpPatchSite patch_site(masm_);
masm_            1036 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ Case body");
masm_            1049 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ ForInStatement");
masm_            1252 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ VariableProxy");
masm_            1389 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "Global variable");
masm_            1403 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, var->IsContextSlot() ? "Context slot" : "Stack slot");
masm_            1470 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "Lookup slot");
masm_            1483 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ RegExpLiteral");
masm_            1546 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ ObjectLiteral");
masm_            1661 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ ArrayLiteral");
masm_            1758 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ Assignment");
masm_            1898 src/x64/full-codegen-x64.cc   JumpPatchSite patch_site(masm_);
masm_            1952 src/x64/full-codegen-x64.cc   JumpPatchSite patch_site(masm_);    // unbound, signals no inlined smi code.
masm_            2189 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ Property");
masm_            2335 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ Call");
masm_            2446 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ CallNew");
masm_            2649 src/x64/full-codegen-x64.cc   SmiIndex index = masm_->SmiToIndex(rdx, rcx, kPointerSizeLog2);
masm_            3137 src/x64/full-codegen-x64.cc   generator.GenerateFast(masm_);
masm_            3141 src/x64/full-codegen-x64.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3171 src/x64/full-codegen-x64.cc   generator.GenerateFast(masm_);
masm_            3187 src/x64/full-codegen-x64.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3219 src/x64/full-codegen-x64.cc   generator.GenerateFast(masm_);
masm_            3235 src/x64/full-codegen-x64.cc   generator.GenerateSlow(masm_, call_helper);
masm_            3794 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "[ InlineRuntimeCall");
masm_            3799 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ CallRuntime");
masm_            3833 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
masm_            3879 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ UnaryOperation (VOID)");
masm_            3886 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ UnaryOperation (NOT)");
masm_            3931 src/x64/full-codegen-x64.cc       Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
masm_            3941 src/x64/full-codegen-x64.cc       Comment cmt(masm_, "[ UnaryOperation (ADD)");
masm_            3969 src/x64/full-codegen-x64.cc   Comment cmt(masm_, comment);
masm_            3984 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ CountOperation");
masm_            4066 src/x64/full-codegen-x64.cc   JumpPatchSite patch_site(masm_);
masm_            4171 src/x64/full-codegen-x64.cc     Comment cmnt(masm_, "Global variable");
masm_            4277 src/x64/full-codegen-x64.cc   Comment cmnt(masm_, "[ CompareOperation");
masm_            4343 src/x64/full-codegen-x64.cc       JumpPatchSite patch_site(masm_);
masm_            4465 src/x64/full-codegen-x64.cc   __ Move(rcx, masm_->CodeObject());
masm_            4518 src/x64/full-codegen-x64.cc   __ Move(rcx, masm_->CodeObject());
masm_              77 src/x64/lithium-codegen-x64.cc   FrameScope frame_scope(masm_, StackFrame::MANUAL);
masm_             131 src/x64/lithium-codegen-x64.cc   ProfileEntryHookStub::MaybeCallEntryHook(masm_);
masm_            1775 src/x64/lithium-codegen-x64.cc   Condition cond =  masm_->IsObjectStringType(input, temp1, temp1);
masm_            2094 src/x64/lithium-codegen-x64.cc         masm_->SizeOfCodeGeneratedSince(map_check) + kAdditionalDelta;
masm_            2107 src/x64/lithium-codegen-x64.cc     ASSERT(delta == masm_->SizeOfCodeGeneratedSince(map_check));
masm_              51 src/x64/lithium-codegen-x64.h         masm_(assembler),
masm_              73 src/x64/lithium-codegen-x64.h   MacroAssembler* masm() const { return masm_; }
masm_             329 src/x64/lithium-codegen-x64.h   MacroAssembler* const masm_;
masm_             360 src/x64/lithium-codegen-x64.h       codegen_->masm_->PushSafepointRegisters();
masm_             366 src/x64/lithium-codegen-x64.h       codegen_->masm_->PopSafepointRegisters();
masm_            4243 src/x64/macro-assembler-x64.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            4252 src/x64/macro-assembler-x64.cc   ASSERT(masm_.pc_ == address_ + size_);
masm_            4253 src/x64/macro-assembler-x64.cc   ASSERT(masm_.reloc_info_writer.pos() == address_ + size_ + Assembler::kGap);
masm_            1417 src/x64/macro-assembler-x64.h   MacroAssembler* masm() { return &masm_; }
masm_            1422 src/x64/macro-assembler-x64.h   MacroAssembler masm_;  // Macro assembler used to generate the code.
masm_             116 src/x64/regexp-macro-assembler-x64.cc #define __ ACCESS_MASM((&masm_))
masm_             123 src/x64/regexp-macro-assembler-x64.cc       masm_(Isolate::Current(), NULL, kRegExpCodeSize),
masm_             451 src/x64/regexp-macro-assembler-x64.cc       AllowExternalCallThatCantCauseGC scope(&masm_);
masm_             453 src/x64/regexp-macro-assembler-x64.cc           ExternalReference::re_case_insensitive_compare_uc16(masm_.isolate());
masm_             458 src/x64/regexp-macro-assembler-x64.cc     __ Move(code_object_pointer(), masm_.CodeObject());
masm_             769 src/x64/regexp-macro-assembler-x64.cc   FrameScope scope(&masm_, StackFrame::MANUAL);
masm_             814 src/x64/regexp-macro-assembler-x64.cc       ExternalReference::address_of_stack_limit(masm_.isolate());
masm_             830 src/x64/regexp-macro-assembler-x64.cc   __ Move(code_object_pointer(), masm_.CodeObject());
masm_             872 src/x64/regexp-macro-assembler-x64.cc   __ Move(code_object_pointer(), masm_.CodeObject());
masm_            1031 src/x64/regexp-macro-assembler-x64.cc     __ Move(code_object_pointer(), masm_.CodeObject());
masm_            1067 src/x64/regexp-macro-assembler-x64.cc         ExternalReference::re_grow_stack(masm_.isolate());
masm_            1076 src/x64/regexp-macro-assembler-x64.cc     __ Move(code_object_pointer(), masm_.CodeObject());
masm_            1095 src/x64/regexp-macro-assembler-x64.cc   masm_.GetCode(&code_desc);
masm_            1099 src/x64/regexp-macro-assembler-x64.cc       masm_.CodeObject());
masm_            1270 src/x64/regexp-macro-assembler-x64.cc       ExternalReference::re_check_stack_guard_state(masm_.isolate());
masm_            1454 src/x64/regexp-macro-assembler-x64.cc     int offset = masm_.long_at(patch_position);
masm_            1455 src/x64/regexp-macro-assembler-x64.cc     masm_.long_at_put(patch_position,
masm_            1489 src/x64/regexp-macro-assembler-x64.cc       ExternalReference::address_of_stack_limit(masm_.isolate());
masm_            1503 src/x64/regexp-macro-assembler-x64.cc       ExternalReference::address_of_regexp_stack_limit(masm_.isolate());
masm_             243 src/x64/regexp-macro-assembler-x64.h     code_relative_fixup_positions_.Add(masm_.pc_offset(), zone());
masm_             275 src/x64/regexp-macro-assembler-x64.h   MacroAssembler masm_;