Searched refs:top_address (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Ddeoptimizer.cc918 intptr_t top_address; local
929 top_address = input_->GetRegister(fp_reg.code()) -
933 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
935 output_frame->SetTop(top_address);
968 top_address + output_offset, output_offset, value);
983 intptr_t fp_value = top_address + output_offset;
1012 top_address + output_offset, output_offset, value);
1046 top_address + output_offset, output_offset, value);
1061 top_address + output_offset, output_offset, value);
1139 intptr_t top_address; local
1265 intptr_t top_address; local
1443 intptr_t top_address = output_[frame_index - 1]->GetTop() - output_frame_size; local
1615 intptr_t top_address = input_->GetRegister(fp_reg.code()) - local
[all...]
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc3370 Register top_address = scratch1; local
3372 Mov(top_address, Operand(heap_allocation_top));
3376 Ldp(result, allocation_limit, MemOperand(top_address));
3380 Ldr(scratch3, MemOperand(top_address));
3385 Ldr(allocation_limit, MemOperand(top_address, limit - top));
3396 Str(scratch3, MemOperand(top_address));
3441 Register top_address = scratch1; local
3443 Mov(top_address, heap_allocation_top);
3447 Ldp(result, allocation_limit, MemOperand(top_address));
3451 Ldr(scratch3, MemOperand(top_address));
[all...]
/external/chromium_org/v8/src/heap/
H A Dspaces.h1267 Address* top_address() { return &top_; } function in class:v8::internal::AllocationInfo
1751 Address* allocation_top_address() { return allocation_info_.top_address(); }
2456 Address* allocation_top_address() { return allocation_info_.top_address(); }

Completed in 1260 milliseconds