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.cc4483 : codegen_(codegen), offset_into_constant_area_(offset) {} in RIPFixup()
4489 int constant_offset = codegen_.ConstantAreaStart() + offset_into_constant_area_; in Process()
4499 int offset_into_constant_area_; member in art::x86_64::RIPFixup