Lines Matching defs:masm_
42 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
56 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
66 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
76 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
88 MacroAssembler* masm() { return masm_; }
89 MacroAssembler* masm_;
117 Comment cmnt(masm_, "[ function compiled by full code generator");
119 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
133 FrameScope frame_scope(masm_, StackFrame::MANUAL);
134 info->set_prologue_offset(masm_->pc_offset());
137 { Comment cmnt(masm_, "[ Allocate locals");
180 Comment cmnt(masm_, "[ Allocate context");
252 Comment cmnt(masm_, "[ This function");
262 Comment cmnt(masm_, "[ new.target");
270 Comment cmnt(masm_, "[ Allocate rest parameter array");
283 Comment cmnt(masm_, "[ Allocate arguments object");
310 Comment cmnt(masm_, "[ Declarations");
320 Comment cmnt(masm_, "[ Stack check");
328 masm_, masm_->CallSize(stack_check, RelocInfo::CODE_TARGET));
334 Comment cmnt(masm_, "[ Body");
344 { Comment cmnt(masm_, "[ return <undefined>;");
384 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
385 Comment cmnt(masm_, "[ Back edge bookkeeping");
388 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
417 int distance = masm_->pc_offset();
436 Comment cmnt(masm_, "[ Return sequence");
451 { Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
452 // Here we use masm_-> instead of the __ macro to avoid the code coverage
457 masm_->mov(sp, fp);
458 masm_->MultiPop(static_cast<RegList>(fp.bit() | ra.bit()));
459 masm_->Daddu(sp, sp, Operand(sp_delta));
460 masm_->Jump(ra);
781 Comment cmnt(masm_, "[ VariableDeclaration");
789 Comment cmnt(masm_, "[ VariableDeclaration");
799 Comment cmnt(masm_, "[ VariableDeclaration");
830 Comment cmnt(masm_, "[ FunctionDeclaration");
837 Comment cmnt(masm_, "[ FunctionDeclaration");
856 Comment cmnt(masm_, "[ FunctionDeclaration");
888 Comment cmnt(masm_, "[ SwitchStatement");
911 Comment cmnt(masm_, "[ Case comparison");
922 JumpPatchSite patch_site(masm_);
968 Comment cmnt(masm_, "[ Case body");
981 Comment cmnt(masm_, "[ ForInStatement");
1315 Comment cmnt(masm_, "[ Global variable");
1325 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1350 Comment cmnt(masm_, "[ Lookup variable");
1387 Comment cmnt(masm_, "[ ObjectLiteral");
1584 Comment cmnt(masm_, "[ ArrayLiteral");
1677 Comment cmnt(masm_, "[ Assignment");
1820 Comment cmnt(masm_, "[ Yield");
1943 JumpPatchSite patch_site(masm_);
2074 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2610 Comment cmnt(masm_, "[ CallNew");
2903 generator.GenerateFast(masm_);
2907 generator.GenerateSlow(masm_, call_helper);
2933 generator.GenerateFast(masm_);
2949 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
3090 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
3135 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
3142 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
3184 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
3205 Comment cmnt(masm_, "[ CountOperation");
3282 JumpPatchSite patch_site(masm_);
3533 Comment cmnt(masm_, "[ CompareOperation");
3581 JumpPatchSite patch_site(masm_);