Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 62) sorted by relevance

123

/art/compiler/dex/
Ddataflow_iterator-inl.h26 BasicBlock* res = nullptr; in ForwardSingleNext() local
41 BasicBlock* res = nullptr; in ForwardRepeatNext() local
64 BasicBlock* res = nullptr; in ReverseSingleNext() local
79 BasicBlock* res = nullptr; in ReverseRepeatNext() local
105 BasicBlock* res = nullptr; in Next() local
Dglobal_value_numbering.h101 uint16_t res; in LookupValue() local
115 uint16_t res; in FindValue() local
182 uint16_t res = kNoValue; in GetRefSetId() local
Dbb_optimizations.cc65 bool res = ((c_unit->disable_opt & (1 << kPromoteRegs)) == 0); in Gate() local
/art/compiler/dex/quick/mips/
Dutility_mips.cc89 LIR* res; in OpFpRegCopy() local
131 LIR *res; in LoadConstantNoClobber() local
164 LIR* res = nullptr; in LoadConstantWideNoClobber() local
275 LIR* res = NewLIR1(kMipsB, 0 /* offset to be patched during assembly*/); in OpUnconditionalBranch() local
347 LIR *res; in OpRegRegImm() local
468 LIR *res; in OpRegReg() local
543 LIR *res; in LoadConstantWide() local
572 LIR *res; in LoadBaseIndexed() local
700 LIR *res; in LoadBaseDispBody() local
877 LIR *res; in StoreBaseDispBody() local
Dassemble_mips.cc651 AssemblerStatus res = kSuccess; // Assume success. in AssembleInstructions() local
924 AssemblerStatus res = AssembleInstructions(0); in AssembleLIR() local
/art/test/107-int-math2/src/
DMain.java515 int res = 1234; in switchTest() local
570 int res = 1111; in testIntCompare() local
620 int res = 2222; in testLongCompare() local
696 int res = 4444; in testDoubleCompare() local
816 int res = 0; in testClassCast() local
835 int res=0; in testArrayStoreException() local
878 int res = 0; in testArrayAllocation() local
896 int res; in main() local
/art/compiler/dex/quick/
Dralloc_util.cc273 RegStorage res; in AllocPreservedCoreReg() local
311 RegStorage res; in AllocPreservedFpReg() local
402 RegStorage res; in AllocTempWide() local
417 RegStorage res = AllocTempBody(*reg_pool_->ref_regs_, reg_pool_->next_ref_reg_, required); in AllocTempRef() local
426 RegStorage res = AllocTempBody(reg_pool_->sp_regs_, &reg_pool_->next_sp_reg_, required); in AllocTempSingle() local
435 RegStorage res = AllocTempBody(reg_pool_->dp_regs_, &reg_pool_->next_dp_reg_, required); in AllocTempDouble() local
461 RegStorage res; in FindLiveReg() local
563 bool res; in IsLive() local
577 bool res; in IsTemp() local
590 bool res; in IsPromoted() local
[all …]
Dresource_mask.cc151 const ResourceMask* res = nullptr; in GetMask() local
/art/test/003-omnibus-opcodes/src/
DGenSelect.java21 String res = b ? str1 : str2; in test() local
/art/test/013-math2/src/
DMain.java22 int a, b, res; in math_013() local
/art/test/106-exceptions2/src/
DMain.java161 int res; in checkAIOBE() local
200 int res; in main() local
/art/compiler/dex/quick/arm/
Dutility_arm.cc32 int32_t res; in EncodeImmSingle() local
57 int32_t res; in EncodeImmDouble() local
224 LIR* res; in LoadConstantNoClobber() local
258 LIR* res = NewLIR1(kThumbBUncond, 0 /* offset to be patched during assembly */); in OpUnconditionalBranch() local
620 LIR* res; in OpRegRegImm() local
645 LIR* res; in OpRegRegImm() local
698 LIR* res = nullptr; in LoadConstantWide() local
1239 LIR* res = RawLIR(current_dalvik_offset_, opcode, r_dest.GetReg(), r_src.GetReg()); in OpFpRegCopy() local
Dtarget_arm.cc244 ArmConditionCode res; in ArmConditionEncoding() local
715 RegLocation res = LocCReturnWide(); in GetReturnWideAlt() local
727 RegLocation res = LocCReturn(); in GetReturnAlt() local
840 RegStorage res; in AllocPreservedDouble() local
889 RegStorage res; in AllocPreservedSingle() local
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc82 ManagedRegister res = ManagedRegister::NoRegister(); in CurrentParamRegister() local
173 ManagedRegister res = ManagedRegister::NoRegister(); in CurrentParamRegister() local
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc84 ManagedRegister res = ManagedRegister::NoRegister(); in CurrentParamRegister() local
110 ManagedRegister res = ManagedRegister::NoRegister(); in CurrentParamHighLongRegister() local
/art/runtime/arch/
Dstub_test.cc1574 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetBooleanStatic() local
1604 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetByteStatic() local
1635 uint8_t res = f->GetBoolean(obj->Get()); in GetSetBooleanInstance() local
1670 int8_t res = f->GetByte(obj->Get()); in GetSetByteInstance() local
1705 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetCharStatic() local
1735 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSetShortStatic() local
1766 uint16_t res = f->GetChar(obj->Get()); in GetSetCharInstance() local
1800 int16_t res = f->GetShort(obj->Get()); in GetSetShortInstance() local
1835 size_t res = test->Invoke3WithReferrer(static_cast<size_t>(f->GetDexFieldIndex()), in GetSet32Static() local
1871 int32_t res = f->GetInt(obj->Get()); in GetSet32Instance() local
[all …]
/art/test/409-materialized-condition/src/
DMain.java55 int res = foo1(); in main() local
/art/test/138-duplicate-classes-check/src/
DFancyLoader.java188 Class res; in loadClass() local
/art/test/138-duplicate-classes-check2/src/
DFancyLoader.java188 Class res; in loadClass() local
/art/test/068-classloader/src/
DFancyLoader.java187 Class res; in loadClass() local
/art/compiler/utils/
Dassembler_test_base.h100 NativeAssemblerResult res; in Driver() local
360 bool Compile(std::string assembly_code, NativeAssemblerResult* res, std::string test_name) { in Compile()
420 void Clean(const NativeAssemblerResult* res) { in Clean()
/art/compiler/dex/quick/x86/
Dutility_x86.cc53 LIR* res = RawLIR(current_dalvik_offset_, opcode, r_dest.GetReg(), r_src.GetReg()); in OpFpRegCopy() local
96 LIR *res; in LoadConstantNoClobber() local
114 LIR* res = NewLIR1(kX86Jmp8, 0 /* offset to be patched during assembly*/); in OpUnconditionalBranch() local
485 LIR* res = OpRegCopyNoInsert(r_dest, t_reg); in OpRegRegReg() local
571 LIR *res; in LoadConstantWide() local
/art/test/092-locale/src/
DMain.java124 String res; in testNormalizer() local
/art/compiler/dex/quick/arm64/
Dutility_arm64.cc395 LIR* res; in LoadConstantNoClobber() local
493 LIR* res = nullptr; in LoadConstantWide() local
533 LIR *res = RawLIR(current_dalvik_offset_, WIDE(kA64Ldr2rp), in LoadConstantWide() local
540 LIR* res = NewLIR1(kA64B1t, 0 /* offset to be patched during assembly */); in OpUnconditionalBranch() local
810 LIR* res; in OpRegRegImm64() local
967 LIR* res; in OpRegImm64() local
Dtarget_arm64.cc191 ArmConditionCode res; in ArmConditionEncoding() local
723 RegLocation res = LocCReturnWide(); in GetReturnWideAlt() local
735 RegLocation res = LocCReturn(); in GetReturnAlt() local

123