Lines Matching refs:kObject
59 using ::art::llvm::kObject;
729 return EmitArrayGEP(static_storage_dex_cache_addr, type_idx_value, kObject);
739 return EmitArrayGEP(resolved_type_dex_cache_addr, type_idx_value, kObject);
749 return EmitArrayGEP(resolved_method_dex_cache_addr, method_idx_value, kObject);
759 return EmitArrayGEP(string_dex_cache_addr, string_idx_value, kObject);
804 EmitArrayGEP(vtable_addr, vtable_idx_value, kObject);
815 (elem_jty == kObject && sizeof(uint64_t) == sizeof(art::mirror::Object*))) {
1541 case kObject:
1561 case kObject:
1604 if (elem_jty == kObject) { // If put an object, check the type, and mark GC card table.
1638 if (field_jty == kObject) {
1706 if (field_jty == kObject) {
1747 if (field_jty == kObject) { // If put an object, mark the GC card table.
1908 if (field_jty == kObject) {
1990 if (field_jty == kObject) {
2053 if (field_jty == kObject) { // If put an object, mark the GC card table.
3020 kObject);
3060 kObject);
3139 kObject);
3199 kObject);
3265 kObject);
3325 kObject);
3396 return Expand_HLArrayGet(call_inst, kObject);
3431 Expand_HLArrayPut(call_inst, kObject);
3461 return Expand_HLIGet(call_inst, kObject);
3496 Expand_HLIPut(call_inst, kObject);
3601 return Expand_HLSget(call_inst, kObject);
3636 Expand_HLSput(call_inst, kObject);