OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_patch
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/arm64/
ic-arm64.cc
1354
Instruction*
to_patch
= info.SmiCheck();
local
[
all
...]
/art/patchoat/
patchoat.cc
613
byte*
to_patch
= oat_file_->Begin() + oat_text_sec->sh_offset;
local
614
uintptr_t to_patch_end = reinterpret_cast<uintptr_t>(
to_patch
) + oat_text_sec->sh_size;
618
uint32_t* patch_loc = reinterpret_cast<uint32_t*>(
to_patch
+ *patches);
[
all
...]
Completed in 79 milliseconds