Home
last modified time | relevance | path

Searched defs:num_vregs (Results 1 – 4 of 4) sorted by relevance

/art/compiler/llvm/
Druntime_support_builder.cc87 uint32_t num_vregs) { in EmitPushShadowFrame()
119 uint32_t num_vregs) { in EmitPushShadowFrameNoInline()
Dgbc_expander.cc1313 uint16_t num_vregs = in Expand_AllocaShadowFrame() local
/art/runtime/entrypoints/portable/
Dportable_thread_entrypoints.cc88 uint32_t num_vregs) { in art_portable_push_shadow_frame_from_code()
/art/runtime/
Dstack.h126 static size_t ComputeSize(uint32_t num_vregs) { in ComputeSize()
132 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, in Create()
139 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, in Create()
359 ShadowFrame(uint32_t num_vregs, ShadowFrame* link, mirror::ArtMethod* method, in ShadowFrame()