Searched defs:Expand_HLIGet (Results 1 - 1 of 1) sorted by path

/art/compiler/llvm/
H A Dgbc_expander.cc327 llvm::Value* Expand_HLIGet(llvm::CallInst& call_inst, JType field_jty);
1619 llvm::Value* GBCExpanderPass::Expand_HLIGet(llvm::CallInst& call_inst, function in class:__anon10::GBCExpanderPass
3437 return Expand_HLIGet(call_inst, kInt);
3440 return Expand_HLIGet(call_inst, kBoolean);
3443 return Expand_HLIGet(call_inst, kByte);
3446 return Expand_HLIGet(call_inst, kChar);
3449 return Expand_HLIGet(call_inst, kShort);
3452 return Expand_HLIGet(call_inst, kFloat);
3455 return Expand_HLIGet(call_inst, kLong);
3458 return Expand_HLIGet(call_ins
[all...]

Completed in 27 milliseconds