Home | History | Annotate | Download | only in src

Lines Matching refs:Address

168 Address Isolate::get_address_from_id(Isolate::AddressId id) {
965 // Get the address of the external handler so we can compare the address to
967 Address external_handler_address =
974 (handler == NULL || handler->address() > external_handler_address ||
1172 // Get the address of the external handler so we can compare the address to
1174 Address external_handler_address =
1189 while (handler != NULL && handler->address() < external_handler_address) {
1271 Address external_handler_address =
1855 isolate_addresses_[Isolate::k##CamelName##Address] = \
1856 reinterpret_cast<Address>(hacker_name##_address());
2215 Object* Isolate::FindCodeObject(Address a) {
2370 Address jssp_address = Simulator::current(isolate_)->get_sp();