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

  /art/runtime/
intern_table.cc 106 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id); local
107 mirror::String* image = dex_cache->GetResolvedString(string_idx);
dex_instruction.cc 414 uint32_t string_idx = VRegB_21c(); local
416 PrintableString(file->StringDataByIdx(string_idx)).c_str(), string_idx);
534 uint32_t string_idx = VRegB_31c(); local
537 PrintableString(file->StringDataByIdx(string_idx)).c_str(),
538 string_idx);
540 os << StringPrintf("%s v%d, string@%d", opcode, VRegA_31c(), string_idx);
  /art/compiler/
image_writer.cc 226 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id); local
227 if (dex_cache->GetResolvedString(string_idx) == NULL) {
228 dex_cache->SetResolvedString(string_idx, string);
  /art/compiler/dex/quick/
gen_common.cc 791 void Mir2Lir::GenConstString(uint32_t string_idx, RegLocation rl_dest) {
794 (sizeof(mirror::String*) * string_idx);
796 *cu_->dex_file, string_idx) || SLOW_STRING_PATH) {
806 LoadConstant(TargetReg(kArg1), string_idx); local
815 LIR* call_inst = OpReg(kOpBlx, r_tgt); // .eq, helper(Method*, string_idx)
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 208 llvm::Value* EmitLoadDexCacheStringFieldAddr(uint32_t string_idx);
753 EmitLoadDexCacheStringFieldAddr(uint32_t string_idx) {
757 llvm::Value* string_idx_value = irb_.getPtrEquivInt(string_idx);
1019 uint32_t string_idx = local
2063 uint32_t string_idx = LV2UInt(call_inst.getArgOperand(0)); local
    [all...]

Completed in 1194 milliseconds