Searched defs:function (Results 1 – 5 of 5) sorted by relevance
52 static void art_heap_corruption(const char* function) { in art_heap_corruption()56 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error()
36 static void doUpPrintCall(JNIEnv* env, const char* function) { in doUpPrintCall()
142 static inline void CheckedCall(const Func& function, const char* what, Args... args) { in CheckedCall()
532 uint32_t function = (instruction & 0x3f); // R-type. in Dump() local