Searched defs:top (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space-inl.h245 uint8_t* top = r->Top(); local
246 while (pos < top) {
/art/runtime/
H A Dstack.h495 // Copy this top fragment into given fragment.
497 // Clear this fragment, which has become the top.
499 // Link our top fragment onto the given fragment.
505 // Copy this given fragment back to the top.
517 void SetTopQuickFrame(ArtMethod** top) { argument
519 top_quick_frame_ = top;
546 void SetTopShadowFrame(ShadowFrame* top) { argument
548 top_shadow_frame_ = top;
H A Dthread.h406 void SetTopOfShadowStack(ShadowFrame* top) { argument
407 tlsPtr_.managed_stack.SetTopShadowFrame(top);
1375 // The top of the managed stack often manipulated directly by compiler generated code.
/art/tools/dmtracedump/
H A Dtracedump.cc203 int32_t top; member in struct:CallStack
1303 void countRecursiveEntries(CallStack* pStack, int32_t top, MethodEntry* method) { argument
1305 for (int32_t ii = 0; ii < top; ++ii) {
1310 void stackDump(CallStack* pStack, int32_t top) { argument
1311 for (int32_t ii = 0; ii < top; ++ii) {
1689 * sort the methods so the most expensive appear at the top.
1899 * sort the methods so the most expensive appear at the top.
2071 pStack->top = 0;
2086 pStack->top, method->className, method->methodName,
2092 pStack->top, metho
[all...]

Completed in 103 milliseconds