Searched refs:old_shadow_frame (Results 1 - 3 of 3) sorted by relevance

/art/compiler/llvm/
H A Druntime_support_builder.cc88 Value* old_shadow_frame = EmitLoadFromThreadOffset(Thread::TopShadowFrameOffset().Int32Value(), local
110 old_shadow_frame,
113 return old_shadow_frame;
131 void RuntimeSupportBuilder::EmitPopShadowFrame(::llvm::Value* old_shadow_frame) { argument
134 old_shadow_frame,
H A Druntime_support_builder.h57 virtual void EmitPopShadowFrame(::llvm::Value* old_shadow_frame);
/art/compiler/jni/portable/
H A Djni_compiler.cc125 ::llvm::Value* old_shadow_frame = local
229 irb_.Runtime().EmitPopShadowFrame(old_shadow_frame);

Completed in 653 milliseconds