Definition at line 867 of file profiler.cc.
◆ ReturnAddressLocator() [1/2]
dart::ReturnAddressLocator::ReturnAddressLocator |
( |
Sample * |
sample, |
|
|
const Code & |
code |
|
) |
| |
|
inline |
Definition at line 869 of file profiler.cc.
870 : stack_buffer_(sample->GetStackBuffer()),
871 pc_(sample->pc()),
875 }
bool ContainsInstructionAt(uword addr) const
static Object & ZoneHandle()
◆ ReturnAddressLocator() [2/2]
dart::ReturnAddressLocator::ReturnAddressLocator |
( |
uword |
pc, |
|
|
uword * |
stack_buffer, |
|
|
const Code & |
code |
|
) |
| |
|
inline |
Definition at line 877 of file profiler.cc.
878 : stack_buffer_(stack_buffer),
883 }
◆ CodePointer()
uint8_t * dart::ReturnAddressLocator::CodePointer |
( |
intptr_t |
offset | ) |
|
|
inline |
Definition at line 896 of file profiler.cc.
896 {
899 uint8_t* code_pointer =
reinterpret_cast<uint8_t*
>(code_.
PayloadStart());
901 return code_pointer;
902 }
uword PayloadStart() const
it will be possible to load the file into Perfetto s trace viewer disable asset Prevents usage of any non test fonts unless they were explicitly Loaded via prefetched default font Indicates whether the embedding started a prefetch of the default font manager before creating the engine run In non interactive keep the shell running after the Dart script has completed enable serial On low power devices with low core running concurrent GC tasks on threads can cause them to contend with the UI thread which could potentially lead to jank This option turns off all concurrent GC activities domain network JSON encoded network policy per domain This overrides the DisallowInsecureConnections switch Embedder can specify whether to allow or disallow insecure connections at a domain level old gen heap size
◆ LocateReturnAddress()
bool dart::ReturnAddressLocator::LocateReturnAddress |
( |
uword * |
return_address | ) |
|
◆ pc()
uword dart::ReturnAddressLocator::pc |
( |
| ) |
|
|
inline |
◆ RelativePC()
intptr_t dart::ReturnAddressLocator::RelativePC |
( |
| ) |
|
|
inline |
◆ StackAt()
uword dart::ReturnAddressLocator::StackAt |
( |
intptr_t |
i | ) |
|
|
inline |
Definition at line 904 of file profiler.cc.
904 {
907 return stack_buffer_[
i];
908 }
static constexpr int kStackBufferSizeInWords
The documentation for this class was generated from the following file: