Home | History | Annotate | Download | only in src

Lines Matching refs:Address

60 Code* Deoptimizer::FindDeoptimizingCode(Address addr) {
81 Address from,
148 // return address must be at a place in the code with deoptimization support.
166 Address tos = frame->fp() - fp_to_sp_delta;
202 Address parameters_top = reinterpret_cast<Address>(
207 Address expressions_top = reinterpret_cast<Address>(
552 Address from,
672 Address Deoptimizer::GetDeoptimizationEntry(Isolate* isolate,
691 Address addr,
695 Address start = base->area_start();
804 stack_fp_ = reinterpret_cast<Address>(
913 // The top address for the bottommost output frame can be computed from
916 address and the current frame's size.
1075 Address start = non_optimized_code->instruction_start();
1137 // The top address of the frame is computed from the previous
1263 // The top address of the frame is computed from the previous
1278 // a captured object, patch the slot address for a captured object.
1420 // We need 1 stack entry for the return address and enough entries for the
1441 // The top address of the frame is computed from the previous frame's top and
1576 // reg = failure handler address
1611 // The top address for the output frame can be computed from the input
1952 HeapNumberMaterializationDescriptor<Address> d = deferred_heap_numbers_[i];
2030 Address parameters_top,
2032 Address expressions_top,
2036 Address parameters_bottom = parameters_top + parameters_size;
2037 Address expressions_bottom = expressions_top + expressions_size;
2039 HeapNumberMaterializationDescriptor<Address> d = deferred_heap_numbers_[i];
2043 Address slot = d.destination();
2163 Address object_slot = deferred_objects_[object_index].slot_address();
2721 // The fixed part of the frame consists of the return address, frame
2758 reinterpret_cast<Address>(slot), jsframe_count_, length, -1, is_args);
2765 reinterpret_cast<Address>(slot), jsframe_count_, -1, object_index, false);
2784 HeapNumberMaterializationDescriptor<Address> value_desc(
2785 reinterpret_cast<Address>(slot_address), value);
3158 Address slot_addr = SlotAddress(frame, slot_index);
3164 Address slot_addr = SlotAddress(frame, slot_index);
3170 Address slot_addr = SlotAddress(frame, slot_index);
3176 Address slot_addr = SlotAddress(frame, slot_index);
3514 Handle<FixedArray> MaterializedObjectStore::Get(Address fp) {
3526 void MaterializedObjectStore::Set(Address fp,
3539 void MaterializedObjectStore::Remove(Address fp) {
3553 int MaterializedObjectStore::StackIdToIndex(Address fp) {
3603 Address pc = reinterpret_cast<Address>(output_frame->GetPc());