OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_header
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
large_object_space.cc
151
AllocationHeader*
cur_header
= reinterpret_cast<AllocationHeader*>(Begin());
local
152
while (reinterpret_cast<uintptr_t>(
cur_header
) < free_end_start) {
153
cur_header
=
cur_header
->GetNextNonFree();
154
size_t alloc_size =
cur_header
->AllocationSize();
155
byte* byte_start = reinterpret_cast<byte*>(
cur_header
->GetObjectAddress());
159
cur_header
= reinterpret_cast<AllocationHeader*>(byte_end);
307
AllocationHeader*
cur_header
= reinterpret_cast<AllocationHeader*>(Begin());
local
308
while (reinterpret_cast<uintptr_t>(
cur_header
) < free_end_start) {
309
byte* free_start = reinterpret_cast<byte*>(
cur_header
);
[
all
...]
/frameworks/base/core/java/android/preference/
PreferenceActivity.java
132
private static final String CUR_HEADER_TAG = ":android:
cur_header
";
[
all
...]
Completed in 62 milliseconds