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

  /art/compiler/llvm/
runtime_support_builder.h 57 virtual void EmitPopShadowFrame(::llvm::Value* old_shadow_frame);
runtime_support_builder.cc 131 void RuntimeSupportBuilder::EmitPopShadowFrame(::llvm::Value* old_shadow_frame) {
gbc_expander.cc     [all...]
  /art/compiler/dex/portable/
mir_to_gbc.h 105 void EmitPopShadowFrame();
mir_to_gbc.cc 243 void MirConverter::EmitPopShadowFrame() {
    [all...]
  /art/compiler/jni/portable/
jni_compiler.cc 229 irb_.Runtime().EmitPopShadowFrame(old_shadow_frame);

Completed in 205 milliseconds