#include <profiler.h>
Definition at line 498 of file profiler.h.
◆ CodeDescriptor()
dart::CodeDescriptor::CodeDescriptor |
( |
const AbstractCode |
code | ) |
|
|
explicit |
Definition at line 1464 of file profiler.cc.
const AbstractCode code() const
◆ code()
◆ Compare()
Definition at line 517 of file profiler.h.
517 {
520
521 uword a_start = (*a)->Start();
522 uword b_start = (*b)->Start();
523
524 if (a_start < b_start) {
525 return -1;
526 } else if (a_start > b_start) {
527 return 1;
528 } else {
529 return 0;
530 }
531 }
◆ CompileTimestamp()
int64_t dart::CodeDescriptor::CompileTimestamp |
( |
| ) |
const |
Definition at line 1474 of file profiler.cc.
1474 {
1476}
int64_t compile_timestamp() const
◆ Contains()
bool dart::CodeDescriptor::Contains |
( |
uword |
pc | ) |
const |
|
inline |
◆ Name()
const char * dart::CodeDescriptor::Name |
( |
| ) |
const |
|
inline |
Definition at line 510 of file profiler.h.
510{
return code_.
Name(); }
const char * Name() const
◆ Size()
uword dart::CodeDescriptor::Size |
( |
| ) |
const |
◆ Start()
uword dart::CodeDescriptor::Start |
( |
| ) |
const |
Definition at line 1466 of file profiler.cc.
1466 {
1468}
uword PayloadStart() const
The documentation for this class was generated from the following files: