Home | History | Annotate | Download | only in s390

Lines Matching defs:masm_

33   explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
71 int delta_to_patch_site = masm_->SizeOfCodeGeneratedSince(&patch_site_);
84 MacroAssembler* masm() { return masm_; }
85 MacroAssembler* masm_;
113 Comment cmnt(masm_, "[ function compiled by full code generator");
115 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
128 FrameScope frame_scope(masm_, StackFrame::MANUAL);
129 int prologue_offset = masm_->pc_offset();
135 Comment cmnt(masm_, "[ Allocate locals");
183 Comment cmnt(masm_, "[ Allocate context");
254 Comment cmnt(masm_, "[ This function");
265 Comment cmnt(masm_, "[ new.target");
273 Comment cmnt(masm_, "[ Allocate rest parameter array");
288 Comment cmnt(masm_, "[ Allocate arguments object");
315 Comment cmnt(masm_, "[ Declarations");
325 Comment cmnt(masm_, "[ Stack check");
337 Comment cmnt(masm_, "[ Body");
346 Comment cmnt(masm_, "[ return <undefined>;");
378 Comment cmnt(masm_, "[ Back edge bookkeeping");
382 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target) +
413 int distance = masm_->pc_offset() + kCodeSizeMultiplier / 2;
433 Comment cmnt(masm_, "[ Return sequence");
449 // Here we use masm_-> instead of the __ macro to avoid the code coverage
725 Comment cmnt(masm_, "[ VariableDeclaration");
733 Comment cmnt(masm_, "[ VariableDeclaration");
743 Comment cmnt(masm_, "[ VariableDeclaration");
773 Comment cmnt(masm_, "[ FunctionDeclaration");
780 Comment cmnt(masm_, "[ FunctionDeclaration");
794 Comment cmnt(masm_, "[ FunctionDeclaration");
823 Comment cmnt(masm_, "[ SwitchStatement");
846 Comment cmnt(masm_, "[ Case comparison");
856 JumpPatchSite patch_site(masm_);
904 Comment cmnt(masm_, "[ Case body");
916 Comment cmnt(masm_, "[ ForInStatement");
1245 Comment cmnt(masm_, "[ Global variable");
1255 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1279 Comment cmnt(masm_, "[ Lookup variable");
1314 Comment cmnt(masm_, "[ ObjectLiteral");
1509 Comment cmnt(masm_, "[ ArrayLiteral");
1600 Comment cmnt(masm_, "[ Assignment");
1740 Comment cmnt(masm_, "[ Yield");
1866 JumpPatchSite patch_site(masm_);
2033 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2544 Comment cmnt(masm_, "[ CallNew");
2825 generator.GenerateFast(masm_);
2829 generator.GenerateSlow(masm_, call_helper);
2852 generator.GenerateFast(masm_);
2868 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
3000 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
3044 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
3051 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
3089 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
3109 Comment cmnt(masm_, "[ CountOperation");
3186 JumpPatchSite patch_site(masm_);
3434 Comment cmnt(masm_, "[ CompareOperation");
3480 JumpPatchSite patch_site(masm_);