Lines Matching refs:string_idx
882 void Mir2Lir::GenConstString(uint32_t string_idx, RegLocation rl_dest) {
885 mirror::ObjectArray<mirror::String>::OffsetOfElement(string_idx).Int32Value();
887 *cu_->dex_file, string_idx) || SLOW_STRING_PATH) {
919 SlowPath(Mir2Lir* m2l, LIR* fromfast, LIR* cont, RegStorage r_method, int32_t string_idx) :
921 r_method_(r_method), string_idx_(string_idx) {
935 AddSlowPath(new (arena_) SlowPath(this, fromfast, cont, r_method, string_idx));
947 embed_string = cu_->compiler_driver->CanEmbedStringInCode(*cu_->dex_file, string_idx,
953 LoadString(string_idx, rl_result.reg);