Home | History | Annotate | Download | only in llvm

Lines Matching refs:kObject

60 using ::art::llvm::kObject;
726 return EmitArrayGEP(resolved_type_dex_cache_addr, type_idx_value, kObject);
736 return EmitArrayGEP(resolved_method_dex_cache_addr, method_idx_value, kObject);
746 return EmitArrayGEP(string_dex_cache_addr, string_idx_value, kObject);
791 EmitArrayGEP(vtable_addr, vtable_idx_value, kObject);
802 (elem_jty == kObject && sizeof(uint64_t) == sizeof(art::mirror::Object*))) {
1517 case kObject:
1537 case kObject:
1580 if (elem_jty == kObject) { // If put an object, check the type, and mark GC card table.
1614 if (field_jty == kObject) {
1682 if (field_jty == kObject) {
1723 if (field_jty == kObject) { // If put an object, mark the GC card table.
1898 if (field_jty == kObject) {
1981 if (field_jty == kObject) {
2044 if (field_jty == kObject) { // If put an object, mark the GC card table.
3011 kObject);
3051 kObject);
3130 kObject);
3190 kObject);
3256 kObject);
3316 kObject);
3384 return Expand_HLArrayGet(call_inst, kObject);
3419 Expand_HLArrayPut(call_inst, kObject);
3449 return Expand_HLIGet(call_inst, kObject);
3484 Expand_HLIPut(call_inst, kObject);
3589 return Expand_HLSget(call_inst, kObject);
3624 Expand_HLSput(call_inst, kObject);