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

  /art/compiler/jni/portable/
jni_compiler.cc 115 ::llvm::AllocaInst* shadow_frame_ = irb_.CreateAlloca(shadow_frame_type); local
118 irb_.StoreToObjectOffset(shadow_frame_,
124 ::llvm::Value* shadow_frame_upcast = irb_.CreateConstGEP2_32(shadow_frame_, 0, 0);
159 ::llvm::Value* handle_scope_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
170 ::llvm::Value* handle_scope_field_addr = irb_.CreateBitCast(irb_.CreateGEP(shadow_frame_, gep_index),
  /art/compiler/llvm/
gbc_expander.cc 130 llvm::AllocaInst* shadow_frame_; member in class:__anon22::GBCExpanderPass
411 shadow_frame_(NULL), old_shadow_frame_(NULL),
436 shadow_frame_ = NULL;
    [all...]

Completed in 418 milliseconds