OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_start
(Results
1 - 2
of
2
) sorted by null
/art/runtime/gc/space/
large_object_space.cc
155
byte*
byte_start
= reinterpret_cast<byte*>(cur_header->GetObjectAddress());
local
156
byte* byte_end =
byte_start
+ alloc_size - sizeof(AllocationHeader);
157
callback(
byte_start
, byte_end, alloc_size, arg);
317
byte*
byte_start
= reinterpret_cast<byte*>(cur_header->GetObjectAddress());
local
318
byte* byte_end =
byte_start
+ alloc_size - sizeof(AllocationHeader);
320
<< " of length " << byte_end -
byte_start
<< " bytes\n";
/external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler.cc
35
int
byte_start
= iter.array_pos();
local
40
int byte_len = iter.array_pos() -
byte_start
;
42
return str.substr(
byte_start
, byte_len);
Completed in 176 milliseconds