• Home
  • Raw
  • Download

Lines Matching refs:operands

191   int dest = lir->operands[0];  in DumpLIRInsn()
210 if (lir->operands[0] == 0) { in DumpLIRInsn()
212 lir->operands[0] = WrapPointer(ArenaStrdup("No instruction string")); in DumpLIRInsn()
216 << reinterpret_cast<char*>(UnwrapPointer(lir->operands[0])); in DumpLIRInsn()
249 << std::hex << lir->operands[0] << "|" << std::dec << in DumpLIRInsn()
250 lir->operands[0]; in DumpLIRInsn()
340 lir_insn->operands[0]); in CodegenDump()
365 if ((static_cast<unsigned>(value - data_target->operands[0])) <= delta) in ScanLiteralPool()
377 if (lo_match && (data_target->operands[0] == val_hi)) { in ScanLiteralPoolWide()
379 lo_target->operands[1] = val_hi; in ScanLiteralPoolWide()
383 if (data_target->operands[0] == val_lo) { in ScanLiteralPoolWide()
395 if (static_cast<uint32_t>(data_target->operands[0]) == method.dex_method_index && in ScanLiteralPoolMethod()
396 UnwrapPointer(data_target->operands[1]) == method.dex_file) { in ScanLiteralPoolMethod()
414 new_value->operands[0] = value; in AddWordData()
458 Push32(code_buffer_, data_lir->operands[0]); in InstallLiteralPools()
464 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools()
466 reinterpret_cast<const DexFile*>(UnwrapPointer(data_lir->operands[1])); in InstallLiteralPools()
473 static_cast<InvokeType>(data_lir->operands[2]), in InstallLiteralPools()
482 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools()
484 reinterpret_cast<const DexFile*>(UnwrapPointer(data_lir->operands[1])); in InstallLiteralPools()
491 static_cast<InvokeType>(data_lir->operands[2]), in InstallLiteralPools()
501 uint32_t target_method_idx = data_lir->operands[0]; in InstallLiteralPools()
819 new_label->operands[0] = keyVal; in InsertCaseLabel()
1203 data_target->operands[1] = WrapPointer(const_cast<DexFile*>(target_method.dex_file)); in LoadCodeAddress()
1207 data_target->operands[2] = type; in LoadCodeAddress()
1220 data_target->operands[1] = WrapPointer(const_cast<DexFile*>(target_method.dex_file)); in LoadMethodAddress()
1224 data_target->operands[2] = type; in LoadMethodAddress()