Home
last modified time | relevance | path

Searched defs:w (Results 1 – 8 of 8) sorted by relevance

/art/test/133-static-invoke-super/src/
DMain.java4 protected static int getVar(int w) { in getVar()
9 final int getVarDirect(int w) { in getVarDirect()
/art/runtime/gc/accounting/
Dspace_bitmap.cc111 uword w = bitmap_begin[i]; in Walk() local
255 uword w = bitmap_begin_[i]; in InOrderWalk() local
Dspace_bitmap-inl.h119 uword w = bitmap_begin_[i]; in VisitMarkedRange() local
/art/disassembler/
Ddisassembler_arm.cc307 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local
337 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local
1494 bool w = (instr & (1 << 8)) != 0; in DumpThumb32() local
/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc251 #define BIT_MASK(w) ((UINT64_C(1) << (w)) - UINT64_C(1)) argument
/art/compiler/dex/quick/x86/
Dassemble_x86.cc887 bool w = (entry->skeleton.prefix1 == REX_W) || (entry->skeleton.prefix2 == REX_W); in EmitPrefix() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc1614 void X86_64Assembler::EmitOptionalRex(bool force, bool w, bool r, bool x, bool b) { in EmitOptionalRex()
/art/test/083-compiler-regressions/src/
DMain.java844 int w = 1; in constantPropagationTest() local