/art/runtime/interpreter/mterp/mips/ |
D | header.S | 402 #define LOAD_RB_OFF(rd, rbase, off) lw rd, off(rbase) argument 403 #define STORE_RB_OFF(rd, rbase, off) sw rd, off(rbase) argument 405 #define STORE64_off(rlo, rhi, rbase, off) sw rlo, off(rbase); \ argument 407 #define LOAD64_off(rlo, rhi, rbase, off) lw rlo, off(rbase); \ argument 414 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \ argument 419 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \ argument 425 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \ argument 427 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \ argument 437 #define STACK_STORE(rd, off) sw rd, off(sp) argument 438 #define STACK_LOAD(rd, off) lw rd, off(sp) argument
|
/art/test/044-proxy/src/ |
D | BasicTest.java | 145 public int trapezoid(int x, double off, int y); in trapezoid() 191 public int trapezoid(int x, double off, int y) { in trapezoid()
|
/art/runtime/interpreter/mterp/out/ |
D | mterp_mips.S | 409 #define LOAD_RB_OFF(rd, rbase, off) lw rd, off(rbase) argument 410 #define STORE_RB_OFF(rd, rbase, off) sw rd, off(rbase) argument 412 #define STORE64_off(rlo, rhi, rbase, off) sw rlo, off(rbase); \ argument 414 #define LOAD64_off(rlo, rhi, rbase, off) lw rlo, off(rbase); \ argument 421 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \ argument 426 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \ argument 432 #define STORE64_off_F(rlo, rhi, rbase, off) s.s rlo, off(rbase); \ argument 434 #define LOAD64_off_F(rlo, rhi, rbase, off) l.s rlo, off(rbase); \ argument 444 #define STACK_STORE(rd, off) sw rd, off(sp) argument 445 #define STACK_LOAD(rd, off) lw rd, off(sp) argument
|
/art/patchoat/ |
D | patchoat.cc | 96 uint64_t off = 0; in GetOatHeader() local 664 void PatchOat::PatchVisitor::operator() (mirror::Object* obj, MemberOffset off, in operator ()() 673 MemberOffset off = mirror::Reference::ReferentOffset(); in operator ()() local
|
/art/runtime/base/unix_file/ |
D | fd_file.cc | 267 off_t off = static_cast<off_t>(offset); in Copy() local
|
/art/runtime/ |
D | oat.cc | 360 void OatHeader::SetImagePatchDelta(int32_t off) { in SetImagePatchDelta()
|
/art/compiler/utils/arm/ |
D | assembler_arm.cc | 259 int32_t off = -offset_; in encodingThumbLdrdStrd() local
|
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 877 int32_t off = source.GetStackIndex(); in Move64() local 896 int32_t off = destination.GetStackIndex(); in Move64() local
|