Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dintrinsic_func_list.def46 // IRBuilder::GetJType([type], kField).
499 _JTYPE(kInt32Ty, kField),
505 _JTYPE(kInt64Ty, kField),
511 _JTYPE(kJavaObjectTy, kField),
517 _JTYPE(kInt1Ty, kField),
523 _JTYPE(kInt8Ty, kField),
529 _JTYPE(kInt16Ty, kField),
535 _JTYPE(kInt16Ty, kField),
544 _JTYPE(kInt32Ty, kField),
550 _JTYPE(kInt64Ty, kField),
[all …]
/art/runtime/
Ddex_file.h1296 kField = 0x19, enumerator
Ddex_file.cc1183 case kField: in Next()