Searched refs:non_frame_registers (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/ia32/
H A Djump-target-ia32.cc87 RegisterFile non_frame_registers; local
88 cgen()->SetFrame(branch_frame, &non_frame_registers);
96 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
107 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
119 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
H A Dcodegen-ia32.h323 // reference counts given by non_frame_registers. The non-frame
325 // non_frame_registers.
326 void SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers);
/external/v8/src/x64/
H A Djump-target-x64.cc87 RegisterFile non_frame_registers; local
88 cgen()->SetFrame(branch_frame, &non_frame_registers);
96 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
107 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
119 cgen()->SetFrame(fall_through_frame, &non_frame_registers);
H A Dcodegen-x64.h323 // reference counts given by non_frame_registers. The non-frame
325 // non_frame_registers.
326 void SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers);
/external/v8/src/
H A Dcodegen.cc121 RegisterFile* non_frame_registers) {
131 allocator_->RestoreFrom(non_frame_registers);
136 saved_counts.CopyTo(non_frame_registers);
120 SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers) argument
/external/v8/src/mips/
H A Dcodegen-mips.h137 // reference counts given by non_frame_registers. The non-frame
139 // non_frame_registers.
140 void SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers);
/external/v8/src/arm/
H A Dcodegen-arm.h184 // reference counts given by non_frame_registers. The non-frame
186 // non_frame_registers.
187 void SetFrame(VirtualFrame* new_frame, RegisterFile* non_frame_registers);

Completed in 781 milliseconds