Searched refs:call_address (Results 1 – 15 of 15) sorted by relevance
152 Address call_address = code_start_address + deopt_data->Pc(i)->value(); in DeoptimizeFunction() local153 CodePatcher patcher(call_address, patch_size()); in DeoptimizeFunction()157 RelocInfo rinfo(call_address + 1, // 1 after the call opcode. in DeoptimizeFunction()165 call_address >= prev_call_address + patch_size()); in DeoptimizeFunction()166 ASSERT(call_address + patch_size() <= code->instruction_end()); in DeoptimizeFunction()168 prev_call_address = call_address; in DeoptimizeFunction()
175 Address RelocInfo::call_address() { in call_address() function
77 Address call_address = instruction_start + deopt_data->Pc(i)->value(); in DeoptimizeFunction() local80 CodePatcher patcher(call_address, Assembler::kCallInstructionLength); in DeoptimizeFunction()83 call_address >= prev_call_address + patch_size()); in DeoptimizeFunction()84 ASSERT(call_address + patch_size() <= code->instruction_end()); in DeoptimizeFunction()86 prev_call_address = call_address; in DeoptimizeFunction()
355 Address RelocInfo::call_address() { in call_address() function
73 target_ulong call_address; member
442 thread->call_stack[thread->call_stack_count - 1 - indx].call_address; in memcheck_guest_alloc()
401 thread->call_stack[thread->call_stack_count].call_address = from; in memcheck_on_call()
70 Address call_address = code_start_address + deopt_data->Pc(i)->value(); in DeoptimizeFunction() local77 CodePatcher patcher(call_address, call_size_in_words); in DeoptimizeFunction()80 call_address >= prev_call_address + patch_size()); in DeoptimizeFunction()81 ASSERT(call_address + patch_size() <= code->instruction_end()); in DeoptimizeFunction()83 prev_call_address = call_address; in DeoptimizeFunction()
165 Address RelocInfo::call_address() { in call_address() function
68 Address call_address = code_start_address + deopt_data->Pc(i)->value(); in DeoptimizeFunction() local75 CodePatcher patcher(call_address, call_size_in_words); in DeoptimizeFunction()78 call_address >= prev_call_address + patch_size()); in DeoptimizeFunction()79 ASSERT(call_address + patch_size() <= code->instruction_end()); in DeoptimizeFunction()82 prev_call_address = call_address; in DeoptimizeFunction()
232 Address RelocInfo::call_address() { in call_address() function
317 INLINE(Address call_address());
196 Object* target = Code::GetCodeFromTargetAddress(rinfo->call_address()); in VisitDebugTarget()
1067 Code* target = Code::GetCodeFromTargetAddress(rinfo->call_address()); in VisitDebugTarget()2730 Object* target = Code::GetCodeFromTargetAddress(rinfo->call_address()); in VisitDebugTarget()
7990 Object* target = Code::GetCodeFromTargetAddress(rinfo->call_address()); in VisitDebugTarget()