Home | History | Annotate | Download | only in arm

Lines Matching refs:masm_

22 #define __ ACCESS_MASM(masm_)
33 explicit JumpPatchSite(MacroAssembler* masm) : masm_(masm) {
47 Assembler::BlockConstPoolScope block_const_pool(masm_);
57 Assembler::BlockConstPoolScope block_const_pool(masm_);
65 Assembler::BlockConstPoolScope block_const_pool(masm_);
67 int delta_to_patch_site = masm_->InstructionsGeneratedSince(&patch_site_);
80 MacroAssembler* masm_;
109 Comment cmnt(masm_, "[ function compiled by full code generator");
111 ProfileEntryHookStub::MaybeCallEntryHook(masm_);
131 FrameScope frame_scope(masm_, StackFrame::MANUAL);
133 info->set_prologue_offset(masm_->pc_offset());
136 { Comment cmnt(masm_, "[ Allocate locals");
178 Comment cmnt(masm_, "[ Allocate context");
247 Comment cmnt(masm_, "[ This function");
258 Comment cmnt(masm_, "[ new.target");
266 Comment cmnt(masm_, "[ Allocate rest parameter array");
288 Comment cmnt(masm_, "[ Allocate arguments object");
322 Comment cmnt(masm_, "[ Declarations");
327 { Comment cmnt(masm_, "[ Declarations");
336 { Comment cmnt(masm_, "[ Stack check");
343 PredictableCodeSizeScope predictable(masm_);
345 masm_->CallSize(stack_check, RelocInfo::CODE_TARGET));
350 { Comment cmnt(masm_, "[ Body");
359 { Comment cmnt(masm_, "[ return <undefined>;");
391 Assembler::BlockConstPoolScope block_const_pool(masm_);
393 masm_, kProfileCounterResetSequenceLength);
403 DCHECK(masm_->InstructionsGeneratedSince(&start) <= expected_instr_count);
404 while (masm_->InstructionsGeneratedSince(&start) != expected_instr_count) {
414 Comment cmnt(masm_, "[ Back edge bookkeeping");
416 Assembler::BlockConstPoolScope block_const_pool(masm_);
420 int distance = masm_->SizeOfCodeGeneratedSince(back_edge_target);
444 Comment cmnt(masm_, "[ Return sequence");
460 int distance = masm_->pc_offset();
476 { Assembler::BlockConstPoolScope block_const_pool(masm_);
481 PredictableCodeSizeScope predictable(masm_, -1);
483 { ConstantPoolUnavailableScope constant_pool_unavailable(masm_);
825 Comment cmnt(masm_, "[ VariableDeclaration");
833 Comment cmnt(masm_, "[ VariableDeclaration");
843 Comment cmnt(masm_, "[ VariableDeclaration");
883 Comment cmnt(masm_, "[ FunctionDeclaration");
890 Comment cmnt(masm_, "[ FunctionDeclaration");
909 Comment cmnt(masm_, "[ FunctionDeclaration");
941 Comment cmnt(masm_, "[ SwitchStatement");
964 Comment cmnt(masm_, "[ Case comparison");
974 JumpPatchSite patch_site(masm_);
1022 Comment cmnt(masm_, "[ Case body");
1035 Comment cmnt(masm_, "[ ForInStatement");
1403 Comment cmnt(masm_, "[ Global variable");
1413 Comment cmnt(masm_, var->IsContextSlot() ? "[ Context variable"
1441 Comment cmnt(masm_, "[ Lookup variable");
1462 Comment cmnt(masm_, "[ RegExpLiteral");
1491 Comment cmnt(masm_, "[ ObjectLiteral");
1690 Comment cmnt(masm_, "[ ArrayLiteral");
1785 Comment cmnt(masm_, "[ Assignment");
1925 Comment cmnt(masm_, "[ Yield");
2152 { ConstantPoolUnavailableScope constant_pool_unavailable(masm_);
2272 JumpPatchSite patch_site(masm_);
2423 JumpPatchSite patch_site(masm_); // unbound, signals no inlined smi code.
2690 Comment cmnt(masm_, "[ Property");
3001 Comment cmnt(masm_, "[ CallNew");
3572 generator.GenerateFast(masm_);
3576 generator.GenerateSlow(masm_, call_helper);
3605 generator.GenerateFast(masm_);
3621 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
3652 generator.GenerateFast(masm_);
3668 generator.GenerateSlow(masm_, NOT_PART_OF_IC_HANDLER, call_helper);
4044 Comment cmnt(masm_, "[ CallRuntime");
4070 Comment cmnt(masm_, "[ Inline" #Name); \
4076 Comment cmnt(masm_, "[ CallRuntime for unhandled intrinsic");
4095 Comment cmnt(masm_, "[ UnaryOperation (DELETE)");
4141 Comment cmnt(masm_, "[ UnaryOperation (VOID)");
4148 Comment cmnt(masm_, "[ UnaryOperation (NOT)");
4187 Comment cmnt(masm_, "[ UnaryOperation (TYPEOF)");
4208 Comment cmnt(masm_, "[ CountOperation");
4287 JumpPatchSite patch_site(masm_);
4538 Comment cmnt(masm_, "[ CompareOperation");
4582 JumpPatchSite patch_site(masm_);
4693 __ sub(r1, lr, Operand(masm_->CodeObject()));
4725 __ add(pc, r1, Operand(masm_->CodeObject()));