Searched defs:function (Results 1 – 3 of 3) sorted by relevance
41 static void art_heap_corruption(const char* function) { in art_heap_corruption()45 static void art_heap_usage_error(const char* function, void* p) { in art_heap_usage_error()
184 uint32_t function = (instruction & 0x3f); // R-type. in Dump() local
700 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint()