Lines Matching refs:Address
222 // below, the first byte listed it at the highest address, and successive
844 // convert inline target address to code object
845 Address addr = target_address();
851 CHECK(code->address() == HeapObject::cast(found)->address());
956 : address_(Redirect(isolate, fun->address(), type)) {}
980 : address_(Redirect(isolate, ic_utility.address())) {}
984 : address_(reinterpret_cast<Address>(counter->GetInternalPointer())) {}
992 : address_(table_ref.address()) {}
1134 return ExternalReference(reinterpret_cast<Address>(
1268 Address thunk_address = FUNCTION_ADDR(&InvokeFunctionCallback);
1277 Address thunk_address = FUNCTION_ADDR(&InvokeAccessorGetterCallback);
1289 Address function;
1332 reinterpret_cast<Address>(isolate->jsregexp_static_offsets_vector()));
1372 return ExternalReference(reinterpret_cast<Address>(page) +
1377 ExternalReference ExternalReference::ForDeoptEntry(Address entry) {