OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PointerToLowMemUInt32
(Results
1 - 8
of
8
) sorted by null
/art/compiler/
elf_patcher.cc
228
quick_code =
PointerToLowMemUInt32
(reinterpret_cast<void*>(oat_data_addr + code_offset));
237
value =
PointerToLowMemUInt32
(reinterpret_cast<void*>(oat_data_addr + code_offset));
248
SetPatchLocation(patch,
PointerToLowMemUInt32
(get_image_address_(cb_data_, target)));
256
SetPatchLocation(patch,
PointerToLowMemUInt32
(get_image_address_(cb_data_, target)));
image_writer.cc
563
ImageHeader image_header(
PointerToLowMemUInt32
(image_begin_),
567
PointerToLowMemUInt32
(GetImageAddress(image_roots.Get())),
569
PointerToLowMemUInt32
(oat_file_begin),
570
PointerToLowMemUInt32
(oat_data_begin_),
571
PointerToLowMemUInt32
(oat_data_end),
572
PointerToLowMemUInt32
(oat_file_end));
[
all
...]
common_compiler_test.cc
157
code_offset =
PointerToLowMemUInt32
(code);
158
gc_map_offset =
PointerToLowMemUInt32
(gc_map);
/art/runtime/mirror/
art_method-inl.h
207
return
PointerToLowMemUInt32
(GetEntryPointFromQuickCompiledCode());
214
return
PointerToLowMemUInt32
(GetEntryPointFromPortableCompiledCode());
296
return
PointerToLowMemUInt32
(GetNativeGcMap());
/art/runtime/hprof/
hprof.cc
248
return AddU4(
PointerToLowMemUInt32
(value));
253
return AddU4(1 |
PointerToLowMemUInt32
(value));
257
return AddU4(
PointerToLowMemUInt32
(value));
603
HprofClassObjectId result =
PointerToLowMemUInt32
(c);
[
all
...]
/art/runtime/
utils.h
239
static inline uint32_t
PointerToLowMemUInt32
(const void* p) {
profiler.cc
716
return (
PointerToLowMemUInt32
(method) >> 3) % kHashSize;
trace.cc
133
uint32_t tmid =
PointerToLowMemUInt32
(method) | action;
Completed in 908 milliseconds