Home | History | Annotate | Download | only in profiler

Lines Matching full:address

44 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from,
48 Address fp = isolate->c_entry_fp(isolate->thread_local_top());
203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
220 rec->start = code->address();
235 rec->start = code->address();
250 rec->start = code->address();
271 rec->start = code->address();
281 int pc_offset = static_cast<int>(it.rinfo()->pc() - code->address());
306 rec->start = code->address();
316 void CpuProfiler::CodeMoveEvent(Address from, Address to) {
328 rec->start = code->address();
334 void CpuProfiler::CodeDeoptEvent(Code* code, Address pc, int fp_to_sp_delta) {
338 rec->start = code->address();
347 void CpuProfiler::CodeDeleteEvent(Address from) {
351 void CpuProfiler::GetterCallbackEvent(Name* name, Address entry_point) {
367 rec->start = code->address();
377 void CpuProfiler::SetterCallbackEvent(Name* name, Address entry_point) {
522 rec->start = builtins->builtin(id)->address();