HomeSort by relevance Sort by last modified time
    Searched full:data_lir (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/
codegen_util.cc 456 LIR* data_lir = literal_list_; local
457 while (data_lir != NULL) {
458 Push32(code_buffer_, data_lir->operands[0]);
459 data_lir = NEXT_LIR(data_lir);
462 data_lir = code_literal_list_;
463 while (data_lir != NULL) {
464 uint32_t target_method_idx = data_lir->operands[0];
466 reinterpret_cast<const DexFile*>(UnwrapPointer(data_lir->operands[1]));
473 static_cast<InvokeType>(data_lir->operands[2])
    [all...]

Completed in 121 milliseconds