Lines Matching defs:address
46 Address raw = handler->address();
49 // We work around that by storing the real stack address in the "padding"
73 // frame (Execution::CallWasm), so even though its address is already
328 // Not a bytecode handler pc address.
399 // return address into the interpreter entry trampoline, then we are likely
499 // See EntryFrame::GetCallerState. It computes the caller FP address
501 // sure that caller FP address is valid.
868 // with the pc in this state (the return address into a C entry
1160 FullObjectSlot parameters_limit(frame_header_base.address() - slot_space);
1216 forwarded.address();
1258 // Visit the return address in the callee and incoming arguments.
2225 // because the return address is on a different stack.
2439 uint32_t PcAddressForHashing(Isolate* isolate, Address address) {
2441 if (OffHeapInstructionStream::TryGetAddressForHashing(isolate, address,
2445 return ObjectAddressForHashing(address);