Searched defs:ShadowFrame (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dstack.h39 class ShadowFrame;
65 // ShadowFrame has 2 possible layouts:
68 class ShadowFrame { class in namespace:art
70 // Compute size of ShadowFrame in bytes assuming it has a reference array.
72 return sizeof(ShadowFrame) + (sizeof(uint32_t) * num_vregs) +
76 // Create ShadowFrame in heap for deoptimization.
77 static ShadowFrame* CreateDeoptimizedFrame(uint32_t num_vregs, ShadowFrame* link,
83 // Delete a ShadowFrame allocated on the heap for deoptimization.
84 static void DeleteDeoptimizedFrame(ShadowFrame* s
282 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, ArtMethod* method, function in class:art::ShadowFrame
[all...]

Completed in 20 milliseconds