Searched defs:slot_address (Results 1 – 5 of 5) sorted by relevance
334 Address slot_address = object->address(); in VerifyPointers() local373 for (Address slot_address = start; slot_address < end; in FindPointersToNewSpaceInRegion() local
511 Address slot_address = reinterpret_cast<Address>(slot); in IsLeftOfProgressBar() local
4542 Address slot_address = start; in IterateAndMarkPointersToFromSpace() local
48 Address slot_address, int frame, int length, int duplicate, bool is_args) in ObjectMaterializationDescriptor()55 Address slot_address() const { return slot_address_; } in slot_address() function
2783 void Deoptimizer::AddDoubleValue(intptr_t slot_address, double value) { in AddDoubleValue()