Searched refs:uword (Results 1 – 4 of 4) sorted by relevance
324 return Instr::At(reinterpret_cast<uword>(&encoding_))->RnField(); in rn()329 ? Instr::At(reinterpret_cast<uword>(&encoding_))->RmField() in rm()423 static void InitializeMemoryWithBreakpoints(uword data, intptr_t length);602 static uword GetBreakInstructionFiller() {
59 void Assembler::InitializeMemoryWithBreakpoints(uword data, intptr_t length) { in InitializeMemoryWithBreakpoints()62 const uword end = data + length; in InitializeMemoryWithBreakpoints()3195 LoadImmediate(dest, reinterpret_cast<uword>(*table_ptr) + class_offset); in LoadAllocationStatsAddress()3197 LoadImmediate(dest, reinterpret_cast<uword>(table_ptr)); in LoadAllocationStatsAddress()3213 const uword state_offset = ClassHeapStats::state_offset(); in MaybeTraceAllocation()3224 const uword count_field_offset = in IncrementAllocationStats()3239 const uword count_field_offset = in IncrementAllocationStatsWithSize()3243 const uword size_field_offset = in IncrementAllocationStatsWithSize()3292 uword tags = 0; in TryAllocate()3337 uword tags = 0; in TryAllocateArray()
1461 uword = 0x8, enumerator1465 sword = uword | sext,1475 uword0 = uword,1476 uword1 = uword | 2,
1033 return instr->operands[2].constantEquals(8) ? SubdwordSel::ubyte : SubdwordSel::uword; in parse_extract()1052 return instr->operands[2].constantEquals(8) ? SubdwordSel::ubyte : SubdwordSel::uword; in parse_insert()