Searched refs:destination_ (Results 1 - 6 of 6) sorted by relevance
/external/v8/src/ |
H A D | fast-codegen.h | 74 : masm_(masm), info_(NULL), destination_(no_reg), smi_bits_(0) { 85 Register destination() { return destination_; } 86 void set_destination(Register reg) { destination_ = reg; } 149 Register destination_; member in class:v8::internal::FastCodeGenerator
|
/external/v8/src/ia32/ |
H A D | fast-codegen-ia32.h | 70 : masm_(masm), info_(NULL), destination_(no_reg), smi_bits_(0) { 81 Register destination() { return destination_; } 82 void set_destination(Register reg) { destination_ = reg; } 146 Register destination_; member in class:v8::internal::FastCodeGenerator
|
H A D | codegen-ia32.h | 266 ControlDestination* destination() const { return destination_; } 274 ControlDestination* destination_; member in class:v8::internal::BASE_EMBEDDED
|
H A D | codegen-ia32.cc | 82 destination_(NULL), 91 destination_(destination),
|
/external/v8/src/x64/ |
H A D | codegen-x64.h | 266 ControlDestination* destination() const { return destination_; } 274 ControlDestination* destination_; member in class:v8::internal::BASE_EMBEDDED
|
H A D | codegen-x64.cc | 79 destination_(NULL), 88 destination_(destination),
|
Completed in 244 milliseconds