Home | History | Annotate | Download | only in mips

Lines Matching refs:masm_

30 #define __ ACCESS_MASM(masm_)
43 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
57 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
67 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
77 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
89 MacroAssembler* masm_;
117 Comment cmnt(masm_, "[ function compiled by full code generator");
119 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
140 FrameScope frame_scope(masm_, StackFrame::MANUAL);
142 info->set_prologue_offset(masm_->pc_offset());
145 { Comment cmnt(masm_, "[ Allocate locals");
187 Comment cmnt(masm_, "[ Allocate context");
257 Comment cmnt(masm_, "[ This function");
268 Comment cmnt(masm_, "[ new.target");
276 Comment cmnt(masm_, "[ Allocate rest parameter array");
299 Comment cmnt(masm_, "[ Allocate arguments object");
333 Comment cmnt(masm_, "[ Declarations");
338 { Comment cmnt(masm_, "[ Declarations");
347 { Comment cmnt(masm_, "[ Stack check");
353 PredictableCodeSizeScope predictable(masm_,
354 masm_->CallSize(stack_check, RelocInfo::CODE_TARGET));
359 { Comment cmnt(masm_, "[ Body");
368 { Comment cmnt(masm_, "[ return <undefined>;");
408 Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
409 Comment cmnt(masm_, "[ Back edge bookkeeping");
412 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
436 Comment cmnt(masm_, "[ Return sequence");
452 int distance = masm_->pc_offset();
468 { Assembler::BlockTrampolinePoolScope block_trampoline_pool(masm_);
469 // Here we use masm_-> instead of the __ macro to avoid the code coverage
474 masm_->mov(sp, fp);
475 masm_->MultiPop(static_cast<RegList>(fp.bit() | ra.bit()));
476 masm_->Addu(sp, sp, Operand(sp_delta));
477 masm_->Jump(ra);
821 Comment cmnt(masm_, "[ VariableDeclaration");
829 Comment cmnt(masm_, "[ VariableDeclaration");
839 Comment cmnt(masm_, "[ VariableDeclaration");
880 Comment cmnt(masm_, "[ FunctionDeclaration");
887 Comment cmnt(masm_, "[ FunctionDeclaration");
906 Comment cmnt(masm_, "[ FunctionDeclaration");
938 Comment cmnt(masm_, "[ SwitchStatement");
961 Comment cmnt(masm_, "[ Case comparison");
972 JumpPatchSite patch_site(masm_);
1018 Comment cmnt(masm_, "[ Case body");
1031 Comment cmnt(masm_, "[ ForInStatement");
1396 Comment cmnt(masm_, "[ Global variable");
1406 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1436 Comment cmnt(masm_, "[ Lookup variable");
1457 Comment cmnt(masm_, "[ RegExpLiteral");
1486 Comment cmnt(masm_, "[ ObjectLiteral");
1684 Comment cmnt(masm_, "[ ArrayLiteral");
1780 Comment cmnt(masm_, "[ Assignment");
1920 Comment cmnt(masm_, "[ Yield");
2263 JumpPatchSite patch_site(masm_);
2411 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2684 Comment cmnt(masm_, "[ Property");
2988 Comment cmnt(masm_, "[ CallNew");
3577 generator.GenerateFast(masm_);
3581 generator.GenerateSlow(masm_, call_helper);
3612 generator.GenerateFast(masm_);
3628 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
3661 generator.GenerateFast(masm_);
3677 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
4050 Comment cmnt(masm_, "[ CallRuntime");
4076 Comment cmnt(masm_, "[ Inline" #Name); \
4082 Comment cmnt(masm_, "[ CallRuntime for unhandled intrinsic");
4101 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
4147 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
4154 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
4193 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
4214 Comment cmnt(masm_, "[ CountOperation");
4291 JumpPatchSite patch_site(masm_);
4546 Comment cmnt(masm_, "[ CompareOperation");
4592 JumpPatchSite patch_site(masm_);
4701 __ Subu(a1, ra, Operand(masm_->CodeObject()));
4736 __ Addu(at, a1, Operand(masm_->CodeObject()));