HomeSort by relevance Sort by last modified time
    Searched refs:old_shadow_frame (Results 1 - 3 of 3) sorted by null

  /art/compiler/llvm/
runtime_support_builder.cc 88 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) {
134 old_shadow_frame,
runtime_support_builder.h 57 virtual void EmitPopShadowFrame(::llvm::Value* old_shadow_frame);
  /art/compiler/jni/portable/
jni_compiler.cc 125 ::llvm::Value* old_shadow_frame = local
229 irb_.Runtime().EmitPopShadowFrame(old_shadow_frame);

Completed in 41 milliseconds