Lines Matching refs:Address
35 Address code_start_address = code->instruction_start();
37 Address prev_call_address = NULL;
44 Address call_address = code_start_address + deopt_data->Pc(i)->value();
45 Address deopt_entry = GetDeoptimizationEntry(isolate, i, LAZY);
62 void Deoptimizer::FillInputFrame(Address tos, JavaScriptFrame* frame) {
95 intptr_t handler = reinterpret_cast<intptr_t>(xref.address());
143 // Get the address of the location in the code object. This is the return
144 // address for lazy deoptimization.
156 // - x3: code object address
278 // later. We can use it to hold the address of last output frame while
285 // continuation address.