Home | History | Annotate | Download | only in src

Lines Matching refs:address

62                                                   Address start) {
80 Address start,
82 Address shared) {
98 Address start,
115 Address start,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
142 Address to) {
158 Address start,
177 sample->pc = reinterpret_cast<Address>(sample); // Not NULL.
345 void CpuProfiler::CallbackEvent(String* name, Address entry_point) {
354 tag, comment, code->address(), code->ExecutableSize());
366 code->address(),
382 code->address(),
384 shared->address());
397 code->address(),
399 shared->address());
408 code->address(),
413 void CpuProfiler::CodeMoveEvent(Address from, Address to) {
418 void CpuProfiler::CodeDeleteEvent(Address from) {
422 void CpuProfiler::SharedFunctionInfoMoveEvent(Address from, Address to) {
428 void CpuProfiler::GetterCallbackEvent(String* name, Address entry_point) {
439 code->address(),
444 void CpuProfiler::SetterCallbackEvent(String* name, Address entry_point) {