Home | History | Annotate | Download | only in arm

Lines Matching defs:masm_

32   explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
46 Assembler::BlockConstPoolScope block_const_pool(masm_);
56 Assembler::BlockConstPoolScope block_const_pool(masm_);
64 Assembler::BlockConstPoolScope block_const_pool(masm_);
66 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
79 MacroAssembler* masm() { return masm_; }
80 MacroAssembler* masm_;
109 Comment cmnt(masm_, "[ function compiled by full code generator");
111 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
124 FrameScope frame_scope(masm_, StackFrame::MANUAL);
126 info->set_prologue_offset(masm_->pc_offset());
129 { Comment cmnt(masm_, "[ Allocate locals");
172 Comment cmnt(masm_, "[ Allocate context");
243 Comment cmnt(masm_, "[ This function");
254 Comment cmnt(masm_, "[ new.target");
262 Comment cmnt(masm_, "[ Allocate rest parameter array");
275 Comment cmnt(masm_, "[ Allocate arguments object");
302 Comment cmnt(masm_, "[ Declarations");
312 Comment cmnt(masm_, "[ Stack check");
320 PredictableCodeSizeScope predictable(masm_);
322 masm_->CallSize(stack_check, RelocInfo::CODE_TARGET));
328 Comment cmnt(masm_, "[ Body");
336 { Comment cmnt(masm_, "[ return <undefined>;");
368 Assembler::BlockConstPoolScope block_const_pool(masm_);
370 masm_, kProfileCounterResetSequenceLength);
380 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count);
381 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) {
391 Comment cmnt(masm_, "[ Back edge bookkeeping");
393 Assembler::BlockConstPoolScope block_const_pool(masm_);
397 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
426 int distance = masm_->pc_offset();
445 Comment cmnt(masm_, "[ Return sequence");
460 { Assembler::BlockConstPoolScope block_const_pool(masm_);
465 PredictableCodeSizeScope predictable(masm_, -1);
467 { ConstantPoolUnavailableScope constant_pool_unavailable(masm_);
785 Comment cmnt(masm_, "[ VariableDeclaration");
793 Comment cmnt(masm_, "[ VariableDeclaration");
803 Comment cmnt(masm_, "[ VariableDeclaration");
834 Comment cmnt(masm_, "[ FunctionDeclaration");
841 Comment cmnt(masm_, "[ FunctionDeclaration");
860 Comment cmnt(masm_, "[ FunctionDeclaration");
892 Comment cmnt(masm_, "[ SwitchStatement");
915 Comment cmnt(masm_, "[ Case comparison");
925 JumpPatchSite patch_site(masm_);
973 Comment cmnt(masm_, "[ Case body");
986 Comment cmnt(masm_, "[ ForInStatement");
1320 Comment cmnt(masm_, "[ Global variable");
1330 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1354 Comment cmnt(masm_, "[ Lookup variable");
1391 Comment cmnt(masm_, "[ ObjectLiteral");
1589 Comment cmnt(masm_, "[ ArrayLiteral");
1681 Comment cmnt(masm_, "[ Assignment");
1824 Comment cmnt(masm_, "[ Yield");
1937 JumpPatchSite patch_site(masm_);
2072 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2608 Comment cmnt(masm_, "[ CallNew");
2897 generator.GenerateFast(masm_);
2901 generator.GenerateSlow(masm_, call_helper);
2925 generator.GenerateFast(masm_);
2941 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
3082 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
3126 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
3133 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
3175 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
3196 Comment cmnt(masm_, "[ CountOperation");
3275 JumpPatchSite patch_site(masm_);
3523 Comment cmnt(masm_, "[ CompareOperation");
3569 JumpPatchSite patch_site(masm_);