Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.cc223 GetStackTraceClosure closure(start_depth >= 0 ? static_cast<size_t>(start_depth) : 0, in GetStackTrace() local
303 GetStackTraceClosure closure(0u, static_cast<size_t>(max_frame_count)); in GetAllStackTraces() local
463 GetStackTraceClosure closure(0u, static_cast<size_t>(max_frame_count)); in GetThreadListStackTraces() local
635 GetFrameCountClosure closure; in GetFrameCount() local
708 GetLocationClosure closure(static_cast<size_t>(depth)); in GetFrameLocation() local
/art/runtime/jit/
Djit_code_cache.cc916 MarkCodeClosure closure(this, &barrier); in MarkCompiledCodeOnThreadStacks() local
/art/runtime/gc/
Dheap.cc1401 TrimIndirectReferenceTableClosure closure(&barrier); in TrimIndirectReferenceTables() local