Home | History | Annotate | Download | only in x87

Lines Matching refs:Address

94   Address code_start_address = code->instruction_start();
121 Address reloc_end_address = reloc_info->address() + reloc_info->Size();
132 Address prev_call_address = NULL;
139 Address call_address = code_start_address + deopt_data->Pc(i)->value();
141 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY);
150 reloc_info->address() + ByteArray::kHeaderSize);
168 Address junk_address = reloc_info->address() + reloc_info->Size();
175 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
275 // Get the address of the location in the code object
290 __ mov(Operand(esp, 3 * kPointerSize), ecx); // Code address or 0.
325 // Remove the bailout id, return address and the double registers.