Home | History | Annotate | Download | only in arm

Lines Matching refs:masm_

26 #define __ ACCESS_MASM(masm_)
37 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
51 Assembler::BlockConstPoolScope block_const_pool(masm_);
61 Assembler::BlockConstPoolScope block_const_pool(masm_);
69 Assembler::BlockConstPoolScope block_const_pool(masm_);
71 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
84 MacroAssembler* masm_;
115 Comment cmnt(masm_, "[ function compiled by full code generator");
117 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
147 FrameScope frame_scope(masm_, StackFrame::MANUAL);
149 info->set_prologue_offset(masm_->pc_offset());
151 info->AddNoFrameRange(0, masm_->pc_offset());
153 { Comment cmnt(masm_, "[ Allocate locals");
196 Comment cmnt(masm_, "[ Allocate context");
246 Comment cmnt(masm_, "[ Allocate arguments object");
286 Comment cmnt(masm_, "[ Declarations");
291 { Comment cmnt(masm_, "[ Declarations");
304 { Comment cmnt(masm_, "[ Stack check");
311 PredictableCodeSizeScope predictable(masm_,
312 masm_->CallSize(stack_check, RelocInfo::CODE_TARGET));
317 { Comment cmnt(masm_, "[ Body");
326 { Comment cmnt(masm_, "[ return <undefined>;");
358 Assembler::BlockConstPoolScope block_const_pool(masm_);
360 masm_, kProfileCounterResetSequenceLength);
374 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count);
375 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) {
385 Comment cmnt(masm_, "[ Back edge bookkeeping");
387 Assembler::BlockConstPoolScope block_const_pool(masm_);
391 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
415 Comment cmnt(masm_, "[ Return sequence");
431 int distance = masm_->pc_offset();
452 { Assembler::BlockConstPoolScope block_const_pool(masm_);
454 CodeGenerator::RecordPositions(masm_, function()->end_position() - 1);
456 PredictableCodeSizeScope predictable(masm_, -1);
459 { ConstantPoolUnavailableScope constant_pool_unavailable(masm_);
462 masm_->pc_offset());
470 masm_->InstructionsGeneratedSince(&check_exit_codesize));
832 Comment cmnt(masm_, "[ VariableDeclaration");
840 Comment cmnt(masm_, "[ VariableDeclaration");
850 Comment cmnt(masm_, "[ VariableDeclaration");
892 Comment cmnt(masm_, "[ FunctionDeclaration");
899 Comment cmnt(masm_, "[ FunctionDeclaration");
918 Comment cmnt(masm_, "[ FunctionDeclaration");
936 Comment cmnt(masm_, "[ ModuleDeclaration");
971 Comment cmnt(masm_, "[ ImportDeclaration");
1010 Comment cmnt(masm_, "[ SwitchStatement");
1033 Comment cmnt(masm_, "[ Case comparison");
1043 JumpPatchSite patch_site(masm_);
1091 Comment cmnt(masm_, "[ Case body");
1104 Comment cmnt(masm_, "[ ForInStatement");
1284 Comment cmnt(masm_, "[ ForOfStatement");
1353 Comment cmnt(masm_, "[ VariableProxy");
1359 Comment cnmt(masm_, "[ SuperReference ");
1513 Comment cmnt(masm_, "[ Global variable");
1528 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1592 Comment cmnt(masm_, "[ Lookup variable");
1609 Comment cmnt(masm_, "[ RegExpLiteral");
1669 Comment cmnt(masm_, "[ ObjectLiteral");
1800 Comment cmnt(masm_, "[ ArrayLiteral");
1884 Comment cmnt(masm_, "[ Assignment");
1992 Comment cmnt(masm_, "[ Yield");
2225 { ConstantPoolUnavailableScope constant_pool_unavailable(masm_);
2380 JumpPatchSite patch_site(masm_);
2461 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2632 Comment cmnt(masm_, "[ Property");
2824 Comment cmnt(masm_, "[ Call");
2946 Comment cmnt(masm_, "[ CallNew");
3656 generator.GenerateFast(masm_);
3660 generator.GenerateSlow(masm_, call_helper);
3689 generator.GenerateFast(masm_);
3705 generator.GenerateSlow(masm_, call_helper);
3736 generator.GenerateFast(masm_);
3752 generator.GenerateSlow(masm_, call_helper);
4160 Comment cmnt(masm_, "[ InlineRuntimeCall");
4165 Comment cmnt(masm_, "[ CallRuntime");
4223 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
4269 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
4276 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
4315 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
4333 Comment cmnt(masm_, "[ CountOperation");
4384 JumpPatchSite patch_site(masm_);
4517 Comment cmnt(masm_, "[ Global variable");
4530 Comment cmnt(masm_, "[ Lookup slot");
4629 Comment cmnt(masm_, "[ CompareOperation");
4674 JumpPatchSite patch_site(masm_);
4787 __ sub(r1, lr, Operand(masm_->CodeObject()));
4845 __ add(pc, r1, Operand(masm_->CodeObject()));