Home
last modified time | relevance | path

Searched refs:offset_into_constant_area_ (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_x86_64.cc7000 : codegen_(&codegen), offset_into_constant_area_(offset) {} in RIPFixup()
7003 void SetOffset(size_t offset) { offset_into_constant_area_ = offset; } in SetOffset()
7011 int32_t constant_offset = codegen_->ConstantAreaStart() + offset_into_constant_area_; in Process()
7019 size_t offset_into_constant_area_; member in art::x86_64::RIPFixup