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

/art/runtime/
H A Dstack.h38 class ShadowFrame;
118 // ShadowFrame has 3 possible layouts:
122 class ShadowFrame { class in namespace:art
124 // Compute size of ShadowFrame in bytes assuming it has a reference array.
126 return sizeof(ShadowFrame) + (sizeof(uint32_t) * num_vregs) +
130 // Create ShadowFrame in heap for deoptimization.
131 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link,
137 // Create ShadowFrame for interpreter using provided memory.
138 static ShadowFrame* Creat
358 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, mirror::ArtMethod* method, function in class:art::ShadowFrame
[all...]

Completed in 55 milliseconds