Searched refs:destination_ (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dfast-codegen.h74 : 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 Dfast-codegen-ia32.h70 : 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 Dcodegen-ia32.h266 ControlDestination* destination() const { return destination_; }
274 ControlDestination* destination_; member in class:v8::internal::BASE_EMBEDDED
H A Dcodegen-ia32.cc82 destination_(NULL),
91 destination_(destination),
/external/v8/src/x64/
H A Dcodegen-x64.h266 ControlDestination* destination() const { return destination_; }
274 ControlDestination* destination_; member in class:v8::internal::BASE_EMBEDDED
H A Dcodegen-x64.cc79 destination_(NULL),
88 destination_(destination),

Completed in 244 milliseconds