Searched defs:FieldAddress (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h362 class FieldAddress : public Address { class in namespace:dart
364 FieldAddress(Register base, int32_t disp) function in class:dart::FieldAddress
368 FieldAddress(Register base, Register r);
370 FieldAddress(const FieldAddress& other) : Address(other) { } function in class:dart::FieldAddress
372 FieldAddress& operator=(const FieldAddress& other) {

Completed in 770 milliseconds