Home
last modified time | relevance | path

Searched defs:w (Results 1 – 10 of 10) 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/
Dbitmap-inl.h97 uintptr_t w = bitmap_begin_[i]; in VisitSetBits() local
Dspace_bitmap.cc118 uintptr_t w = bitmap_begin[i]; in Walk() local
254 uintptr_t w = bitmap_begin_[i]; in InOrderWalk() local
Dspace_bitmap-inl.h119 uintptr_t w = bitmap_begin_[i]; in VisitMarkedRange() local
/art/test/530-checker-loops1/src/
DMain.java166 int w = x.length - 1; in wrapAroundThenLinear() local
183 int w = x.length - 1; in wrapAroundThenLinearThreeWayPhi() local
/art/test/530-checker-loops2/src/
DMain.java554 int w = 9; in wrapAroundDynamicBCE() local
753 long[] w, in dynamicBCEAndConstantIndicesAllPrimTypes()
/art/disassembler/
Ddisassembler_arm.cc311 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local
341 bool w = (instruction & (1 << 21)) != 0; in DumpArm() local
1386 const char* w = (is_half ? "w" : ""); in DumpThumb32() local
/art/runtime/
Dcheck_jni.cc118 jobjectRefType w; member
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2498 void X86_64Assembler::EmitOptionalRex(bool force, bool w, bool r, bool x, bool b) { in EmitOptionalRex()
/art/test/083-compiler-regressions/src/
DMain.java845 int w = 1; in constantPropagationTest() local