OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:high_pc
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
gmon_out.h
64
char
high_pc
[sizeof (char *)]; /* max pc address of sampled buffer */
member in struct:gmon_hist_hdr
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon_out.h
64
char
high_pc
[sizeof (char *)]; /* max pc address of sampled buffer */
member in struct:gmon_hist_hdr
/ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc
151
/* This DIE doesn't have ranges. Lets see if it has low_pc and
high_pc
154
DIEAttrib
high_pc
;
local
156
!get_attrib(DW_AT_high_pc, &
high_pc
) ||
158
address >=
high_pc
.value()->u64) {
/external/oprofile/pp/
opgprof.cpp
142
bfd_vma
high_pc
;
local
151
get_vma_range(low_pc,
high_pc
, samples);
153
cverb << vdebug << "low_pc: " << hex << low_pc << " " << "
high_pc
: "
154
<<
high_pc
<< dec << endl;
158
// round-up
high_pc
to ensure a correct histsize calculus
159
high_pc
= ((
high_pc
+ multiplier - 1) / multiplier) * multiplier;
161
cverb << vdebug << "low_pc: " << hex << low_pc << " " << "
high_pc
: "
162
<<
high_pc
<< dec << endl;
164
size_t histsize = (
high_pc
- low_pc) / multiplier
[
all
...]
/art/compiler/
elf_writer_quick.cc
1062
uint32_t
high_pc
= 0;
local
[
all
...]
Completed in 4761 milliseconds