Searched refs:non_frame_registers (Results 1 - 7 of 7) sorted by relevance
/external/v8/src/ia32/ |
H A D | jump-target-ia32.cc | 87 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 D | codegen-ia32.h | 323 // 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 D | jump-target-x64.cc | 87 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 D | codegen-x64.h | 323 // 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 D | codegen.cc | 121 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 D | codegen-mips.h | 137 // 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 D | codegen-arm.h | 184 // 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