Home | History | Annotate | Download | only in src

Lines Matching refs:Address

131       Address target = original_rinfo()->target_address();
185 // Find the break point at the supplied address, or the closest one before
186 // the address.
187 void BreakLocationIterator::FindBreakLocationFromAddress(Address pc) {
188 // Run through all break points to locate the one closest to the address.
370 Address target = original_rinfo()->target_address();
386 Address target = rinfo()->target_address();
392 Address original_target = original_rinfo()->target_address();
486 // Patch the original code with the current address as the current address
492 Address target = rinfo()->target_address();
1351 Address target = it.rinfo()->target_address();
1366 Address original_target = it.original_rinfo()->target_address();
1539 // Check whether the code object at the specified address is a debug break code
1541 bool Debug::IsDebugBreak(Address addr) {
1595 Address fp,
1839 // Patch the return address to return into the code with
2045 // patch the return address to run in the new compiled code. It could be
2263 // Find the call address in the running code. This address holds the call to
2266 Address addr = Assembler::break_address_from_return_address(frame->pc());
2299 // Address of where the debug break slot starts.
2308 // address, so the break point is still there and the original code will
2309 // hold the address to jump to in order to complete the call which is
2312 // Find the corresponding address in the original code.
2315 // Install jump to the call address in the original code. This will be the
2320 // original code as the running code will have the right address. This
2356 // Find the call address in the running code.
2357 Address addr = Assembler::break_address_from_return_address(frame->pc());