Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dgbc_expander.cc1160 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset); in Expand_SGetFast() local
1163 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_SGetFast()
1181 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset); in Expand_SPutFast() local
1184 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_SPutFast()
1941 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset.Int32Value()); in Expand_HLSget() local
1944 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_HLSget()
2031 llvm::Value* static_field_offset_value = irb_.getPtrEquivInt(field_offset.Int32Value()); in Expand_HLSput() local
2034 irb_.CreatePtrDisp(static_storage_addr, static_field_offset_value, in Expand_HLSput()