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

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

Completed in 182 milliseconds