Searched defs:fp (Results 1 – 7 of 7) sorted by relevance
/art/test/023-many-interfaces/ |
D | iface-gen.c | 13 FILE* fp; in createFiles() local
|
/art/test/303-verification-stress/ |
D | classes-gen.c | 13 FILE* fp; in createFiles() local
|
/art/compiler/dex/ |
D | reg_location.h | 47 unsigned fp:1; // Floating point? member
|
/art/compiler/dex/quick/ |
D | mir_to_lir-inl.h | 271 inline void Mir2Lir::CheckRegStorage(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp) in CheckRegStorage()
|
D | mir_to_lir.cc | 1274 void Mir2Lir::CheckRegStorageImpl(RegStorage rs, WidenessCheck wide, RefCheck ref, FPCheck fp, in CheckRegStorageImpl()
|
/art/runtime/hprof/ |
D | hprof.cc | 189 int StartNewRecord(FILE* fp, uint8_t tag, uint32_t time) { in StartNewRecord()
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 196 FILE *fp = popen(cmd, "r"); in dump() local
|