Home
last modified time | relevance | path

Searched defs:function (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/allocator/
Ddlmalloc.cc41 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()
/art/disassembler/
Ddisassembler_mips.cc184 uint32_t function = (instruction & 0x3f); // R-type. in Dump() local
/art/runtime/
Dthread.cc700 bool Thread::RequestCheckpoint(Closure* function) { in RequestCheckpoint()