Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:Address

321     // Below, we'll convert that into an absolute code address, since I don't want to have
363 // Let's compute the blocks and if they are all the same add the size to the code end address:
506 // The Update function is called with the address of an added region. So we grab that address, and
696 // FixMe: Make g_dispatch_functions static table of DispatchFunctions, and have the map be address->index.
716 Address impl_code_address;
745 //printf ("Getting address for our_utility_function: 0x%" PRIx64 ".\n", addr);
749 //printf ("Could not find implementation function address.\n");
940 // If so we can push a run-to-address plan directly. Otherwise we have to figure out where
1001 // making the object value a load address value and resolving it will get
1004 // Note, it isn't a fatal error not to be able to get the address from the object, since this might
1023 // Okay, we've got the address of the class for which we're resolving this, let's see if it's in our cache:
1041 // Yup, it was in the cache, so we can run to that address directly.
1044 log->Printf ("Found implementation address in cache: 0x%" PRIx64, impl_addr);
1052 Address impl_code_address;